/*------------------------------------------------------------------------- 
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: 12px;
	color: #676767;
	background: #D2D2C1 url('../images/background.gif') repeat-x left top;
}

h1
{
	font-size:18px;
}
h2
{
	font-size:16px;
}
h3
{
	font-size:14px;
}
h4
{
	font-size:12px;
}
p
{
	line-height: 21px;
}

a
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

#container 
{
	margin:0px auto;
	width: 798px;
	background-color: #fff;
}

#header
{
	position: relative;
	width: 798px;
	height: 104px;
}


#nav 
{	
	width: 798px;
	height: 24px;
	background-color: #A9A998;
}

#content
{
	position: relative;
	width: 792px;
	padding: 0px 3px 0px 3px;
	text-align: left;
	background: url(../images/content_bg.gif) repeat-y 575px 439px;
	border-bottom: 4px solid #fff;
	overflow: auto;
}
#content_xmas
{
	position: relative;
	width: 792px;
	padding: 0px 3px 0px 3px;
	text-align: left;
	border-bottom: 4px solid #fff;
	overflow: auto;
}

#footer 
{
	position: relative;
	width: 795px;
	height: 120px;
	padding: 18px 0px 0px 3px;
	color: #9F9F85;
	text-align: right;
	font-size: 11px;
	background-color: #D2D2C1;
}