/*------------------------------------------------------------------------- 
CSS Document 
LAYOUT STYLES FOR SITE
DESIGN: DIGITALTURTLE.CO.UK
AUTHOR: MATT BENTLEY
EMAIL: MATT@DIGITALTURTLE.CO.UK
---------------------------------------------------------------------------*/

*
{
	padding:0;
	margin:0;
}

body 
{
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #343434;
}

h1
{
	font-size:18px;
}
h2
{
	font-size:16px;
}
h3
{
	font-size:14px;
}
h4
{
	font-size:12px;
}
/* ALL FONT COLORS FOR SITE */
.nav_blue
{
	color: #8FB6EE;
}
.kharki
{
	color: #ADA56B;
}
.footer_grey
{
	color: #AEAEAD;
}

.float_clear
{
	clear: both;
}

a
{
	text-decoration: none;
}

a:hover
{
}

a:visited
{
}

p
{
	margin-top: 20px;
	line-height: 19px;
}


#container 
{
	margin:0px auto;
	width: 805px;
	text-align: left;
}

#header
{
	width: 781px;
	height: 85px;
	padding: 25px 27px 0px 0px;
}

#header h1
{
	float: right;
	text-indent: -2000px;
	line-height: 78px;
	width: 157px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/header/logo.png');
}
.header[class] h1
{
	background: url(../images/header/logo.png) no-repeat left top;
}

#image
{
	width: 805px;
	height: 251px;
}
#image img
{
	display: block;
}

#content
{
	position: relative;
	width: 765px;
	padding: 20px;
	background-color: #F3F0D7;
}

#footer 
{
	width: 805px;
	height: 180px;
	color: #fff;
	padding-top: 18px;
	background: url(../images/footer/footer_bg.gif) no-repeat left top;
}