@charset "utf-8";

body {
	margin:0px 0px 0px 0px;
	padding:0;
	background-repeat: no-repeat;
	background-position: center 26px;
  	background-image:url(../images8/bg.jpg);
	background-color:#ac0000;

}

table{
	font-size:12px;
}

/*main site wrapper*/
#maincon {
	width: 760px;
	margin: 0 auto;	
	background-position: 0px 150px;
}

#price {
	margin: 0px 0px 0px 0px;
	width: 650px;
	float: right;
	font-size: 12pt;
}

/*main page content divs*/
#left {
  	background-image:url(../images8/left.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 392px;
	height:574px;
	background-position:right;
}


#right {
	width:368px;
	float:left;
	height:310px;
	background-image:url(../images8/right.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}


#bottomleft {
	width:182px;
	float:left;
	height:264px;
	background-repeat:no-repeat;
	background-position:left top;
}

#bottomright {
	width:186px;
	float:left;
	height:264px;
	background-repeat:no-repeat;
	background-position:left top;
}


/*content divs for rest of site*/
#left2 {
	width: 392px;
	height:574px;
  	background-image:url(../images8/left2.jpg);
	background-repeat:no-repeat;
	background-position:right;
	float: left;
}


#right2 {
	width:368px;
	float:left;
	height:240px;
	background-image:url(../images8/right2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}


#bottom {
	width:368px;
	float:left;
	height:106px;
	background-repeat:no-repeat;
	background-image:url(../images8/box_top.jpg);
	text-align:center;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	padding-top:30px;
}
#button {
	width:368px;
	float:left;
	height:127px;
	background-repeat:no-repeat;
	text-align:center;
	color: #FFFFFF;
	background-image: url(../images8/box_bottom.jpg);
}


/*defines area w/ header*/
#header {
	background-image:url(../images8/bg-top.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:28px;
}

h1{
	color:#fff;
	font-size:18px;
	font-family:Tahoma, Arial, sans-serif;
	
}

form{
margin:0px none;
padding:0px none;
}

#footer {
color: white;
font-family; arial;
}