body,
	html {
	margin: 10px 0;
	padding: 0;
	color: #000;
	background: #254e62;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
		
}
	#wrap {
	width: 760px;
	margin: 0 auto;
	background: White;
}
	#header {
	height: 220px;
	background: #254e62;
	border: 1px solid White;
}
	
#centeredmenu {
   float:left;
   width:100%;
   background:#21577a;
   border-bottom:4px solid #000;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	background: #21577a;
	color: White;
	font-size: 16px;
	text-decoration: none;
	line-height: 1.4em;
	font-variant: small-caps;
}
#centeredmenu ul li a:hover {
   background:#369;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}
	#sidebar {
		float:left;
		width:230px;
		background:White;
		margin-left: 10px;
		padding-top: 70px;
		line-height: 140%;
	
	}
	
	h1 {	
-x-system-font:none;
background-color:#a7bfcb;
border-bottom:1px solid #999999;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:13pt;
font-weight:bold;
line-height:normal;
padding:5px 0;
text-indent:0.7em;
}
h2 {
	background-color: #b0c2cb;
	border-bottom: 1px solid #999999;
	color: White;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12pt;
	line-height: normal;
	padding: 5px 0;
	text-indent: 0.7em;
}
	#main {
	float: right;
	width: 480px;
	padding: 20px 10px 20px 20px;
	line-height: 140%;
	background: White;
}
	#footer {
	clear: both;
	padding: 5px 10px;
	background: #738b97;
	
	
}
	#footer p {
	margin: 0;
	text-align: center;
	font-family: Papyrus;
	font-size: 25px;
	color: White;
}
	* html #footer {
		height:1px;
	}
	
	.image	{
	padding: 5px;
	border: 1px double #21577a;
	text-align: center;
}
.top {
  float: left;
  width: 760px;
   
}
.imgtop {
  position: relative;
  float: right;
  width: 800px;
  margin: 0 -40px 0 0;
} 
.author	{
padding-top: 5px;
	font-size: xx-small;
	text-align: right;
	color:	White;
	}
	
 .author a:hover	{
	color: #800000;
}	