*{
	margin: 0px;
	padding: 0px;
}
a{outline: none;}
body{
	background: #E7E9D1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header h1{
	background: url(../images/site/bl_logo.png) no-repeat scroll left center;
	float: left;
	height: 118px;
	width: 200px;
}
#header h1 a{
	text-indent: -9000px;
	display: block;
	height: 118px;
	width: 200px;
	overflow: hidden;
}

#header br{
	clear: right;
}

body ul#mainNav li.first, body ul#subNav li.first{
	padding-left: 0px;
}

ul#mainNav{
	list-style: none;
	float: right;
	border-right: 1px solid #444444;
}
ul#mainNav li{
	float: left;
}
ul#mainNav li a{
	display: block;
	float: left;
	padding: 40px 10px 10px;
	font-size: 12px;
	line-height: 12px;
	color: #444444;
	text-decoration: none;
	text-transform: lowercase;
	background: #FCFAE6;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
}
body#photos ul#mainNav li a{
	border-bottom: none;
}
ul#mainNav li a:hover{
	color: #444444;
	background: #E7E9D1;
}
ul#mainNav li#mainCurrent a, ul#mainNav li#mainCurrent a:hover{
	color: #FCFAE6;
	background: #444444 url(../images/site/current_nav.png) no-repeat scroll center top;
}

ul#subNav{
	list-style: none;
	float: right;
}
ul#subNav li{
	float: left;
}
ul#subNav li a{
	display: block;
	float: left;
	font-size: 10px;
	color: #FCFAE6;
	text-decoration: none;
	padding: 5px 10px 6px;
	background: #444444;
	text-transform: lowercase;
}
ul#subNav li a:hover{
	background: #585858;
}
ul#subNav li#subCurrent a, ul#subNav li#subCurrent a:hover{
	background: #901808;
}

#photography{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 10px solid #444444;
	clear: both;
	background: #585858;
	height: 564px;
}
#content{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 10px solid #444444;
	clear: both;
	background: #585858;
}
#content h2, #photography h2{
	border-bottom: 1px solid #323232;
	margin-right: 20px;
	margin-left: 20px;
	color: #FCFAE6;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 3px;
	text-transform: lowercase;
	font: lighter 24px "Century Gothic", Verdana, Arial, sans-serif;
}
#content h3{
	background: #444444;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #FCFAE6;
	border: 1px solid #323232;
	font: bold 14px "Century Gothic", Verdana, Arial, sans-serif;
	letter-spacing: 1pt;
}
#content p, #photography p{
	font-size: 12px;
	line-height: 18px;
	color: #FCFAE6;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}
#content p a, #photography p a{
	color: #FFFFFF;
}
#content p a:hover, #photography p a:hover{
	text-decoration: none;
}

#content ul{
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 35px;
	list-style: none;
}
#content ul li{
	padding-bottom: 10px;
	padding-left: 15px;
	background: url(../images/site/li_arrow.png) no-repeat scroll left 2px;
	font-size: 12px;
	line-height: 14px;
	color: #FCFAE6;
}

#content label{
	font-size: 12px;
	color: #FCFAE6;
	line-height: 20px;
}
#content form{
	margin-bottom: 20px;
	margin-left: 40px;
	font-size: 12px;
	color: #FCFAE6;
}
input#fullName,input#emailAddress,input#phone{
	width: 200px;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 16px;
	padding: 2px;
}
input.contactMethod{
	margin-top: 3px;
	margin-bottom: 3px;
}
form strong{
	color: #FFFFFF;
}
#content textarea{
	padding: 2px;
	height: 150px;
	width: 400px;
}

ul#footer{
	clear:both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	color: #FCFAE6;
	font-size: 12px;
}
ul#footer li{
	padding-bottom: 15px;
}
ul#footer li a{
	color: #444444;
	text-decoration: none;
}
ul#footer li a:hover{
	color: #525252;
}
ul#footer li#copy{
	float: left;
	color: #444444;
}
ul#footer li#links{
	float: right;
	color: #444444;
}
