body{
	background: #fff;
	color: #333;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 83%;
}

/* Links -------------------------------------------------------------------------------  */
a{
	color: #300;
}
a:visited{
	color: #666;
}
a:hover{
	text-decoration: none;
}

/* Headings ----------------------------------------------------------- */
h2{
	font-size: 150%;
	margin-top: 0;
}
h3{
	font-size: 120%;
}
h2 em, 
h3 em{
	font-size: 80%;
	color: #666;
	font-style: normal;
	display: block;
	margin-top: 0em;
}
#contents h2:first-child, #contents h2#page-title{
	margin-top: 0;
	padding-top: 0;
	color: #300;
}

/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.4;
}
#nav{
	display: none;
	font-size: 110%;

}
#nav li a{
	color: #000;
	padding: 4px 10px;
}
#footer-links{
	padding: 0.5em 0.25em 0 0.25em;
	border-top: 3px solid #D4C6B5;
	line-height: 1.3;
	margin-top: 1.5em;
	font-size: 85%;
	letter-spacing: 0.175em;
}
#footer-links a{
	letter-spacing: normal;
}

address{
	font-style: normal;
	font-size: 95%;
}
blockquote{
	font-style: italic;
	margin-left: 1.5em;
	border-top: 1px solid #D4C6B5;
	border-bottom: 1px solid #D4C6B5;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}

div#vote{
	margin: 7px;
	border: 1px solid #ccc;
}
#vote h3{
	text-align: center;
	color: #600;
}
#vote form{
	margin: 0 10px;
	color: #000;
}
#contents img{
	border: 3px solid #D4C6B5;
}

#contents img.floatright{
	float: right;
	margin: 0 0 7px 7px;
	border: none;
}
.error, .required{
	color: #c00;
}