body {
	font-family: georgia, serif;
	background: #DDE2E9;
	margin: 20px auto 0 auto;
	text-align: center;
	}

div#box {
	width: 216px;
	margin: 0 auto 0 auto;
	}
	
div#wide {
	width: 256px;
	margin: 0 auto 0 auto;
	}	

div#words {
	padding: 5px 0 0 0;
	margin: 0 auto 0 auto;
	text-align: center;
	}

div#nav {
	border-top: 1px dotted #A4B2C3;
	border-bottom: 1px dotted #A4B2C3;
	margin: 10px 0 0 0;
	padding: 10px 0 10px 0;
	}
	
#nav p {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #666;
	}
	
#nav a {
	font-size: 10px;
	color: #666;
	text-decoration: underline;
	text-transform: uppercase;
	}
	
#nav a:hover {
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
	}

 a {
	color: #999;
	text-decoration: underline;
	}
	
a:hover {
	color: #333;
	text-decoration: none;
	}

	
#words img {
	display: block;
	border: 7px solid #F8F8FA;
	margin: 0 auto;
	}
	
#words p {
	color: #74869D;
	margin: 5px 0 8px 0;
	padding: 0 ;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	}

#words p.date {
	font-family: verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #999;
	}
	
blockquote {
	color: #74869D;
	margin: 5px 0 8px 0;
	padding: 0 12px 0 12px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
	}
	
h2 {
	color: #A4B2C3;
	font-size: 12px;
	margin: 10px 0 5px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	}
	
h3 {
	color: #A4B2C3;
	font-size: 12px;
	margin: 10px 0 5px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	}
	
h1 {
	margin: 0 auto;
	padding: 0;
	background: url(../img/title.gif) top center no-repeat;
	height: 68px;
	}
	

 ul {
	list-style: none;
	margin: 10px auto 0 auto;
	padding: 0 0 10px 0;
	font-size: 11px;
	color: #74869D;
	}
 	
li {
 	margin: 1px 0 4px 0;
 	padding: 0;
 	line-height: 120%;
 	text-align: center;
	}


.hide {
	display: none;
	}
	
.art {
	background: url(../img/foot.gif) center center no-repeat;
	height: 30px;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	}
	

