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

body  {
	font: 100%;
	background:#eaeaea 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: 900px;  
	background:#fff;
	margin: 0 auto;
	text-align: left; 
} 
#header { 
	height:100px; 
	position:relative;
	z-index:5;
	width:900px;
	margin:0 auto;
} 

#sidebar1 { 
background:#ccc url(images/navBack.jpg);
width: 900; 
height:30px;
}

#sidebar1 div{
display:block;
float:left;
font-size:14px;
width:100px;
border-right:2px groove #ccc;
text-align:center;
font-weight:normal;
}

#sidebar1 div a{
display:block;
color:#fff;
line-height:30px;
text-decoration:none;
font-weight:100;
}

#sidebar1 div a:hover{
color:#fff;
border-bottom:3px solid #707070;
}

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

#content{width:350px; float:right; display:inline; margin:10px 5px 10px 0;} 

#feed{
width:514px; 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;
}