body {
	background: #242A7C;
	font-family:garamond, helvetica, sans-serif;
	font-size:14pt;
	margin:0;
	padding:0;
}

#container {

	width:800px;
	background:#fff;
	padding:10px;
	margin:10px auto 10px auto;
}


#header {
	background:url(images/header.jpg) top left no-repeat #fff;
	left:20px;
	width:800px;
	height:200px;
	margin:0;
	padding:0;
}


/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:white;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#26354a;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below.  */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */

#header h1 {
	color:#fff;
	margin:0;
	padding:10px;
	text-transform:lowercase;
	font-weight:normal;
	font-size:24pt;
}

#header p {
	text-align:right;
	padding:50px 10px 10px 10px;
	color:#fff;
	font-size:10pt;
	font-weight:bold;
}

#nav {
	margin:10px 0 0 0;
	padding:0 10px 0 10px;
	height:37px;
	width:510px;
	background:url(images/nav_off.jpg) top left repeat-x #080f6f;
}

#nav li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}

#nav li a {
	color:#fff;
	font-weight:bold;
	font-size:12pt;
	text-decoration:none;
	padding:0 10px 4px 10px;
	display:block;
	margin:0;
	line-height:33px;
	overflow:hidden;
	float:left;
}

#nav li a:hover {
	background:url(images/nav_on.jpg) top left repeat-x #f6502e;
}

#content {
	margin-top:10px;
}
#photo {
	position:absolute;
	top:120px;
	left:20px;
	width:172px;
	padding:10px;
	background-color:#26354a;
	border:0px dashed #999;
	line-height:17px;
	}
#content .date {
	width:48px;
	height:73px;
	float:left;
	font-weight:bold;
	text-align:center;
	padding:5px;
	background:url(images/date_block.jpg) top left no-repeat #fff;
	border:10px solid #fff;
}

#content h2 {
	font-size:22pt;
	color:#f6502e;
	font-family:georgia, times, serif;
	font-weight:normal;
	margin:0;
	padding:0;
}

#content .post {
	margin-left:90px;	
}

#footer {
	border-top:1px solid #ffffff;
	color:#ffffff;
	margin-top:10px;
	padding:10px;
	text-align:center;
	font-size:8pt;
}

p.postmeta {
	clear:both;
	font-size:8pt;
	text-align:right;
	padding:2px;
	background:#e6f49c;
	margin:0;
}

p.postmeta a, p.postmeta a:hover {
	color:#000;
	background:none;
}

a {
	color:#000066;
}

a:hover {
	color:#F9502D;
	background:#F4FBD2;
}

#photos {
	position:relative;
	width:370px;
	margin:0 auto 0 auto;
}

.imgbox {
	position:relative;
	padding:5px;
	border:1px solid #000;
	margin:10px;
	width:88px;
	height:88px;
	float:left;
}


#bar {
 border-left:0px solid #000000; border-right:0px solid #000000; border-top:1px solid #000000; border-bottom:1px solid #000000; height:25px;
 width:800px;
 background:#0c136d;
 color: #0c136d;
 
 }