* {
	border: 0;
	margin:0;
	padding:0;
}

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: inherit;
}

body {
	font: normal 11px/14px Georgia, Times, serif;
	color: #24201f;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a{
	color: #24201f;
	font-family: helvetica, arial, sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}

h2 {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 4px;
	font-weight: normal;
	margin-bottom: 0px;
	font-family: Georgia, Times, serif!important;
}

h3	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #999;
}

img	{
	border: 0 none;
}

hr {
	border-bottom: 1px solid #333;
	margin-bottom: 4px;
}

div.top	{
margin: 0 auto;
width: 100%
height: 6px;
}

div.top img	{
display: block;

}

div.container	{
	width: 960px;
	margin: 0 auto;
	/* background-color: lime; */
}

div.logo {
	margin-top: 25px;
	height: 106px;
	width: 300px;
	/* background-color: red; */
}

div.logo img	{
	display: block;
}

div.rule_full {
 	margin-top: 25px;
 	clear: both;
 	width: 960px;
 	height: 1px;
 	/* background-color: lime; */
 	}
 	
div.rule_full img	{
 	display: block;
 	}
 	
div.title	{
	margin-top: 25px;
	/* background-color: green; */
}

#strapline {
	font-size: 13px;
	font-style: italic;
	color: #999;
}

div.v2	{
	clear: both;
	margin-top: 1px;
	width: 960px;
	height: 49px;
}

div.col_main	{
	float:left;
	width: 790px;
	height: auto;
	/* background-color: silver; */
}

div.col_sub	{
	float:right;
	width: 160px;
	margin-top: 15px;
	height: auto;
	/* background-color: olive; */
}

div.col_sub p	{
	margin-left: 5px;
}


/*
page title
*/

div.pagetitle_holder	{
clear: both;
float:left;
width: 790px;
margin-top: 15px;
/* background-color: fuchsia; */
}

div.pagetitle_holder p	{
float: left;
font-style: italic;
margin-top: 10px;
}

div#more	{
float: right;
text-align: right;
/* background-color: lime; */
}

div#featured	{
float: left;
text-align: left;
/* background-color: lime; */
}

div.legal	{
font-family: helvetica, arial, sans-serif;
font-size: 10px;
color: gray;
clear: both;
float: left;
margin-top: 35px;
width: 790px;
/* background-color: teal; */
}

div.legal_right	{
text-align: right;
}

/*
page rules
*/

div.rule_main	{
clear: both;
float: left;
width: 790px;
height:1px;
/* background-color: aqua; */
}

div.rule_main img	{
display: block;
}

div.rule_12top	{
margin-top: 12px;
}

div.rule_5top	{
margin-top: 5px;
}

div.rule_4top	{
margin-top: 4px;
}

div.rule_5both	{
margin-top: 5px;
margin-bottom: 5px;
}

div.rule_5both img	{
display: block;
}

div.rule_10both	{
margin-top: 10px;
margin-bottom: 10px;
}


div.rule_13bottom	{
margin-bottom: 13px;
}

div.rule_main_margin	{
clear: both;
float: left;
margin-top: 15px;
width: 790px;
height:1px;
/* background-color: aqua; */
}

div.rule_main_margin img	{
display: block;
}
 	
 	