/* Layout Required */
body {
	margin: 0;
	text-align: center;
	background: #FFFFFF url(images/assets/body_bg.jpg) top center no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
p,a,ul,td,li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
img {behavior: url(pngbehavior.htc);}

div {text-align: left;}
div.spacer {height:65px;}
.bigText {font-size:18px;}

div#container {position:relative;margin:0 auto;width: 950px;}

div#wrapper {width: 100%;background: #FFFFFF url(images/assets/body_bg2.jpg) top center no-repeat;min-height:640px;}

div#footer {width: 100%;text-align: center;margin-top: 20px;}
	div#footer p,div#footer a {font-size: 11px;}

/* End Layout Required */
div#header {width: 100%;height:88px;}
div#header img {float:left;}

div#mainMenu {position: relative;overflow:hidden;width: 550px;height: 30px;margin-left: 400px;}

div.bgColor {position: absolute;background-color: #000000;filter: Alpha(opacity=61);-moz-opacity: 0.61;width: 1000px;height: 1000px;}
div.zIndex {position: absolute;z-index: 999;top: 0;left: 0;}

ul#menuBar {list-style: none;margin: 0;padding: 0;margin-top:5px;}
	ul#menuBar li {float: left;margin-left:10px;}
	ul#menuBar li a {font-family: Georgia, "Times New Roman", Times, serif;font-size: 15px;color: #ffffff;text-transform: uppercase;}
	ul#menuBar li a:hover,ul#menuBar li a.active {color:#b0b0b0;}

div#main {position: relative;}
	div#main div.section {position: relative;width: 450px;height:175px;text-align: center;}
		div#main div.section img {border: none;cursor:pointer;}

div#gallerySection {position: relative;height:640px;width:950px;text-align: center;background-color:#999999;}
	div#Back {position: absolute;bottom: 0;left: 0;width: 175px;height:27px;background-color: #000000;}
		div#Back a {display: block;line-height:27px;color: #ffffff;text-transform: uppercase;margin-left: 5px;font-size: 14px;}
		
	div#thumbNails {position: absolute;bottom: 0;right: 0;width: 375px;height:27px;background-color: #000000;}
		div#thumbNails span {color: #FFFFFF;text-transform: uppercase;margin-left: 10px;font-size: 11px;line-height: 27px;}
	div#thumbNails img {margin: 3px;border: none;cursor:pointer;}
	
	div#leftArr {position:absolute;left:5px;top:290px;width:28px;height:61px;cursor:pointer;}
	div#rightArr {position:absolute;right:5px;top:290px;width:28px;height:61px;cursor:pointer;}