body {
	color:white;
	background-color:#000000;
	margin-top: 0px;
	font: 14px "Trebuchet MS", geneva, Arial, helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	padding-top: 15px;
	}
	
	
#wrapper {
	width: 694px;
	margin: 0px auto;
}

#head {
	background: url(images/logo2.jpg) no-repeat;
	width: 700px;
	border-right: 1px #FFFFFF;
}

#show {
	height: 133px;
	width: 600px;
	border: 1px solid #FFFFFF;
	margin: 65px auto 25px;
	background: #333333;
}

#content {
	width: 646px;
	border-top: 1px solid #666666;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-left: 26px;
	margin-top: 10px;
}

#feature {
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 200px;
}

#footer {
	font: 9px "Trebuchet MS", geneva, Arial, helvetica, sans-serif;
	color: #FFFFFF;
	background: #333333;
	clear: both;
	border-right: thin #FFFFFF;
	border-bottom: thin #FFFFFF;
	border-left: thin #FFFFFF;
	width: 646px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footLink a{
	font-size: 14px;
	color:#FFCC33;
	text-decoration:none;
}

.footLink a:hover {
	text-decoration: underline;
	}
	
.footer a{
	font: 9px "Trebuchet MS", geneva, Arial, helvetica, sans-serif;
	color:#FFCC33;
	text-decoration:none;
}

.footer a:hover {
	text-decoration: underline;
	}
/* * * * * Navigation styles * * * * */

#navholder   {
	float: left;
	font: 1em/30px Geneva, Arial, Helvetica, sans-serif;
	width: 175px;
}
 
#navholder ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navholder li.first a {
	border-top: 1px solid #666666;
	}
	
#navholder li {
	margin: 0px;
	text-indent: 25px;
}

#navholder a {
	background: url(images/up.gif) no-repeat;
	background-position: 0% 50%;
	display: block;
	padding: 2px 4px 2px 25px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

#navholder a:link, #navholder a:visited {color:#FFFFFF;
	text-decoration: none;
	}
	
#navholder a:hover, #navholder a:active {
	color: #999999;
	background: url(images/over.gif) no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
}

#home #navholder .home a,
#weddings #navholder .weddings a,
#portraits #navholder .portraits a,
#events #navholder .events a,
#aboutus #navholder .aboutus a,
#contact #navholder .contact a {
	color:#666666;
	cursor:default;
	background: url(images/over.gif);
	background-position: 0% 50%;
}
