body {
	background: #DDD;
	margin: 0;
}
a{
	border: none;
}
img{
	border: none;
}
#container{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma;
	color: #000;
	font-size: 12px;
}
#container #header{
	width: 780px;
	float: left;
	height: 300px;
	background: #FFF url(images/header.jpg) no-repeat top left;
}
#container #header a.link{
	float: left;
	width: 780px;
	height: 300px;
	text-decoration: none;
	border: none;
}
#container #nav{
	width: 780px;
	float: left;
	height: 34px;
	background: #FFF url(images/bottom.jpg) no-repeat top left;
}
#container #nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#container #nav ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 34px;
	padding-left: 2px;
	padding-right: 2px;
}
#container #nav ul li.first{
	margin-left: 18px;
}
#container #nav ul li a{
	color: #FFF;
	font-size: 15px;
	line-height: 34px;
	text-decoration: none;
	font-weight: bold;
}
#container #nav ul li.sep{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 20px;
	height: 34px;
	line-height: 34px;
	color: #FFF;
	font-size: 14px;
}
#container #body{
	width: 780px;
	float: left;
	min-height: 400px;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #FFF;
}
#container #body .content{
	float: left;
	width: 780px;
	min-height: 100px;
}
#container #body .left{
	float: left;
	width: 410px;
	min-height: 100px;
}
#container #body .right{
	float: left;
	width: 350px;
	min-height: 100px;
	margin-left: 20px;
}
#container #footer{
	width: 778px;
	float: left;
	height: 33px;
	border: 1px solid #ACACAC;
	background: #FFF url(images/bottom.jpg) no-repeat top left;
	text-indent: 10px;
	font-size: 11px;
	color: #FFF;
	line-height: 33px;
}
#container #disclaimer{
	width: 780px;
	float: left;
	min-height: 80px;
	margin-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#container #disclaimer p.powered{
	color: #DDD;
	font-size: 11px;
	padding-top: 20px;
	text-align: center;
	font-weight: normal;
}
#container #disclaimer p.powered a{
	color: #DDD;
	cursor: pointer;
	text-decoration: none;
}
/* STYLES */
#body p{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.red{
	color: #C00;
}
.size32{
	font-size: 32px;
}
.size26{
	font-size: 26px;
}
.size22{
	font-size: 22px;
}
.size18{
	font-size: 18px;
}
.size14{
	font-size: 14px;
}
.center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}
.break{
	float: left;
	width: 780px;
	height: 10px;
	clear: both;
}
h1{
	float: left;
	margin-top: 20px;
	text-align: center;
	font-size: 32px;
	color: #C00;
	font-weight: bold;
	width: 780px;
	font-family: Tahoma;
}
h2{
	float: left;
	text-align: center;
	font-size: 18px;
	width: 780px;
}
.box{
	float: left;
	width: 768px;
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	line-height: 25px;
}
.box2{
	float: left;
	width:600px;
	margin:20px;
	padding:10px;
	font-size:14px;
	color:#000;
	border:2px dashed #AAA;
	margin-left:80px;
	font-family:courier;
	font-weight:normal;
}
.order_badges{
	float:left;
	width:550px;
	height:70px;
	border:2px solid #AAA;
	padding:5px;
	margin-bottom:10px;
	margin-left:125px;
}
img.img_pad{
	padding-right: 10px;
	padding-bottom: 10px;
}
img.img_pad2{
	padding-left: 10px;
	padding-bottom: 10px;
}
.form{
	float: left;
	width:310px;
	margin:20px;
	padding:20px;
	font-size:14px;
	color:#000;
	border:2px dashed #AAA;
	margin-left:215px;
}
.form label{
	float: left;
	width: 300px;
}
.form input[type='text']{
	float: left;
	width: 300px;
	background-color: #FFF;
	border: 2px solid #CCC;
	font-size: 18px;
}
.form textarea{
	float: left;
	width: 300px;
	background-color: #FFF;
	border: 2px solid #CCC;
	font-size: 18px;
}
.form input[type='submit'], .form input[type='reset']{
	float: left;
	width: 80px;
	background-color: #FFF;
	border: 2px solid #CCC;
	font-size: 18px;
	margin: 6px;
	margin-left: 0px;
	cursor: pointer;
}
.form input[type='submit']:hover, .form input[type='reset']:hover{
	background-color: #BBB;
}
.content table.order{
	float: left;
	margin-left: 80px;
	margin-top: 10px;
}
.content table.order td{
	border: 2px solid #CCC;
}