body {        
	font-size:80%; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;  
/*	background: #a7c0c9; */
	color:#000;
	margin:0;padding:0;
}                        

#wrapper {
	width:600px;
	margin:0px auto;
/*	border-top: 1em solid black;*/
	background:#fff;
}

#content {
	margin:2em 3em;
}

#dove {
	display:block;
	margin:0 auto;
}

#header {
	background: #000;
	color:#fff;
	margin:0;
	text-align:center;
}

#header h2 {
	color: #fff;
	padding:10px;
	margin:0;
	font-size:1.5em;
	padding-left:10px;
}

ul.nav {
	list-style: none;
	margin:0;
	padding-left:0;
	color:#333;
	background-color:#a7c0c9;
	text-align:center;
}

ul.subnav {
	background-color:#BBB;
}


ul.nav li {
	display:inline;
	margin-right:0.3em;
	font-size:1.4em;
	line-height:1.8em;
	padding: 0 0.3em;
	font-size:1.2em;
	line-height:1.6em;	
}

ul.nav a {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}

#content h3 {
	font-size:1.5em; 
	margin: 2em 0 0 0;
	border-top: 1px solid gray;
	padding: 0.5em 0 0 0;
}

#content h3:first-child {
	margin:0; border:0;
	padding:0;
}

#content p.date {
	margin:0;
	color:gray;
}

#content img {
	display:block;
	padding:10px;
	margin:1em auto;
	border:1px solid black;
}


p, li {
	font-size:1.0em;
	line-height:1.6em;
}

a {
	color:#a7c0c9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#footer {
	clear: both;
	background: #000;
	color:#fff;
	font-size:1.0em;
	text-align: center;
	padding: 1em;	
	margin:0;
}

.small {
	font-size:75%;
}

/* Blueprint Style */
table { border-collapse:separate; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
table { margin-bottom:1.4em; }
th { border-bottom:2px solid #ccc; font-weight:bold; background:#eee; }
td { border-bottom:1px solid #ddd; }
th, td { padding:4px 10px 4px 5px; }
tr.even td { background:#eef; }
tfoot { font-style:italic; }
caption { background:#ffc; }
table .last { padding-right:0; }