@charset "UTF-8";
/* CSS Document */

#global {
	margin-left: auto;
	margin-right: auto;
	width: 800px; /* mandatory to be centered */
	margin-top: 20px;
     }

body{
	background-color: #563a17;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: century gothic, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#content{
background-image:url(background_repeat-.jpg);
background-repeat: repeat;
width: 800px;
}


#inner_content{
margin: 15px;

}

#inner_content_about{
margin: 15px;
height: 550px;

}

#footer{
background-color: #dcd1b5;
border-top: solid 1px #563a17;
border-bottom: solid 1px #563a17;
width: 800px;
margin-top: 2px;
}

.heading{
font-size: 18px;
font-weight: bold;
letter-spacing: -1px;
color: #000;
}

.heading2{
font-size: 14px;
font-weight: bold;
letter-spacing: px;
color: #000;
}


.small{
font-size: 10px;

}

.small2{
font-size: 11px;

}

#float_left{
float: left;
margin-right: 10px;
border: solid 2px #563a17;
}

.border{
margin: 2px;
border: solid 2px #563a17;

}

.float_left{
float: right;
border: solid 2px #563a17;
margin: 10px;
}

.float_left_margin{
float: right;
border: solid 2px #563a17;
margin-right: 100px;
margin-top: 25px;
}


a:link {
text-decoration: underline; 
color: #000;
}


a:visited {
text-decoration: underline; 
color: #000;
}


a:hover {
color: #563a17;
text-decoration: none,
}

