/*
------------------------------------------------------------------------
Theme Name:[projectname]
Author:[authorname]
Author Company URI:http://www.internetmarketingbywsi.co.uk
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td{margin:0; padding:0}
table{border-collapse:collapse; border-spacing:0}
fieldset, img{border:0}
address, caption, cite, code, dfn, em, strong, th, var{font-style:normal; font-weight:normal}
ol, ul, li{list-style:round; margin:10}


caption, th{text-align:left}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal}
q:before, q:after{content:''}

strong{font-weight:bold}
em{font-style:italic}
a img{border:none}

h1, h2, h3, h5, h5, h6{font-weight:bold}

/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/



p{
	font-size: 12px;
font-weight:bold;
	color: #e6da8c;
	line-height: 18px;
}

a:link{ 
	font-size: 12px;
	font-weight:bold;
	color: #e6da8c;
	line-height: 18px;
	text-decoration: underline;
}

a:visited{ 	
	font-size: 12px;
	font-weight:bold;
	color: #e6da8c;
	line-height: 18px;
	text-decoration: underline;
}

a:hover{ 
	text-decoration: underline;
	font-size: 12px;
	font-weight:bold;
	color: #e6da8c;
	line-height: 18px;
	}

h1{
	font-size: 30px;
	color: #e6da8c;
}


h2{
	font-size: 18px;
	color: #e6da8c;
}

h3{
	font-size: 16px;
	color: #e6da8c;
}

body.ohh{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
}

body.ohh2{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #007133;
}


#container{
	width: 960px;     /*CHANGE HERE*/
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#header{

}


#header_top{
	height: 75px;
	padding-left: 27px;
}


#header_mid{
	height: 59px;
	text-align: center;
}

#header_bot{
	height: 1px;
	text-align: center;
}


#content{
	margin-top: 60px;
	color: #e6da8c;
}

.c_left{
	width: 217px;
	float: left;
	margin-left: 53px;
}

.c_right{
	width: 604px;
	float: right;
	margin-right: 38px;
}


.c_r_banner{

}

.c_r_content{
	margin-top: 45px;
}


.c_clear{
	clear: both;
	height: 0px;
}



#footer{
	margin-top: 8px;	
	padding-left: 53px;
	padding-right: 53px;
	color: #e6da8c;
	font-size: 12px;
}


#f_left{
	width: 200px;
	float: left;
	text-align: left;
	margin-right: 20px;
}

#f_mid{
	width: 410px;
	float: left;
	text-align: center;
}

#f_right{
	width: 200px;
	float: right;
	text-align: right;
}



#footer a, #footer a.foot{
	color: #e6da8c;
	text-decoration: none;
}

#footer a:hover, #footer a.foot:hover{
	color: #e6da8c;
	text-decoration: underline;
}