@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 0 40px;
}

.top {
	/*height: 569px;*/
	height: 360px;
	width: 100%;
	left: 0;
	top: 0;
	/*background: url(../images/topBg-new.jpg) top center no-repeat;*/
	background: url(../images/topBg.jpg) center no-repeat;
	position: absolute;
	text-align: center;
}

.top2 {
	width: 100%;
	height: 569px;
	background: url(../images/topBg-new.jpg) top center no-repeat;
	margin-bottom: 10px;
}

.topContainer {
	width: 100%;
	position: fixed;
	top: 0;
	left: auto;
	right: auto;
	text-align: center;
}

.nav {
	height: 69px;
	background: url(../images/navBg.gif) repeat-x;
	/*margin-top: -55px;*/
	margin-top: 335px;
	line-height: 69px;
	z-index: 99;
}

.nav2 {
	background: url(../images/navBg.gif) repeat-x;
	/*margin-top: -55px;*/
	line-height: 69px;
	text-align: center;
	margin: 0 auto;
}

.footer {
	font-size: 11px;
	text-align: center;
	margin: 30px 0;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffcc00;
	text-decoration: none;
}

.contact_us {
	width: 900px;
	margin: 0 auto;
	/*padding-top: 10px;*/
	text-align: right;
}


.sub_nav {
	width: 100%;
	font-family: Times New Roman;
	font-size: 22px;
	color: #999999;
	text-align: center;
}

.sub_nav a:link, .sub_nav a:visited {
	color: #999999;
	text-decoration: none;
}

.sub_nav a:hover {
	color: #cccccc;
	text-decoration: none;
}


.sub_nav img {
	border: solid 1px #333333;
	padding: 8px;
}

.sub_nav td {
	width: 33%;
}

h5 {
	font-size: 11px;
}

.header {
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/header.gif) no-repeat 0 20px;
}
	
.frame {
	padding: 5px;
	border: solid 1px #999999;
}

#gallery {
	margin-top: 70px;
}


