html, body {
	background: url(images/bg.jpg) #999;
	text-align:center;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#ctc {
	position:					absolute;
	top:						0;
	left:						0;
	width:						140px;
	height:						14px;
	background-color:			#ddd;
	padding:	                0;
	margin:                     0;
	font-size:					10px;
	text-align:					center;
}

.wrapper {
	width: 800px;
	text-align: center;
	margin:0px auto;
	padding:0px;
}

.nav {
	text-align: right;
	width: 100%;
	height: 11px;
}

.nav ul li {
	list-style: none;
	display: inline;
	margin: 0px;
}

.nav ul li a{
	color:#fff;
	background: url(images/topLinks.jpg) #B3C970;
	text-decoration: none;
	padding: 1%;
	font-weight: bold;
	font-size: 12px;
	border:#55742E 1px solid;
}

.nav ul li a:hover, .nav ul li a#active{
	color: #800;
	background: #FFCC00;
	border: #800 1px solid;
	border-bottom: #406795 1px solid;
}

.header {
	background: url(images/header1.jpg) #406795;
	color: #fff;
	font-weight: bold;
	width: 796px;
	height: 20px;
	margin-top: 15px;
	padding: 2px;
	text-align: left;
}

.content{
	background: #fff;
	color: #800;
	text-align: left;
	margin:0px auto 0px auto;
	//margin-top: -12px;
	padding: 0px 0px 10px 0px;
}

.content h1 {
	color: #800;
	text-align: center;
	font-size: 40px;
	width: 700px;
	margin: auto;
	margin-top: 0px;
	padding-top:0px;
}	

.content h2 {
	color: #000;
	text-align: center;
	font-size: 20px;
	width: 700px;
	margin: 10px auto;
}	

.content a{
	color: #800;
	text-decoration: underline;
}

.content a:hover{
	color: #fff;
	background-color: #800;
}

.content h3{
	text-align:left;
	text-decoration: underline;
	padding-top: 2%;
}

#box_right {
	float: right;
	width: 560px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	color: #000;
}

#box_right p {
	text-indent: 25px;
}	

#box_right h3 {
	text-align: center;
	text-decoration: none;
	color: #800;
	margin: auto;
	width: 80%;
}

.boxList1 ul li {
	padding: 10px;
	padding-left: 50px;
	list-style-type: none;
	background: url(images/check1.jpg) 0px 5px no-repeat;
	margin: auto;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}	

.boxList2 ul li {
	padding: 10px;
	padding-left: 50px;
	list-style-type: none;
	background: url(images/check12.jpg) 0px 5px no-repeat;
	margin: auto;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}	

#orderNow {
	margin: 20px auto;
	text-align: center;
}	

#orderNow a {
	border: none;
	background: #fff;
}	

#box_left{
	float: left;
	width: 180px;
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	font-size: 12px;
	background: #BC5A24;
	color: #F2E6B6;
}

#box_left a {
	background: #292929;
}
	
.leftHTxt {
	font-size: 18px;
	display: block;
	text-align: center;
	font-weight: bold;
}	

.footer{
	background: #449BC6;
	height: 20px;
	color: #000;
	width: 800px;
	text-align: center;
	background: url(images/header1.jpg) #406795;
	font-size: 12px;
}

.footer p {
	padding-top: 0px;
	margin-top: 0px;
}	

.footer a{
	color: #000;
	text-decoration: underline;
}

.footer a:hover{
	color: #ccc;
}