@charset "utf-8";
/* CSS Document */

body  {
	font: 100%;
	background:#8d8d8d url(images/bck.jpg) top left repeat-x;
	margin: 0; 
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center; 
	color: #222;
}

#container { 
	width: 770px;  
	background:#fff url(images/back.jpg) top left repeat-x;
	margin: 0 auto;
	text-align: left; 
} 
#header { 
	height:80px; 
	position:relative;
	z-index:5;
	width:770px;
	margin:0 auto;
} 

#sidebar1 { 
background:#dd0000 url(images/navBack.jpg);
width: 770; 
height:30px;
}

#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{
color:yellow;
}

#mainContent {  
	padding:0px 5px 0 5px; 
	margin:5px 5px 0 5px;
	position:relative;
}

#content{width:330px; float:right; display:inline; margin:10px 5px 10px 0;} 

#feed{
width:400px; padding:9px 8px 10px 0;
}

#feed a{
display:block;
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
padding:7px 5px 7px 0;
}

p{
font-size:14px;
}

a{color:#30652b;}

#footer{
background:url(images/footer.jpg) repeat-x bottom left;
color:#000; 
line-height:30px; 
font-size:13px; 
text-align:center;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}