body{
margin:0;
padding:0;
font-family: Verdana, Helvetica;
font-size:10px;
background: #7e7e7e url('images/bg.jpg') repeat 0px 29px;
text-align:center;
color: #334149;
}

#maincontent{
width: 729px; 
margin: 0 auto;
text-align:justify;
border-right: 1px solid #1db2c2;
border-left: 1px solid #1db2c2;
background: #c7c7c7;
position: relative;
}

#header{
height: 400px;
}

#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: #af1d1a;
background: #b8b8b8;
text-align: center;
padding: 6px 0;
}

#footer a{
color: #af1d1a;
}

/* Navigation Menu */

#nav {
float:left;
font:normal 9px 'Arial';

font-weight: bold;
margin:0;
padding:0;
}

#nav ul {
background-image:url(back.gif);
background-repeat:repeat-x;
float:left;
line-height:26px;
list-style:none;
margin:0;
padding:0 0px 0 3px;
width:729px;
}

#nav li {
display:inline;
padding:0;
}

#nav a {
color:#3e3e3e;
background: #b8b8b8;
float:left;
padding:2px 6px 1px 7px;
text-decoration:none;}

#nav a:hover{
background: #6b6b6b;	
color: #e5e5e5;
}

 /* Content Structures */
 
 h1 {
color: #cc1511;
background: #b8b8b8;
padding: 4px 0px 4px 0px;
text-align: center;
font-family: Verdana, Helvetica;
font-size:10px;
margin: 0px;
text-transform: uppercase;
border-bottom: 1px solid #c7c7c7;
} 


.content {
text-align: justify;
color: #3c3c3c;
line-height:12px;
background: #b4b4b4;
padding: 6px;
} 

p { 
	margin-top:  1px;}

 /* Sidebar Structures */
 
h2 {
color: #2e9894;
background: #b8b8b8;
padding: 4px 0px 4px 0px;
text-align: center;
font-family: Verdana, Helvetica;
font-size:10px;
margin: 0px;
text-transform: uppercase;
border-bottom: 1px solid #c7c7c7;
}

.content-side {
text-align: justify;
color: #344b58;
line-height:12px;
} 

/*Options style*/

a { 
	text-decoration:  none;
	color: #176571;}

a:hover {
	color: #bc1914;
	text-decoration: none;}	

.image {
	background-color: #c7c7c7;
	border: 1px solid #b3c6cf;
	padding: 3px;
	margin: 2px;} 

.image:hover  {
	background-color: #c7c7c7;
	border: 1px solid #536c77;
	padding: 3px;
	margin: 2px;
} 

strong {color: #3b7b74;}
b {color: #3b7b74;}
i { color: #3b7b74;}
italic { color: #1b4d70;}
em { color: #1b4d70;}
u {color: #0c1a27; text-decoration: none; border-bottom: 1px dotted #3b7b74;}
img {border: 0px;}

