*{margin: 0; padding: 0;}

html{ 
	background: url(bg-repeatx.jpg) repeat-x center top;
	background-color: #a19064; margin: 0;
}

body, textarea, input{
	font-family: Georgia, Times New Roman, Arial;
	font-size: 13px;
	color: #3c3423;
}
#logo{
	position: relative; background: url(logo.png); margin: 0 auto; width: 456px; height: 357px;
}
	#logo span{visibility: hidden;}

a{color: #700000; text-decoration: none;}

p{margin-top: 0.5em; line-height: 17px;}


#wrapper{width: 100%;}

#text-wrapper{
	position: relative; width: 750px; margin: 0 auto; padding-top: 340px;
}

	#text-wrapper #block-left{
		float: left; width: 370px;
	}
	#text-wrapper #block-right{
		float: right; width: 370px;
	}	

	#text-wrapper .block{
		padding: 4px;
	}

ul{margin-top: 8px;}
ul li{padding: 2px 0;}


#footer{position: relative; width: 100%; text-align: center; padding-top: 30px; z-index: 99999; margin-bottom: 20px;}

.radio-select *{vertical-align: middle;}
.radio-select input{margin-right: 5px;}

.clear{clear: both;}
