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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#025e08;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #330000;
}
.twoColFixLtHdr #container { 
	width: 850px;
	background:#fff;
	margin: 0 auto;
	text-align: left; 
} 
.twoColFixLtHdr #header { 
    text-align:center; 
	margin:0 auto;
	margin-top:20px;
	height:120px;
	width:850px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 135px;
	margin:15px 0 15px 5px;  
	padding: 0px 10px 0px 5px;
	border-right:solid 1px #333333;
}
.twoColFixLtHdr #sidebar1 a{
    display:block;
	color:#331300;
	text-decoration:none;
	display:block;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	padding: 5px 10px 5px 5px;
}

.twoColFixLtHdr #sidebar1 a:hover{
    background:#331300;
	color:#fff;
}

.twoColFixLtHdr #mainContent { 
	margin: 0px 0 0 155px; 
	padding:15px 15px 1px 20px; 
}  

h1{
font-size:20px;
text-align:center;
color:#000;
}

h2{
text-align:left;
font-size:15px;
color:#000;
margin:10px 0 2px 0;
}

h3{
font-size:14px;
text-align:center;
color:#000;
}

.picBack{
float:right;
display:inline;
margin-right:60px;
margin-top:25px;
}

.picFront{
margin-left:50px;
}

#links{
background:#fff;
width:200px;
float:right;
margin:15px 8px 0 10px;
display:inline;
text-align:center;
}

#rowsContainer{
width:840px;
margin:0 auto;
}

.rows{
width:190px;
margin-left:10px;
border-right:1px solid #000000;
line-height:21px;
float:left;
display:inline;
font-size:14px;
}

#feed{
width:410px;
margin:10px 0 20px 5px;
}

#footer{
background:url(images/footer.jpg);
margin:0 auto;
height:40px;
line-height:40px;
width:850px;
text-align:center;
color:#333333;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}