body, html
	{
	background-color: #f2ecdb;
	margin: 0;
	padding: 0;
	height: 100%;
	}
	
.main
	{
	font-family: verdana;
	font-size: 12px;
	color: #999999;
	position: absolute;
	left: 5%;
	width: 90%;
	top: 10px;			
	}
	
.top
	{
	margin: 0 auto; 
	padding: 0; 
	width: 941px; 
	height: 125px; 
	background: url(images/header.jpg) no-repeat left bottom;
	}

.header
	{
	margin: 0 auto; 
	font-family: verdana;
	font-size: 54px;
	color: #999999;
	position:relative;
	left:30px;
	top:-100px;
	width:700px;
	}
	
.tagline
	{
	font-family: verdana;
	font-size: 16px;
	color: #c3a407;
	position:relative;
	left:370px;
	top:-100px;
	width:600px;
	}
	
.middle
	{
	margin: 0 auto; 
	padding: 0; 
	width: 941px; 
	height: auto; 
	background: url(images/mainmiddle.jpg) repeat-y left top;
	}
		
.copy
	{
	background-color: #ffffff;
	font-family: verdana;
	font-size: 14px;
	color: #666666;
	width: 840px; 
	height: 200px; 
	padding: 15px; 
	float: left; 
	margin-left: 20px; 	
	position:relative;
	left:0px;
	top:-80px;
	}
	
.links
	{
	width: 941px; 
	height: 85px; 
	margin: 0 auto; 
	}
	
	
.cam
	{
	background-color: #ffffff;
	width: 840px; 
	height: 330px; 
	padding: 15px; 
	float: left; 
	text-align: center; 
	margin-left: 20px; 
	}

.bottom
	{
	margin: 0 auto; 
	padding: 0; 
	width: 941px; 
	height: 20px; 
	background: url(images/mainbottom.jpg) repeat-x left top;
	}

.footer
	{	
	width: 941px; 
	height: 85px; 
	margin: 0 auto; 
	background: url(images/footer.jpg) left top; 
	line-height: 85px; 
	text-align: center;
	}

a:link.topnav
	{ 
    text-decoration: none;
	font-family: verdana;
	font-size: 14px;
	font-weight: regular;
	color: #666666;
	}

a:visited.topnav
	{ 
    text-decoration: none;
	font-family: verdana;
	font-size: 14px;
	font-weight: regular;
	color: #666666;
	}

a:hover.topnav
	{ 
    text-decoration: none;
	font-family: verdana;
	font-size: 14px;
	font-weight: regular;
	color: #c3a407;
	}
	
body#home a#homenav,
body#webdesign a#webnav,
body#seo a#seonav,
body#contact a#contactnav 
{
color: #c3a407;
}

.clearboth
	{
	clear: both;
	}