/*
	Copyright David Trewern Design         :: www.dtdesign.com ::
	Unauthorised modification / use is a criminal offence, and
	will be prosecuted to the fullest extent permitted by law.
	All Rights Reserved
*/


*, html {
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

body, form, ul, li, p, h1, h2, h3, h4, h5  {
	margin: 0;
	padding: 0;
}
img {
	border:0;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	
body {
	margin: 6px 7px 50px 7px;
}

td {
	vertical-align: top;
}

#main_table {
	margin-top: 45px;
}
#main_table .left div {
	margin-bottom: 6px;
}
#main_table .right {
	padding: 0 3px 0 24px;
	color: #666666;
	font-size: 12px;
}
#main_table .right p {
	margin-bottom: 7px;
}
#main_table .right h2 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
#main_table .right h4 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 2px 0;
}
#main_table .right .div {
	border-top: 1px solid #838E49;
	font-size: 1px;
	margin: 10px 0 10px 0;
}
#main_table .right td {
	padding: 0 25px 3px 0;
	color: #676767;
	font-size: 12px;
}
#main_table .right td a {
	color: #0033FF;
}
.nav {
	background: #D28F58 url(nav_bg.gif) 0 0 no-repeat;
	padding:1px 5px 2px 0;
	text-align:right;
	color:#5E6047;
}
.nav a {
	font:14px Helvetica, Arial, sans-serif;
	color:#5E6047;
}
.nav a:hover {
	color:#27281D;
	text-decoration:none;
}