html, body
{
	border: 0;
	padding: 0;
	margin: 0;
	background-color: #b58052;
	font-family: verdana, sans-serif;
	font-size: 10pt;
}

div#header
{
	width: 801px;
	height: 266px;
	margin: 0 auto;
	background-image: url('images/header.jpg');
	background-color: #D7C7A5;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

div#header a img
{
	border: 0;
	margin: 78px 0 0 56px;
}

div#navbar
{
	width: 691px;
	height: 41px;
	margin: 0 auto;
	background-image: url('images/navbar.jpg');
	background-color: #282425;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	padding: 0px 55px;
}

div#navbar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#navbar ul li
{
	float: left;
	margin: 0 1em 0 0;
	padding: 0 0 0 1em;
	color: #dbc397;
	border-left: 1px solid #dbc397;
}

div#navbar ul li.first
{
	padding: 0;
	border: 0;
}

div#navbar ul li a, div#footer a
{
	color: #dbc397;
	text-decoration: none;
}

div#navbar ul li a:hover, div#footer a:hover
{
	color: #FFE4B0;
}

div#navbar ul li a.current
{
	color: #fff;
}

div#content
{
	width: 691px;
	min-height: 200px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	padding: 20px 55px;
	overflow: hidden;
}

h1
{
	margin: 0;
	font-size: 12pt;
	color: #b58052;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #B58052;
}
h2{
	color: #b58052;
}
h3
{
	color: #684424;
	background-color: #fec;
	padding: 5px 0;
	width: 98%;
}

h4
{
	margin: 1em 0 0 0;
	padding: 0;

	color: #684424;
}

h5
{
	margin: 0;
}

a
{
	color: #b58052;
	text-decoration: none;
}

p
{
	margin-bottom: 1em;
}

div#footer
{
	width: 695px;
	height: 63px;
	margin: 0 auto;
	background-image: url('images/footer.jpg');
	background-color: #282425;
	padding: 0px 55px;
	text-align: right;
	line-height: 50px;
	color: #dbc397;
}

td
{
	vertical-align: top;
}

div#kali
{
	width: 300px;
	float: left;
	font-weight: bold;
	font-size: smaller;
	text-align: left;
	margin-right: 1em;
}

div#dawn
{
	width: 300px;
	float: right;
	font-weight: bold;
	font-size: smaller;
	text-align: right;
	margin-left: 1em;
}
span.test_name{
	line-height:9px;
	margin-left:40px;
}

/*====Paypal Stuff====*/

.left_box{
	width:200px;
	height:120px;
	float:left;
}
.right_box{
	text-align:right;
	width:80px;
	height:120px;
	margin-left:220px;

}
.right_box > p{
	font-size:11px;
}










#ab-accordian, #bc-accordian{
	border:1px solid #EEE;
	padding:1px;
	width:100%;
	background:#fafafa;
}

.accordion_headings{
	padding:5px;
	background:#ffeecc;
	color:#b58052;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#b58052;
color: #ffeecc;
}

.accordion_child{
	padding:5px 24px 25px 6px;

}

.header_highlight{
	background:#b58052;
color: #ffeecc;
}