@charset "utf-8";
/* CSS Document */

body  {
	font: 100%;
	background:#4d8102 url(http://www.lagrandeconfusion.com/lagrandeconfusionbck.jpg) no-repeat;
	margin: 0; 
	padding: 0;
	font-family:Georgia, Times New Roman, New Roman, serif;
	color: #000;
}

#container { 
	width: 870px;  
	background:#edfed4;
	padding:0px;
	margin:5px auto 0;
	text-align: left;
	border:1px solid #000;
} 
#header { 
	height:100px; 
	width:870px;
	margin:auto;
	padding:0;
	border-bottom:1px solid #000;
} 

#sidebar{
    background:#1c2f00;
	width:140px;
	float:left;
	display:inline;
	list-style:none;
	margin:10px 0 0 5px;
	padding:0;
	border:1px solid black;
}

#sidebar li{
   width:140px;
   margin:0;
   padding:0;
   display:inline;
   height:40px;
   text-align:center;
}

#sidebar li a{
   background:#1c2f00;
   height:44px;
   color:#fff;
   text-decoration:none;
   font-size:11px;
   line-height:23px;
   display:block;
   padding:4px 4px 0 4px;
   text-align:center;
}

#sidebar li a:hover{
   background:#7ed403;
   color:#000;
}

#mainContent {  
	padding:5px; 
	margin:10px 5px 0 155px;
	width:695px;
	position:relative;
	border:1px solid #000;
} 

#footer{
    background:#7ed403;
    color:#000;
	margin:15px 0 0px 0;
	text-align:center;
	clear:both;
	line-height:30px;
	font-size:14px;
	border-top:2px solid #000;
}

#footer a{
    color:#000;
}

a{color:#000000; text-decoration:none;}

p{font-size:13px; font-weight:normal;}

h1{
    font-size:18px;
    background:#7ed403;
	color:#000;
	padding:3px 0 5px 3px;
	font-weight:100;
	margin:0 0 0px 0;
	text-transform:capitalize;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

