html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:Trebuchet MS;
	background:#969d43;
}

div#container {
	border: 0px solid #6d8e9d;
	background:#6a7305 url('../media/content/bac.jpg') left top repeat-y;		
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:974px;
	
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */	
}

div#header {
	border: 0px solid #6d8e9d;
	background:#6a7305;
	height:170px;
	background:url('../media/header/bac.png') right bottom no-repeat;	
}

div#header p{	
	border: 0px solid #6d8e9d;	
	width:890px;
	height:10px;
	font-size:11px;
	text-align:right;
	padding:0px 0px 8px 0px;
}

div#header p a{	
	border: 0px solid #6d8e9d;	
	color:#e1e5cc;
}



div#logo{
	border: 0px solid #979797;	  
  padding-left:60px;
  margin-top: 5px;
  width:250px;
  float:left;
}

div#webtitle a{
	border: 0px solid #979797;  
  text-align:right;
  font-size:20px;  
  color:#e1e5cc;
  margin-top: 5px;
  padding-right:80px;    
  font-weight: bold;  
  float:right;   
}

div#webtitle a:hover{
	text-decoration: none;
	}

div#content {
	border: 0px solid #6d8e9d;
	width:835px;	
	background:#fff;
	margin-left:73px;
	padding-bottom:225px;
	margin-bottom:50px;
}
	
div#footer {
	border: 0px solid #979797;
	position:absolute;	
	bottom:0; /* stick to bottom */	
	background:url('../media/footer/bac_footer.png') left top no-repeat;		
	height:90px;
	color:#cccccc;
	width:100%;
	font-size:11px;
	}

div#col_left {
	border: 0px solid #979797;	  
	margin-top:10px;
	margin-left:90px;
	width:300px;
	float:left;
  
}

div#col_right {	
border: 0px solid #979797;	  
  margin-right:85px;
  margin-top:10px;
  
  width:425px;
  float:right;  
}