html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
}

#header {
	display: block;
	position: relative;
	width: 850px;
	height: 124px;
	margin: auto;
	background: url(/images/header_gradient.gif) bottom repeat-x;
}  

#header h1 a {
	display: block;
	position: absolute;
	width: 367px;
	height: 124px;
	background: url(/images/logo.gif) no-repeat;
	text-indent: -3000px;
}
  


/* menu */
#menu  {
	float: right;
	margin: 0;
	padding: 0;
	height: 69px;
	top: 90px;
	left: 370px;
	position: relative;
	left:0px;
	overflow: hidden;
}
#menu a:hover  {
	color: #00F;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li  {
	float: left;
	list-style: none;
	background: url('/images/bg_menu.gif') repeat-x;
	height: 36px;
}
#menu li#last  {
	border-right: none;
}
#menu li a  {
	display: block;
	float: left;
	text-decoration: none;
	line-height: 34px;
	font-weight: bold;
	padding: 0 17px;
}
#menu li ul  {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	padding: 0 0 0 25px;
	margin: 0;
	background: #fff;
	width: 1000px;
}

#menu li ul li a:hover  {
	text-decoration: underline;
	color: #000;
}
#subnav li a
{
 font-size:11px;
 font-family:georgia;
 font-weight:100;
 color:#8f8f8f;
}
.navsubpages
{
display:none;
}
#subnav li a:hover
{
 text-decoration:underline;
}
#subnav
{
	margin:0px;
	width:100%;
}
#sub a
{
font-family:georgia;
font-size:11px;
text-decoration:none;
color:#8f8f8f;
}
#nav li a 
{
	font-family:georgia;
	font-size:13px;
	color:#000000;
}

#sub a:hover
{
text-decoration:underline;
}


/* main picture */
#mainpic  {
	border: 4px solid #000;
	position: relative;
	margin: 0 -4px;
	display: block;
}
#greyback
{
	background:url('../images/gradbg.jpg');

	margin:0 auto;
	text-align:center;	
	height:100%;
}
#content
{
	width:850px;
	height:800px;
	margin:0 auto;
	text-align:center;
	background:url('../images/mainbg.jpg');
	background-repeat:no-repeat;
}
#innercontent
{
	margin:0px;
	width:450px;
	position:relative;
	left:300px;
	text-align:left;
}
#innercontent h2
{
	font:georgia, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
#innercontent p
{
	font-family:georgia, Helvetica, sans-serif;
}
#innercontent a
{
	color:#bcbcbc;
	text-decoration:none;
}
#innercontent a:hover
{
	color:#000000;
	text-decoration:none;
}
#innercontent a:visited
{
	color:#bcbcbc;
	text-decoration:none;
}
a:visited
{
	color:#000000;
}
#copyright
{
	text-align:center;
	margin:0 auto;
	width:100%;
	font-weight:bold;
	font-size:16x;
}
#weddingheader
{
	width:850px;
	height:355px;
	background-image:url("../images/wedding_header.jpg");
	background-repeat:no-repeat;
}
#portraitheader
{
	width:850px;
	height:355px;
	background-image:url("../images/portrait_header.jpg");
	background-repeat:no-repeat;
}
#commercialheader
{
	width:850px;
	height:355px;
	background-image:url("../images/commercial_header.jpg");
	background-repeat:no-repeat;
}
#subheadernav a
{
	color:#4F4F4F;
	font-family:georgia;
	font-size:11px;
}
#maintext
{
	font-family:georgia;
	font-size:12px;
	text-align:left;
}
#imgholder
{
	text-align:center;
}
#beforeafter
{
	font-family:georgia;
	font-size:12px;
	line-height:25px;
}
#padder
{
 padding:10px;
}