/*------------------------------------------------------------------------- 
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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

h1
{
	font-size: 18px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 12px;
}
h5
{
	font-size: 11px;
}
p
{
	line-height: 15px;
	margin: 10px 0px 10px 0px;
}
.float_clear
{
	clear: both;
}

a
{
	color: #000000;
}

a:visited
{
	color: #000000;
}

a:hover
{
}

#container 
{
	margin: 0px auto;
	width: 758px;
}

#header
{
	width: 758px;
	height: 70px;
	padding-top: 8px;
	text-align: left;
}

#content
{
	width: 758px;
	padding-bottom: 22px;
	background: url(/images/background.gif) repeat-y left top;
	overflow: hidden;
	text-align: left;
}

#main_content {

	float:left;
	padding-left:15px;

}

#footer 
{
	width: 758px;
	height: 90px;	
	padding: 48px 0px 0px 0px;
	text-align: right;
	color: #999;
	line-height: 16px;
	background: url(/images/footer/footer_bg.gif) no-repeat left top;
}