body {
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
#base {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #22676C;
}
#base #header {
	height: 100px;
}
#base #navbar {
	height: 20px;
	background-color: #999999;
	text-align: center;
}
#base #main {
	height: 504px;
}
#base #footer {
	height: 15px;
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
}
#base #header #headleft {
	float: left;
	width: 280px;
}
#base #header #headright {
	float: left;
	width: 520px;
}
.whitelrg {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
#base #main #con_right {
	float: left;
	width: 200px;
}
#base #main #con_left {
	float: left;
	width: 600px;
}
#base #main #con_box2 {
	float: left;
	width: 800px;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 5px;
}
#base #main #ord_head {
	color: #FFFFFF;
	float: left;
	width: 800px;
}
#base #main #ord_left {
	color: #FFFFFF;
	float: left;
	width: 400px;
	text-align: left;
}
#base #main #ord_right {
	color: #FFFFFF;
	float: left;
	width: 400px;
}
#base #main #ord_price {
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	width: 800px;
}

#base #main #con_left #con_email {
	font-size: 16pt;
	color: #FFFFFF;
	text-align: left;
}
#base #main #con_left #con_address {
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 18px;
}
