body
{
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	color: #333;
	background-color: #EEEEEE;
}

table {font-size: 100%; line-height: 165%}

a:link { color: #039; }
a:visited { color: #06c;}

blockquote
{
	color: #666;
	font-style:italic;
}

a:hover, a:active
{
	color: #000;
	background-color: #BBDDFF;
}

h2
{
	font-size: 1.8em;
	font-weight: bold;
	color: #000044;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }


h3
{
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	font-size: 1.2em;
	margin: 1em auto;
	width: 950px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #000;
}

#header
{
	margin: 0;
	padding: 0;
	height: 132px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 190px;
	border-left: 0px solid #C5C877;
	padding-left: 1px;
	font-size: 80%;
}
#menu ul { font-size: 90%; list-style-type:disc; text-indent: 0px; margin: 0; padding: 0;}
#menu li { list-style-position: inside; text-indent: 0px; margin: 0; padding: 0;}


#contents { margin: 0 200px 40px 20px; 	border-right: 1px solid #BCC;}
#contents p { line-height: 165%; }
.blogentry { border-bottom: 0px solid #C5C877; }
.imagefloat { float: right; }

#footer
{
	padding-top: 5px;
	height: 25px;
	width: 950px;
	clear: both;
	color: #EEF;
	text-align: center;
	font-size: 90%;
	background-color: #158;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}


