body {
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: verdana, tahoma, arial, sans-serif;
	text-align: center;
	background: #990000; 
}

#wrapper {
	position: relative;
	margin: auto auto;
	padding: 0 16px;
	text-align: left;
	width: 792px;
	background: #fff url(/images/wrapper_background.gif) repeat-y left top;
  	width: 760px;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
}

#content { 
	width: 400px;
	height: 1150px;
	margin: 0 10px 50px 10px;
	padding: 405px 0 10px 10px;
	float: left;
}

#subpage_content { 
	width: 700px;
	min-height: 550px;
	margin: 0 10px 50px 10px;
	padding: 290px 0 10px 10px;
}

img.image_right {
	border-width:2px;
	border-style:solid;
	border-color:#990000;
	margin: 10px 0px 10px 10px;
	float: right;
	clear: both;
}

img.image_left {
	border-width:2px;
	border-style:solid;
	border-color:#990000;
	margin: 10px 10px 10px 0px;
	float: left;
	clear: both;
}

img.bordered_image {
	border-width: 1px;
	border-style: solid;
	border-color: #993333;
	margin: 10px;
	}

*html #content { margin-left: 20px; }
*html #subpage_content { margin-left: 20px; }

#sidebar { 
	position: absolute;
	width: 300px;
	top: 290px;
	left: 450px;
	margin: 0 0 0 15px;
}

#sidebar img {
	margin: 5px 10px 0px 5px;
	border: 1px solid black;
	float: left;
	clear: left;
}

#blurb {
	position: absolute;
	width: 380px;
	height: 60px;
	background-color: #000;
	color: #fff;
	top: 295px;
	left: 15px;
	font-family: times, serif;
	font-size: 26px;
	font-style: italic;
	text-align: center;
	padding: 20px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;	
}

#footer { 
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	width: 760px; 
	height: 1.5em;
	color: #000;
	font-size: x-small;
	background-color: #ECD42C;
	text-align: center;
}

#footer p {
	color: black;
	font-size: 10px;
	padding: 10px;
}

#footer a:link, #footer p a:visited {
	color: black;
	text-decoration: none;
}

#footer a:hover, #footer p a:active {
	color: black;
	text-decoration: underline;
	border-bottom: 1px dotted #039;
}

p, ul, dl, ol, blockquote   {
	font-family: verdana, tahoma, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, tahoma, arial, sans-serif;
}

p {
	font-size: small;
	font-family: verdana, tahoma, arial, sans-serif;
	line-height: 18px;
	color: #333;
	margin: .25em 0 1em 0;
}

#sidebar p {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 90%;
}


h1 { 
	font-size: 135%; color: #0000;
}

h1.hide { display: none; }

h2 { 
	font-size: 100%; 
	line-height: .5em;
}

li {
	font-size: 12px;
	font-family: verdana, tahoma, arial, sans-serif;
	color: #333;
	line-height: 1.5em;
}

cite {
	font-size: 11px;
	color: #333;
	line-height: 13px;
	font-weight: bold;
}

a, a:link, a:visited, a:active {
	color: red;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

#menu {
	position: absolute;
	width: 825px;
	top: 230px;
	left: -15px;
	text-align: center;
}

#menu ul {
	border: 0;
	margin: 15px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: arial, verdana, tahoma, sans-serif;
	}

#menu ul li a {
	display: block;
	background: #ECD42C;
	width: 130px;
	height: 2.8em;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: none;
	padding: 5px 0 0 0;
	margin: 0 0 0px 0;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1em;
	font-size: x-small;
	}

#menu ul li a:first-child	{
	border-left: 1px solid black;
}

html>#menu ul li a  {
	font-size: x-small;   
	} 

#menu ul li#five a	{
	width: 119px;
	}
	
#menu ul li a:hover {
	color: #000;
	background: #fff;
	}

#menu a:active	{
	color: #000;
	background: #fff;
	}
	
.centered {
	text-align: center; /*center aligns in IE */
	margin: 0 auto 0 0; /*this will align it center for Mozilla/Firefox*/
	margin-top:0px;
    	margin-bottom:12px;
    	padding:0px;
   	}
    

.floatleft {
	float:left;
	margin: 10px;
	}
	
.floatright {
	float:right;
	margin: 10px;
	}

blockquote {
	font-family: Times New Roman, serif;
	font-size: medium;
}
