body{
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	line-height: 1.166;	
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	background-color:#ffffff;
	/*background: #cccccc url("../images/bg_grad2.jpg") fixed;*/
}

#pageContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#pagecell1{
	position:relative;
	width:100%;
	background-color: #ffffff;
	margin-top: 5px;
	clear: left;
	/*border: 1px solid #334d55;*/
}

#masthead{
	position: relative;
	top: 0px;
	width:100%;
	text-align:center;
	background-color:#FFFFFF;
}

#masthead img{
	position:relative;
	background-color: #ffffff;
}

#navwrapper{
	border-top: 1px solid #bf0614;
	border-bottom: 1px solid #bf0614;
	height: 30px;
	margin: 8px 0 8px 0;
	width: 788px;
}

#nav, #nav ul{
	/*border:1px solid black;*/
	float:left;
	color: #666666;
	padding: 0;
	margin: 3px 0 1em 0;
	font-weight: bold;
	font-size: 13px;
	list-style:none;
	z-index:999;
}

#nav a{
	display: block;
	padding: 0.25em 0.25em;
	padding: 0.25em 0.25em;
	text-decoration:none;	
}

#nav a:hover{
	text-decoration:underline;	
}

#nav li{
	float: left;
	padding:0 26px; /*determines the spacing between the top level menu items*/
}

#nav li ul{
	position: absolute;
	width: 8em;
	left: -999em;
	height:auto;
	margin: 0;
	background-color:#ffffff;
	border: 1px solid #666666;
}

#nav li ul li{
	margin-left: -20px;
}

#nav li:hover ul{
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#content{
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	/*border-left: 1px solid #ccd2d2;*/
	position:relative;
	clear: left;
}

#siteInfo{
	font-size: 10px;
	background-color: #ffffff;
	padding: 8px;
	text-align:center;
	color:#666666;
	border-bottom: 1px dotted #bf0614;
}

#siteInfo2{
	font-size: 10px;
	background-color: #ffffff;
	padding: 8px;
	text-align:center;
	color:#666666;
}

#popUpContent{
	padding: 20px;
}
/* ;asldkfj;dsalkfjdsa;klfjdsl;kjdsafkl;dsjfkl;dsjkldsjdsl;kfjdsakl;f */

a:link, a:visited{
	color: #606060;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


#divider_vertical{
	float: left;
	height: 100%;
	
}

td.content_left_column{
	width: 450px;
	border-right:1px solid #606060; 
	padding-right: 10px;
	vertical-align:top;
}

td.content_right_column{
	padding-left: 10px;
	vertical-align:top;
}

#content_left_container{
	border-right: 1px solid #606060;
	float: left;
	width:454px; /* be sure to edit the margin of content_right below */
	margin-right: 10px;
}

#content_left_container_inventory{
	border-right: 1px solid #606060;
	float: left;
	width:575px; /* be sure to edit the margin of content_right_inventory below */
	margin-right: 10px;
}

#content_left_container_store{
	border-right: 1px solid #606060;
	float: left;
	width:620px; /* be sure to edit the margin of content_right_store below */
	margin-right: 10px;
}

#content_left_container_blog{
	border-right: 1px solid #606060;
	float: left;
	width:651px; /* be sure to edit the margin of content_right_blog below */
	margin-right: 10px;
}

#content_left{
	padding-right: 10px;
}

#content_right{
	border-left: 1px solid #606060;
	padding-left: 10px;
	margin-left: 454px;
}

#content_right_inventory{
	border-left: 1px solid #606060;
	padding-left: 10px;
	margin-left: 575px;
}

#content_right_store{
	border-left: 1px solid #606060;
	padding-left: 10px;
	margin-left: 619px;
}

#content_right_blog{
	padding-left: 20px;
	margin-left: 650px;
}

#content_left_home{
	float: left;
	width:440px; /* be sure to edit the margin of content_right below */
	margin-right: 10px;
}

#content_right_home{
	margin-left: 440px;
	margin-top: 5px;
	position:relative;
}

#content_left_exhibit_container{
	border-right: 1px solid #606060;
	float: left;
	width:390px; /* be sure to edit the margin of content_right below */
}

#content_right_exhibit{
	border-left: 1px solid #606060;
	padding-left:10px;
	margin-left: 390px;
	
}

#content_center{

}

#thumbs_scroller{
	overflow: scroll;
	height: 400px;
	width: 320px;
}

h1{
	font-size: 24px;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 14px;
}

h4{
	font-size: 12px;
}

#exhibit_thumbs hr{
	color: #606060;
	height: 1px;
}

#exhibit_upcoming{
	width: 900px;
}

.ExhibitUpcomingTitle{
	font-size: 13px;
	font-weight:bold;
}

.ExhibitUpcomingDate{
	font-size: 13px;
	font-weight: normal;
}

#nav_limited p{ 
	line-height:22px;
}

#nav_limited img{ 
	margin-left: -2px;
}

#nav_limited a{
	padding-left: 5px;
	font-size: 14px;
}

#nav_limited a:hover{
	font-weight: bold;
	text-decoration:none;
}

.nav_limitedcolumn{
	border-left: 2px solid #606060;
}

hr.limited{
	color: #606060;
	height:2px;
}

/* BEGIN - Blog Entries */

.BlogDate{
	font-size: 16px; 
	background-color:#cccccc; 
	color: #ffffff; 
	font-weight:bold; 
	padding: 5px;
}

.BlogEntry{
	border: 1px solid #cccccc; 
	padding: 0 10px 10px 10px; 
	margin: 8px 0 8px 0;
}

/* //END - Blog Entries */

.required{
	color:#FF0000;
	font-weight:bold;
	font-size:150%;
}

.reddot{
	color: #bf0614;
	font-weight:bold;
}

.copyright{
	font-size: 10px;
}