body {
	color:#FFF;
	background-color:#000;
	text-align:center;
	font-size: 12px;
	text-align:left;
	font-family: Georgia, Georgia, serif;}
#container {
 position: absolute;
      left: 50%;
      top: 50%;
      width: 800px;
      height: 624px;
      margin-left: -400px; /* half of width */
      margin-top: -312px;  /* half of height */
      background-color: #000;
	  overflow: hidden;
}
#bodycontainer{
position: absolute;
      left: 50%;
      top: 45%;
      width: 800px;
      height: 464px;
      margin-left: -400px; /* half of width */
      margin-top: -232px;  /* half of height */
	  overflow: auto;
}

#header {
 position: absolute;
      left:50%;
      top:3%;
      width: 790px;
      height: 24px;
      margin-left: -395px; /* half of width */
      margin-top: -12px;  /* half of height */
	  font-size: 18px;
	  font-weight: bold;
	  color: #006699;
	 
}
#menu {
 position: absolute;
      left:85%;
      top:43%;
      width: 200px;
      height: 426px;
      margin-left: -100px; /* half of width */
      margin-top: -213px;  /* half of height */
}
#photo {
 position: absolute;
      left:35%;
      top:47%;
      width: 520px;
      height: 464px;
      margin-left: -260px; /* half of width */
      margin-top: -232px;  /* half of height */
	  
}
#footer {
 position: absolute;
      left:50%;
      top:94%;
      width: 790px;
      height: 24px;
      margin-left: -395px; /* half of width */
      margin-top: -12px;  /* half of height */
	  font-size: 14px;
	  font-weight: bold;
	  color: #006699;
}

a {color: #006699; text-decoration:none;}
a:hover {color: #FFF; text-decoration: none;}

.menuheader {color:#FFF;
	background-color:#000;
	text-align:center;
	font-size: 16px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	font-family: Georgia, Georgia, serif;}
.blogfooter {
	font-size: 9px;
	text-transform: uppercase;
	color: #069;
}

.picture-right {
float: right; margin: 0px 10px 10px 10px; display: inline; width:250px; border: 3px solid #FFF; background-color:#FFF; color: #000; font-weight:bold;}
.picture-left {
float: left; margin: 0px 10px 10px 0px; display: inline; width:250px; border: 3px solid #FFF; background-color:#FFF; color: #000;font-weight:bold;}.date {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #069;
}
.headline {
	font-size: 18px;
	font-weight: bold;
}
