@charset "utf-8";
/* CSS Document */

body {
	margin:0 0 0 0;
	background-image:url('/images/bgCheckers.jpg');
	background-repeat:repeat-y repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a img {
	border:none;
}

#page {
	position:relative;
	/*width:533px;*/
	width:501px;
	margin:0 auto;
	margin-top:32px;
}

#header {
	z-index:10;
}

#mainBody {
	background-image:url('/images/bodyBG.jpg');
	background-repeat:repeat-y;
	z-index:9;
}

#footer {
	z-index:8;
}

#logo {
	position:absolute;
	width:226px;
	height:226px;
	left:-163px;
	top:0px;
	z-index:1000;
}

.content {
	position:relative;
	width:400px;
	margin:0 auto;
	padding:10px;
	padding-top:15px;
	padding-bottom:20px;
	
}

.content h1 {
	margin-top:0;
	font-size:16px;
	font-weight:bold;
	color:#700a06;
	line-height:1.5em;
}

.content h2 {
	margin-top:0;
	font-size:12px;
	font-weight:bold;
	color:#700a06;
	line-height:1.5em;
}

.content a {
	color:#700a06;
}

hr {
	color:#700a06;
	margin-bottom:15px;
}

#nav {
	position:absolute;
	width:111px;
	height:133px;
	top:230px;
	left:-116px;
	z-index:999;
}

#storeShot {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:5px;
}

.virTour {
	text-transform:uppercase;
	font-weight:bold; 
	font-size:10px; 
	padding-top:3px; 
	color:#700a06;
}

.virTour a {
	color:#700a06;
	text-decoration:none;
}

#copyright {
	padding-top:10px;
	padding-bottom:30px;
	text-align:center;
	font-size:10px;
	color:white;
	text-transform:uppercase;
}

#copyright a {
	color:white;
}

.question {
	font-weight:bold;
	color:#700a06;
}

.processBox {
	background-color:#ffb112;
	color:white;
	padding:10px;
	margin-bottom:15px;
}

