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

body  {
	font: 100%;
	background:#0a282e;
	margin: 0; 
	padding: 0;
	font-family:"Times New Roman", Times, serif;
	text-align: center; 
	color: #fff;
}

#container { 
	width: 770px;  
	background:#fff url(images/back.jpg) top left repeat-y;
	margin: 0 auto;
	text-align: left; 
} 
#header { 
	height:120px; 
	position:relative;
	z-index:5;
	width:770px;
	margin:0 auto;
} 

#sidebar1 { 
background:#0a282e;
width: 758px; 
height:30px;
margin-left:5px;
border:1px solid #fff;
}

#sidebar1 div{
float:left;
font-size:14px;
text-align:center;
font-weight:normal;
}

#sidebar1 div a{
color:#fff;
line-height:30px;
text-decoration:none;
border-right:2px groove #ccc;
font-weight:100;
padding:0 15px 0 15px;
}

#sidebar1 div a:hover{
text-decoration:underline;
}

#mainContent {  
	padding:0px 10px 0 10px; 
	margin:5px 5px 0 5px;
	position:relative;
}

#content{width:335px; margin:10px 5px 10px 0;} 

#feed{
width:390px; margin:4px 0px 10px 0; float:right; display:inline;
}

#feed a{
display:block;
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
padding:7px 5px 7px 0;
}

h1{
font-size:18px; 
color:#eee;
text-align:center;
}

p{
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}

a{color:#30652b;}

#footer{
background:url(images/footer.jpg) repeat-x bottom left;
color:#fff; 
line-height:60px; 
font-size:14px; 
text-align:center;
}

#footer a{
color:#fff;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}