body {
	background-color:#0D430C;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:14px;
	margin:20px auto;
}
#ctc {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:12px;
	background-color:#ddd;
	padding:0;
	margin:0;
	font-size:9px;
	text-align:center;
}
#mainTbl {
 	background:#fff;
	width:750px;
	border:0;
	margin:20px auto;
}	
#mainTbl td {
	border:0;
	vertical-align:top;
}
#preHead {
	height:60px;
	background:#DFAC73;
	color:#fff;
	font-weight:bold;
	padding:15px;
	font-size:12px;
}
#headLine {
	margin:10px auto;
 	text-align:center;
	width: 550px;
}
#subHead {
	margin:10px auto 20px auto;
	width:550px;
}
#subHead ul li {
 	padding-top:10px;
}
#leftColumn {
	background:#533917;
	width:200px;
	text-align:center;
	font-size:12px;
}
#leftColumn p {
	text-align:left;
	margin:8px;
	color:#fff;
}
#mainContent {
	margin: 0 20px;
}
#mainContent p {
	text-indent:2.4em;	
}
#contentList {
	margin:10px auto;
}
#contentList ul li {
 	padding-top:8px;
}
#bonus li {
 	padding-top:8px;
}
#footer {
	height: 20px;
	text-align:center;
	color:#000;
	font-size:9px;
	background:#DFAC73;
}
#hangBox	{
	width: 220px;
	border: solid 1px #777;
	background-color: #FFC;
	padding:5px;
	float:right;
}
.blue {
	color:#00f;
}
.bold {
 	font-weight:bold;
}
.orange {
	color:#f30;
}
.emStrong {
	font-weight:bold;
	font-style:italic;
}
.order {
	text-align:center;
	font-size:16px;
	margin:20px;
	color:#009;
	font-weight:bold;
}
.order a:link, .order a:active, .order a:visited {
	text-decoration:none;
	color:#009;
}
.order a:hover {
	background-color:#09F;
	color:#fff;
}