html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body {
	background: #FFF url(../images/oc_backgd.jpg) no-repeat scroll 50% 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

#wrapper {
	width: 800px;
	background: #02255B;
	margin: 0px auto;
	height: 100%;
	
}
#menu {
	margin: 0px auto;
	padding: 0px;
	background: #fff url(../images/oc_top.jpg) no-repeat 50% 0px;
	
}

.clear { 
  clear: both;
}

#breakingnews {
	border: 1px solid #CCC;
	border-top-color: #eee;
	border-left-color: 1px solid #ddd;
	border-right-color: 1px solid #ddd;
	border-bottom-color: #bbb;
	padding: 20px;
	background: #FEFDF7;
	
}

#breakingnews a  {
	display: block;		/* to increase the clickable area as a's default to inline */
	color:  #FF3333;
	text-decoration: none;
	padding: 0 5px;
	line-height: 2.0;
	border-bottom: 1px solid #FFCCCC;
}
#breakingnews a:hover   {
text-decoration:underline;
}


#content {
	margin: 0 auto;
	width: 800px;
	border-left-color: 1px solid #ddd;
	border-right-color: 1px solid #ddd;
	background: white;
	background: #fff url(../images/oc_contentback.jpg) no-repeat bottom 0px;

}

#footer {
	float: left;
	margin: 0 0px;
	width: 800px;
	background: #fff;
}

#text {
	padding: 20px;

}
#location {
	padding: 20px;

}
p.photo {
	display: block;
	margin: 50px 0px 0px 20px;
	padding: 8px 8px 20px 8px;
	float: left;
	border: 1px solid #CCC;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color:white;
	}
	
p.photo2 {
	display: block;
	float:left;
	margin: 15px 10px 0px 0px;
	padding: 8px 8px 20px 8px;
	border: 1px solid #CCC;
	border-top-color: #eee;
	border-right-color: #ddd;
	border-bottom-color: #bbb;
	background-color:white;
	}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	line-height: 18px;
	font-style: normal;
}

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 25px;
	color: #A11E1E;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
	font-style: normal;
}
a{ text-decoration:none; color:#CC00CC; font-family: Verdana;}
a:hover{ text-decoration:underline; }

p.quote {font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: red;
	line-height: 20px;
	font-style: italic;}
	
		
#nav {
	margin-top: 28px;
	margin-right:10px;
	padding: 0;
	list-style-type: none;
	width: 80px;
	float: right; /* contain floated items */
}

#nav li {
	margin: 0;
	padding: 0;
	float: left: /* This corrects the */
	width: 100%;
	}
	
#nav a  {

	display: block;		/* to increase the clickable area as a's default to inline */
	color:  #999;
	text-decoration: none;
	padding: 0 5px;
	line-height: 2.0;
	border-bottom: 1px solid #A9A9A9;
}


	
#nav  #nav_con a {
	border: none;

}

#nav a:hover   {
	text-decoration:underline;
	
}

#body_hom #nav_hom a, #body_about #nav_about a, #body_hist #nav_hist a, #body_teach #nav_teach a,  #body_event #nav_event a, #body_news #nav_news a, #body_gal #nav_gal a, #body_gear #nav_gear a, #body_con #nav_con a {
	color: white;
	font-weight: bold;
}
i  {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #66CDAA;
	line-height: 14px;
	font-style: italic;
	
	}


