/* Global Styles */

* {
	margin:0;
	padding:0;
	border:0;
}

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	background:#d0a06e;
	margin:0 0 0 0;
	padding:8px 0 0 0;
}

/* Main Container Styles */

#MainContainer {
        width:  780px!important; /* IE7+FF */
        width:  780px; /* IE6 */
	margin:0 auto;
}

#MainContentArea {
	background:url(history/page_bg.jpg) left bottom no-repeat;
	height:578px;
	width:780px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.nav {
	float:left;
	margin:5px 0 0 0;
}

.nav ul { margin: 0; padding: 0; text-align: center; list-style-type: none; white-space: nowrap; }
.nav li { margin: 0; padding: 0; font-size: 11px; display: inline; }
.nav a:link, .nav a:visited, .nav a:hover, .nav a:active, .nav ul li.current {
  padding: 0.2em 0.45em;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.75em;
  font-size: 11px;
}

#subnav_content {
	width:400px;
	height:79px;
	float:right;
	padding:10px 140px 0 0;
}

#subnav_container {
	width:305px;
	height:79px;
	float:left;
}

#subnav {
	width:305px;
	padding:5px 0 0 0;
}

#subnav ul { margin: 0; padding: 0; text-align: center; list-style-type: none; white-space: nowrap; }
#subnav li { margin: 0; padding: 0; font-size: 10px; display: inline; }
#subnav a:link, #subnav a:visited, #subnav a:hover, #subnav a:active, #subnav ul li.current {
  padding: 0;
  color: #000;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.75em;
  font-size: 10px;
}

#page_title {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	width:238px;
	height:22px;
	color:#814f26;
	font-weight:bold;
	padding:40px 0 0 70px;
}

#clear {
	clear:both;
}

#Gallery_container {
	width:560px;
	padding:20px 0 0 95px;
}

#gallery_top {
	background:url(history/gallery_top.jpg) top left no-repeat;
	width:169px;
	height:22px;
	font-size:14px;
	color:#674212;
	padding:0 0 0 30px;
	line-height:22px;
}

#gallery_box {
	width:562px;
	height:155px;
	background:url(history/gallery_bg.jpg) no-repeat;
	float:left;
	padding:0 0 0 15px;
}

.gallery {
	width:230px;
	height:134px;
	float:left;
	padding:5px 15px 0 15px;
}

img.border_line {
	border:1px solid #000000;
}

#Announcement {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#f20100;
	float:left;
	padding:5px 0 0 120px;
	width:100%;
	text-align:left;
}

#Details_container {
	width:100%;
	float:left;
	padding:0 0 0 0;

}

.details {
	width:530px;
	float:left;
	text-align:left;
	padding:5px 10px 0 140px;
	line-height:16px;
	font-size:12px;
}

.details a,.details a:hover, .details a:active, .details a:visited{
	color:#f20100;
	font-size:12px;
	text-decoration:none;
}

#link {
	color:#fe0404;
	font-size:11px;
}

#link a, #link a:hover, #link a:active, #link a:visited {
	color:#fe0404;
	font-size:11px;
	text-decoration:none;
}

#footer {
	float:left;
	padding:15px 0 0 0;
	width:100%;
}

#copyright_info {
	width:560px;
	float:left;
	font-size:9px;
	padding:0 0 0 120px;
}


#copyright_info a, #copyright_info a:hover, #copyright_info a:active, #copyright_info a:hover  {
	font-size:9px;
	text-decoration:none;
}






