@charset "utf-8";
/* CSS Document */

body {
	width:auto;
	height:auto;
	margin:0px auto 0px auto;
	background-image:url(../images/bg_image.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#060605;
}

#screenWrapper{
	width:auto;
	height:auto;
	margin:0px auto 0px auto;
}

#outerWrapper {
	width:940px;
	height:auto;
	margin:0px auto 0px auto;
	background-image:url(../images/dropShaddow.png);
	background-repeat:repeat-y;
}

#innerWrapper {
	width:930px;
	height:auto;
	margin:0px auto 0px auto;
	background-color:#fff9f3;
	position:absolute;
}

#topSection {
	width:930px;
	height:231px;
	margin:0px auto 0px auto;
	padding:131px auto 0px auto;
	background-image: url(../images/top_banner_bg.jpg);
	position:relative;
}

#navBarTopSpacer {
	width:930px;
	height:131px;
	margin:0px auto 0px auto;
}

#navBar {
	width:928px;
	height:100px;
	margin:0px auto 0px auto;
}

#navLink1 {
	width:80px;
	height:20px;
	margin:29px auto 0px 18px;
	padding-left:15px;
	float:left;
}

#navLink2 {
	width:85px;
	height:30px;
	margin:24px auto 0px 22px;
	padding-left:15px;
	float:left;
}

#navLink3 {
	width:65px;
	height:20px;
	margin:29px auto 0px 26px;
	padding-left:35px;
	float:left;
}

#navLink4 {
	width:65px;
	height:30px;
	margin:24px auto 0px 28px;
	padding-left:35px;
	float:left;
}

#navLink5 {
	width:60px;
	height:20px;
	margin:29px auto 0px 30px;
	padding-left:40px;
	float:left;
}

#navLink6 {
	width:72px;
	height:20px;
	margin:29px auto 0px 32px;
	padding-left:28px;
	float:left;
}

#navLink7 {
	width:65px;
	height:20px;
	margin:29px auto 0px 30px;
	padding-left:35px;
	float:left;
}

#banner {
	width:930px;
	height:254px;
	margin:0px auto 0px auto;
	background-image: url(../images/banner_image_1.jpg);
}

#gallery_content {
	width:930px;
	height:auto;
	margin:0px auto 0px auto;
	background-color:#fff9f3;
}

#gallery_leftContent {
	width:880px;
	height:auto;
	margin:0px auto 0px auto;
	padding:25px;
	background-color:#fff9f3;
	
	
}

#gallery_rightContent {
	width:355px;
	height:auto;
	margin:0px auto 0px auto;
	padding-top:15px;
	background-color:#fff9f3;
	float:left;
}

#footer {
	width:910px;
	height:80px;
	margin:0px auto 0px auto;
	padding:10px;
	clear:both;
	background-color:#9f7143;
}

.navLinks a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.navLinks a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#EAEAEA;
	text-decoration:none;
}

.footerNavLinks a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	
	margin-right:10px;
	color:#FFF;
	text-decoration:none;
}

.footerNavLinks a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-right:10px;
	color:#FC0;
	text-decoration:none;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#900;
	text-decoration:none;	
}

.mainText {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	text-decoration:none;	
}

.images {
	border:medium #666 solid;	
}