body
{
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Tahoma, Helvetica, sans-serif;
	background-color: #1d1f36;
	text-align: center;
}

p, blockquote, li, h3
{
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: left;
}

h3 { font-weight: bold; }

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

#header h1
{
	text-indent: -5000px;
}

#container
{
	padding: 5px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
	\width: 760px;
	w\idth: 750px;
}

#site_nav {

}

#site_nav ul {
	margin:0;
	padding: 1em 12px 0;
	list-style:none;
}

#site_nav li {
	margin: 10px 0px;
	padding: 0 10px;
}

#content
{

}

#footer
{
	margin-top: 5px;
	text-align: left;
	font-size: 10px;
	color: #555;
}

#footer li {
	display:inline;
	margin:0;
	padding:0;
	background-image:none;
	line-height:1em;
	text-indent:0;
}

/* min-height hack courtesy of http://www.mezzoblue.com/archives/2004/09/16/minheight_fi/index.php */
/* for Mozilla/Safari */
*>#container {
	padding-top: 510px;
	min-height: 1px;
}
*>#container .firstBoxChild {
	margin-top: -510px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #container {
	height: 510px;
}

a
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	color: #333;
	text-decoration: none;
}

a:visited
{
	color: #555;
	text-decoration: none;
}

a:hover
{
	background: #333;
	color: #fff;
	text-decoration: none;
}

a:active
{
	background: #555;
	color: #fff;
	text-decoration: none;
}

h1
{
	font-weight: bold;
	text-decoration:none;
	font-family: Georgia, Times, serif;
	font-size: 1.25em;
	color: #332f54;
}

h2
{
	font-weight: normal;
	font-family: Georgia, Times, serif;
	font-size: 1em;
	font-style: italic;
}

h3
{
	font-weight: normal;
}

h3.a
{
	border: 0px;
	font-weight: normal;
	font-family: Georgia, Times, serif;
	font-size: 1.5em;
}

h1 a, h2 a
{
	border: 0px;
}
.caps
{
	letter-spacing: 0.1em;
	font-size: 10px;
}

#content hr
{
	color: #ccc;
	width: 66%;
	margin-top: 2em;
	margin-bottom: 2em;
}

img.divider
{
	align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.comments_error
{ 
	background-color: #ffa 
}

div.comments_error
{
	border: 1px solid #cc8;
	padding : 0.3em;
}