/* Layout Required */
body {
	margin: 0;
	text-align: center;
	background: #000000 url(images/assets/body_bg.jpg) top left repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #b8b8b8;
}
p,a,ul,td,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #b8b8b8;
}
div {
	text-align: left;
}
div.container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 980px;
}

div#wrapper {
	float: left;
	width: 100%;
	background: #1c1c1c url(images/assets/wrapperBg.jpg) bottom left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	min-height: 350px;
	margin-top: 157px;
	padding-bottom: 125px;
}

div#footer {
	clear: both;
	width: 100%;
	text-align: right;
	margin-top: 20px;
}
	div#footer p,div#footer a {
		font-size: 11px;
	}
/* End Layout Required */
div#main {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
div#galleryMain {
	width: 100%;
	text-align: center;
}
div#galleryThumbs {
	width: 100%;
	text-align: center;
	filter: Alpha(opacity=45); 
	-moz-opacity: 0.45;
}
	div#galleryThumbs a.Arrows img {
		margin: 4px;
		border: 2px solid #000000;
		cursor: pointer;
	}
	div#galleryThumbs a img {
		margin: 4px;
		border: 2px solid #2c2c2c;
		cursor: pointer;
	}
img#placeholder {
	border: 3px solid #2c2c2c;
	margin: 10px;
}
ul.galleryMenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.galleryMenu li {
		float: left;
		margin-left: 10px;
		padding-right: 10px;
		border-right: 1px solid #000000;
	}
	ul.galleryMenu li a {
		font-size: 10px;
	}
		ul.galleryMenu li a:hover,ul.galleryMenu li a.active {
			color: #9baca6;
		}
div#menuBar {
	width:100%;
	height:18px;
	background-color:#131313;
}
	div#menuBar a {
		border: none;
		padding: 0;
		margin: 0;
	}
	div#menuBar div.centerMenu {
		float:left;
		width:33%;
		height:18px;
		text-align:center;
	}
	div#menuBar div.centerMenu a {
		float: left;
		width: 93px;
		height: 18px;
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
	}
	div#menuBar a.btnWeddings {
		background: url(images/assets/btn_portfolio.jpg) top left no-repeat;
	}
		div#menuBar a.btnWeddings:hover,div#menuBar a.btnWeddingsActive {
			background: url(images/assets/btn_portfolio_ro.jpg) top left no-repeat;
		}
	div#menuBar a.btnBio {
		background: url(images/assets/btn_bio.jpg) top left no-repeat;
	}
		div#menuBar a.btnBio:hover,div#menuBar a.btnBioActive {
			background: url(images/assets/btn_bio_ro.jpg) top left no-repeat;
		}
	div#menuBar a.btnContact {
		background: url(images/assets/btn_contact.jpg) top left no-repeat;
	}
		div#menuBar a.btnContact:hover,div#menuBar a.btnContactActive {
			background: url(images/assets/btn_contact_ro.jpg) top left no-repeat;
		}
		
div#contentArea {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #1a1a1a;
	width: 100%;
}
div#contentArea p,div#contentArea h1 {
	margin-left: 20px;
	margin-right: 20px;
}
div#contentArea h1 {
	color: #bed3cc;
}