body, html{
	background-color: white;
	/* background-color: #336699; */
	color:#393838;
	font-family: 'Verdana','Helvetica','Sans-serif';
	margin:0px;
}

#wrapper {
	background-color: #336699;
}

#logo {
	padding-top: 20px;
	width: 200px;
	background-color: white;
}

#header {
	width: 100%;
	height: 115px;
	/* background-color: #CCCC99; */
	background-color: #0086c5;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#side_pic {
	width: 200px;
	/* height: 252px; */
	background-color: white;
	padding: 0px;
	margin:0px;
}

#side_pic img {
	padding: 0px;
	margin:0px;
}

#quick_links {
	width: 200px;
	/* height: 441px; removed to allow long content */
	/* background-color: #336699; */
	background-color: #0086c5;
	color: white;
}

#quick_links a {
	display: block;
	color: white;
	text-decoration: none;
	width: 169px;
	margin: 0px;
	padding:0px;
}

#main {
	margin-left: 25px;
	margin-top: 10px;
	width: 700px;
	/* The following little mess is to get ie to properly use min-height */
	min-height:640px;
  height:auto !important;
  height:640px;
  line-height: 1.6em;
}

#content {
	background-image: url(../images/background.jpg);
  background-repeat: repeat-y;
}

#footer {
	/*
	top: 765px;
	left: 200px; removed and merged into main div*/
	width: 100%;
	height: 43px;
	background-color: #383838;
	color: white;
}

#footer_content { padding-top: 16px; padding-left: 26px;}

#menu_box {
	width: 100%;
	height: 34px;
	background-color: #706F70;
	color: white;
}

#title {
	/*
	position: absolute;
	top: 154px;
	left: 225px;
	*/
	margin-top: 10px;
	margin-left: 25px;
}

#exhibits {
/*
	position: absolute;
	top: 199px;
	left: 930px;
	height: 300px;
	*/
	width: 150px;
}

#news {
/*
	position: absolute;
	top: 598px;
	left: 930px;
	height: 160px;
	width: 150px;
	*/
	width: 150px;
}

#header_text {
	margin-top: 51px;
	margin-left: 26px;
}

.text1 { font-size: 25px; }
.text2 { font-size: 18px; font-weight: bold; }
.text3 { font-size: 14px; font-weight: bold; }
.text4 { font-size: 12px; font-weight: bold; font-style: italic;}
.text5 { font-size: 12px; }
.text6 { font-size: 10px; line-height: 11px; }

#quick_links_header { text-align: center; margin-top: 15px; margin-bottom: 0px; }

#quick_links ul { padding-left: 5px; margin-top: 9px; margin-left: 0px; list-style-type: none;}

#quick_links ul li {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 26px;
	background-image: url(../images/right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 164px 0.4em;
}

#main_table, #content_table, #sidebar_table, td {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

#content_table{
	width: 100%;
}

.fl { float: left; margin-right: 5px; }
.fr { float: right; margin-left: 5px; }

#main a img { border: 1px solid black; }

.bread_crumbs {
	margin-left: 25px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 9px;
}

#search {
  margin-left: 0px;
	paddding-left: 0px;
	height: 34px;
	margin-top: 5px;
	text-align: center;
}