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



html{height: 100%;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(./images/bg_foot.gif) bottom repeat-x;
	margin:0;
	padding:0;
	height: 100%;
	line-height:20px;
	color:#333;
}

#head{
	width:100%;
	background: url(./images/bg_head.gif) repeat-x;
	height:46px;
	margin-bottom:-46px;
	}
	
a{color:#333}
	
h3{
	color:#6a841b;
	font-size:22px;
	font-weight:100}
	
h4{
	
	text-transform:uppercase;
	font-size:12px;
	background:#690;
	color:white;
	display:inline;
	padding:2px 4px;
	
	}


#container{
	width:960px;
		min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -22px;
	}
	


#header{
	float:left;
	width:960px;
	height:315px;
	outline:none}
	
#header2{
	width:960px;
	height:850px;
	outline:none}
	
#content{
	float:left;
	width:960px;
	margin-top:-30px;
}

#cont_l{
	float:left;
	width:431px;
	height:298px;}

	
#cont_l .image{
	float:left;
	width:431px;
	height:298px;
	margin-top:40px;
	background: url(./images/image_bg.png);
	text-align:center;}
	
#cont_l .image img{
	float:left;
	width:400px;
	height:260px;
	margin:16px 0px 20px 16px;
	text-align:center;}
	
#cont_r{
	float:left;
	width:450px;
	height:100%;
	margin:20px 0 0 20px;
	padding:10px 15px;}
	

.push {
	height: -22px;
	clear:both;

}

#contact {
	width:360px;
	margin:30px}

#contact .subber{
	float:right;
	display:block;
	background:#690;
	text-transform:uppercase;
	color:white;
	border:#4c7200 1px solid;
	margin:20px 0;
	width:auto;
				}
				
#contact .subber:hover{
	background:#d0df44;
	border:#690 1px solid;
	color:#690;
	}

#contact h4{
		background:none;
		color:#333;
		margin:10px 0;
		padding:0;
		text-transform:capitalize;}

#contact input{
	background:#FFF;
	border: #ccc solid 1px;
	height:20px;
	color:#666;
	 width:360px;
	}
	
 #contact textarea{
	 background:#fff;
	border: #ccc solid 1px;
	 width:360px;
	 color:#666;}


#footer{
	position: relative;
	height: 22px;
	background:url(images/bg_foot.gif);
	clear:both;
	
	}
	
#foot_content{

	width:100%;
	height:22px;
	background-color:#2a1208;
	color:#fcfffb;
	font-size:11px;
	text-align:center;
}
	
#footer a{
	color:#fcfffb;
	text-decoration:none;}


