/* CSS Document */

body {
	background: #181818 url(/images/common/repeat-bg.jpg) repeat-x center top;
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFFFFF;
}
p {
	width: 550px;
}
/*-----------------------------------------------------------------------------------------------

Container Styles

 -----------------------------------------------------------------------------------------------*/

#container {
	height: 672px;
	margin: 0px auto;
	text-align: left;
	width: 840px;
}
#home {
	background: transparent url(/images/common/home-bg.jpg) no-repeat; 
	height: 672px;
}
#grad {
	background: transparent url(/images/common/grad-bg.jpg) no-repeat;
	height: 672px; 
}
#weddings {
	background: transparent url(/images/common/wedding-bg.jpg) no-repeat;
	height: 672px; 
}
#port {
	background: transparent url(/images/common/portrait-bg.jpg) no-repeat;
	height: 672px; 
}
#about {
	background: transparent url(/images/common/about-bg.jpg) no-repeat;
	height: 672px; 
}
/*-----------------------------------------------------------------------------------------------

Heading Styles

 -----------------------------------------------------------------------------------------------*/

#heading {
	background: transparent url(/images/common/main-header.jpg) no-repeat;
	height: 215px;
}
#heading h1 {
	display: none;
}
/*-----------------------------------------------------------------------------------------------

Feature Styles

 -----------------------------------------------------------------------------------------------*/

#navigation {
	float: left;
	height: 300px;
	width: 200px;
}

/*-----------------------------------------------------------------------------------------------

Phone Column Styles

 -----------------------------------------------------------------------------------------------*/

#phonecol {
	float: left;
	height: 158px;
	width: 200px;
}
 
/*-----------------------------------------------------------------------------------------------

Content Styles

 -----------------------------------------------------------------------------------------------*/

#content {
	float: left;
	padding: 35px 0px 0 0;
	width: 640px;
}
#content-500 {
	float: left;
	padding: 35px 0px 0 0;
	width: 640px;
}
#content ul {
	display: inline;
	line-height: 20px;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
#content ul li {
	display: inline;
	padding: 0px 8px 0px 0px;
	margin: 0;
}
#content ul li img {
	border: 1px solid #000000;
}
div.indent {
}
div.indent p {
	padding-left: 25px;
}
div.indent h3 {
	padding-left: 25px;
}

/*-----------------------------------------------------------------------------------------------

Footer Styles

 -----------------------------------------------------------------------------------------------*/

#footer {
	height: 35px;
	margin: 0px auto;
	width: 840px;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #F8F3F0;
}
#footer ul {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #FFFFFF;
	margin: 0;
}
#footer .right {
	border: none;
}
#service {
	color: #5F5F5F;
	font-style: italic;
	font-size: 9px;
	margin: 0px auto;
	text-align: left;
	width: 840px;
}