body{
margin:0;
padding:0;
font-family: Verdana, Helvetica;
font-size:10px;
background: #849e8b url('images/bg.jpg') repeat 0px 29px;
text-align:center;
color: #597169;
}

#maincontent{
width: 746px; 
margin: 0 auto;
text-align:justify;
border-right: 2px solid #324743;
border-left: 2px solid #324743;
background: #ced3c2;
position: relative;
}

#header{
height: 410px;
}

#contentwrapper{
float: left;
width: 100%;
}

#content{
margin-right: 235px;
margin-left: 1px;
}

#sidebar{
float: left;
width: 230px;
margin-left: -231px;
}

#footer{
clear: left;
width: 100%;
color: #454c3c;
background: #c3c8b4;
text-align: center;
padding: 6px 0;
}

#footer a{
color: #454c3c;
}


 /* Content Structures */
 
 h1 {
color: #c5d7c9;
background: #507061;
padding: 4px 0px 4px 0px;
text-align: center;
font-family: Verdana, Helvetica;
font-size:10px;
margin: 0px;
text-transform: uppercase;
border-bottom: 1px solid #ced3c2;
} 


.content {
text-align: justify;
color: #3a4d35;
line-height:12px;
background: #dbded2;
padding: 6px;
} 

p { 
	margin-top:  1px;}

 /* Sidebar Structures */
 
h2 {
color: #c5d7c9;
background: #507061;
padding: 4px 0px 4px 0px;
text-align: center;
font-family: Verdana, Helvetica;
font-size:10px;
margin: 0px;
text-transform: uppercase;
border-bottom: 1px solid #ced3c2;
}

.content-side {
text-align: justify;
color: #3a4d35;
background: #dbded2;
line-height:12px;
} 

/*Options style*/

a { 
	text-decoration:  none;
	color: #4f7365;}

a:hover {
	color: #3a5c4c;
	text-decoration: none;}	

.image {
	background-color: #e7e9e1;
	border: 1px solid #acb692;
	padding: 3px;
	margin: 2px;} 

.image:hover  {
	background-color: #e7e9e1;
	border: 1px solid #2c3c32;
	padding: 3px;
	margin: 2px;
} 

strong {color: #72927d;}
b {color: #72927d;}
i { color: #3b5745;}
italic { color: #3b5745;}
em { color: #3b5745;}
u {color: #2c3c32; text-decoration: none; border-bottom: 1px dotted #3b5745;}
img {border: 0px;}

