/*
---------------------------------------
LAYOUT
Cascading Style Sheet 		
Author: Lyndsey Pearce		
Version: 1.0				
website: Tenderfoot Presents
email: lyndsey.pearce@cube3media.com
---------------------------------------
*/
@import url(typography.css);

/*Normalises margin and padding*/
body, div, dl, dt, dd, ul, ol, li, 
h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, 
th, td 
{
	margin: 0;
	padding: 0;
}

/*Normalises font sizes for headers*/
h2, h3, h4, h5, h6{
	font-size: 100%;
}

/*Removes list-styles from lists*/
ol, ul{
	list-style: none;
}

/*Normalises font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: normal;
}

/*Removes cellspacing and cellpadding from tables*/
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/*Removes border from fieldset and img*/
fieldset, img{
	border: 0;
}

/*Left aligns test in caption and th*/
caption, th{
	text-align: left;
}

/*Removes quotation marks from g*/
q:before, q:after{
	content: '';
}

/*Use html and body to center the design instead of a wrapper div*/
html {
text-align:center;
background-image: url(../images/drop.jpg);
background-repeat: repeat-x;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin: 0 auto;
text-align: left;
}

#gradhold{
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/glow.png);
	background-repeat: repeat-y;
}

#gradbottom{
	width: 800px;
	margin: -5px auto 0 auto!important;
	height: 40px;
/*	border: 1px solid #f00;*/
	background-image: url(../images/bottom-glow.png);
}


#wrapper { 
 margin: 0 auto;
 width: 760px;
}


#header {
 width: 760px;
 color: #333;
 height: 110px;
}

#header img.logo{
	float: right;
	margin: 0;
}

#header img.number{
	float: left;
}

#header ul.mainnav li{
	display: inline;
	border-left: 1px solid #636467;
	padding: 0 3px 0 3px;
}

#header ul.mainnav li.first{
	border: none;
	margin-left: 7px;
}

#header ul.mainnav{
	background-color: #DCDDDE;
	height: 26px;
	padding-top: 7px;
	width: 635px;
	float: left;
	
}



#content { 
 width: 760px;
 color: #333;
}

#content #texthold{
	margin: 0 0 20px 15px;
	width: 625px;
	
}

#content #texthold #contactdetails{
	/*border: 1px solid #f00;*/
	/*float: right;
	display: inline;*/
	width: 200px;
	float: right;
	margin: -90px 250px 0px 0px;
}

#galleryarea{
	border-top: 5px solid #DCDDDE;
	padding-left:23px;
	padding-top:10px;
}



#footer { 
 color: #333;
 width: 760px;
 
}