/* CSS Document by Tony Phillips*/

html, body {  background: #ffffff url(images/background.jpg) top left;
background-repeat: repeat-x;
margin:0;
	text-align:center;
	padding: 0;}

#wrapper {  
width:800px;
background: #ffffff;
margin: 0 Auto;}


#banner {
width:800px;
height:285px;
background: #000000 url(images/banner.jpg) top center;
background-repeat: no-repeat;
margin: 0 Auto;
border: 0;
}

#gap{
height:180px;
}

#menu{
vertical-align: bottom;
text-align:centre;
}
#menuleft{
text-align:centre;
width:266px;
vertical-align: bottom;
float: left;
}
#menumiddle{
text-align:centre;
width:267px;
vertical-align: bottom;
float: left;
}
#menuright{
text-align:centre;
width:266px;
vertical-align: bottom;
float: left;
}


#content{
margin: 0 0 0 0px;
border-left: thin solid #6f6f6f;
border-right: thin solid #6f6f6f;
}

h1 {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 2.6em;
	letter-spacing: -0.05em;
	color: #BEA600;
	margin-top:10px;
	font-weight: normal;
	text-align:left;
}

#homeintro p {
	font-size: 18px;
	color: #666;
	font-family: georgia;
	text-align:left;
	
}

#photointro p {
	font-size: 18px;
	color: #666;
	font-family: georgia;
	text-align:center;
}


#email {
text-align:center;
}


