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

body {
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-image:url(../images/bckgrnd.jpg);
	background-repeat:repeat-x;
	background-color:#ffc001;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#contactForm {
	width:239px;
	height:308px;
	background-color:#FFFFFF;
	padding-top:5px;
}

.contactFormTitle {
	font-size:18px;
	color:#db3d34;
	text-align:center;
	font-weight:bold;
}
#headerArea {
	height:76px;
	width:770px;
	background-image:url(../images/gocartours_header.jpg);
	background-repeat:no-repeat;
}

.headerInfo {
	text-align:right;
	padding-right:25px;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
}