#wrapper {
    background-image: url(../images/body_bg.png);
	background-repeat: repeat-y;
	width: 940px;
	height: 730px;
	margin: auto;
}
#maintxt {
	width: 530px;
	height: auto;
	padding: 10px 15px 10px 40px;
	float: left;
}
#maintxt p {
    padding: 25px 0 25px 0;
	line-height: 1.4em;
	text-indent: 25px;
}	
#rightbar {
    width: 290px;
	height: auto;
	float: left;
	padding: 20px 0 10px 45px;
}
#rightbar p {
    padding: 20px 0 5px 60px;
	font-size: 12px;
}	
/***********Contact box**********/
#contact-form {
	padding: 20px 0 20px 70px;
	text-align: left;
	width: 400px;
	float: left;
}
#contact-form label {
	font-size: 80%;
	display:block;
	width: 100%;
	color: #333333;
}
#contact-form div {
	margin: 0.2em 0 0.4em 0;
}
#contact-form fieldset {
	border: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 300px;
}
#contact-form .txt {
	width: 100%;
	font-size: 80%;
	padding: 2px;
}
#contact-form div.submit {
	text-align: center;
	float: left;
	width: 300px;
	height: 30px;
} 
.contform {
    float: left;
	text-align: center;
}
#contquest {
    float: left;
	width: 300px;
	height: 150px;
}
.btn {
    line-height: 1.3em;
	padding: 1px;
}		
/***********end Contact box**********/
.errcontform {
    color: #FF0000;
	font-size: 20px;
	text-align: center;
}	
.genbook {
	width: 440px;
	float: left;
	margin: auto;
	text-align: center;
}
