/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	color: #999999;
}



a {
	text-decoration: none;
	color: #cc9900;
	letter-spacing: 2px;
	line-height: 25px;


}



a:hover {
	background: #cc9900;
	color: #000000;
	}

#splash {
	width: 850px;
	height: 650px;
		margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#banner_area {
height: 204px;
width: 100%;
background: #333333;
}


#banner {
	width: 950px;
	background-image: url(images/banner.jpg);
	height: 204px;
	margin: auto;
}
#content_area {
width: 950px;
height: 429px;
background:#000000 url(images/content_back.jpg) no-repeat;
margin:auto;


}



#content_area_port {
width: 950px;
height: 429px;
background:#333333;
margin:auto;


}

#left_content {
	width: 430px;
	float: left;
	height: 429px;
	padding-left: 10px;
	padding-right: 10px;
}






#right_content {
	width: 470px;
	float: right;
	height: 429px;
	padding-left: 10px;
	padding-right: 10px;
}
#right_content_port {
	width: 470px;
	float: right;
	height: 429px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #333333;
}




#content_100 {
	width: 930px;
	float: right;
	height: 429px;
	padding-left: 10px;
	padding-right: 10px;
}


#content_100_high {
	width: 950px;
	float: right;
	height: 429px;

}

#footer_area {
height: 204px;
width: 100%;
background: #333333;
}



#footer {
	width: 950px;
	height: 204px;
	background: #333333 url(images/footer.jpg) no-repeat;
	margin: auto;

}
 	
	h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #cc9900;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	letter-spacing: 2px;
	font-size: 13px;
}


h2 {
	letter-spacing: 2px;
	font-size: 14px;
	color: #ffffff;
}




p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 125%;
	color: #cccccc;
	font-size: 13px;
}

#left_banner {
	width: 440px;
	float: left;
	height: 204px;
	padding-left: 0px;
	padding-right: 10px;
}






#right_banner {
	width: 470px;
	float: right;
	height: 204px;
	padding-left: 10px;
	padding-right: 10px;
}

#menu a {
	display: inline;
	float: left;
	width: 90px;
	height: auto;
	text-decoration: none;
	color: #ffffff;
	text-align: center;

}

#menu a:hover {
	color: #cc9900;
	background: none;
	
}

#menu .active a {
	color: #cc9900;
	background: none;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
	
}

#menu li {
	float: left;
	height: 20px;
	padding: 0 15px 0 5px;
	
}
#menu {
	float: none;
	width: 470px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 178px;
}

#left_footer {
	width: 430px;
	float: left;
	height: 104px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 100px;
	color: white;
}






#right_footer {
	width: 470px;
	float: right;
	height: 104px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 100px;
	text-align: right;
}
#simpleViewer { height: 92%;}


