html, body {
	margin: 0;
	padding: 0;	
	background: #fff url('/img/bg.gif');
	font-family: verdana, arial;
	font-size: 13px;
	color: #505050;
}

.cb {
	clear: both;
	height:1px;
	overflow: hidden;
}

#main {
	margin-top: 150px;
	float: right;
	width: 1039px;
	height: 487px;
	border:  6px solid #fff;
	border-right: none;
	background: #fff url('/img/main.jpg') right no-repeat;
	-moz-box-shadow: 3px 3px 6px 1px #959595;
	-webkit-box-shadow: 3px 3px 6px 1px #959595;
	box-shadow: 3px 3px 6px 1px #959595;
}

#footer {
	margin: 5px;
	float: right;
	color: #274100;
	font-size: 10px;

}

	#footer a, #footer a:hover, #footer a:visited {
		text-decoration: none;
		color: #274100;
	}

#contact {
	margin: 18px 0 1px 0;
	width: 149px;
	height: 38px;
	background-color: #fff;
	float: left;
}

#white_stripe {
	clear: both;	
	width: 305px;
	height: 20px;
	background-color: #fff;
}

#status {
	padding-top: 2px;	
	display: none;
	color: '#487baa';
}

#txt_contact {
	width: 295px;
	height: 280px;
	border: none;
	font-family: verdana, arial;
	font-size: 13px;
	color: #505050;
}

#btn_contact {
	width: 149px;
	height: 38px;
	background: #fff url('/img/btn_contact.gif') no-repeat;
	display: block;
}

	#btn_contact:hover {
		background-position: 0 -38px;
	}

#ctr_contact_txt {
	width: 305px;
	padding: 6px 0 6px 0;
	display: none;
	background: #fff;

}

#ctr_contact_snd {
	width: 305px;
	height: 31px;
	display: none;
	background: url('/img/bg_contact_ctr_bottom.gif') no-repeat;
}

	#ctr_contact_snd img {
		margin-top: 8px;
	}

#contact_stripe_right {
	margin: 36px 0 1px 0;
	float: left;	
	width: 100px;	
	height: 20px;
	background-color: #fff;
}


