body
{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333;
	background-color: #ffffff;
	background-image: url();
	font-family: arial, hevetica, sans-serif;
	font-size: 14px;
}

a:link { color: #0000CC; }
a:visited { color: #6D5EFF; }

a:hover, a:active
{
	color: #999999;
}

h2
{
	color: #000000;
	font-weight: normal;
	margin: 0 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2 a { text-decoration: none; }

h3
{
	color: #5B5E0E;
	font-weight: bold;
	margin-top: 0;
	font-family: georgia, times, "times new roman", serif;
	font-size: 16px;
}

#container
{
	width: 990px;
	text-align: justify;
	border: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	outline-color: #CCCCCC;
	line-height: normal;
}

#header
{
	height: 66px;
	width: 100%;
	background-image: url(webseitepix/adkoilogo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #CCCCCC;
	position: relative;
	text-align: right;
	vertical-align: top;
}

#header h1
{
	font-size: 14px;
	text-align: right;
	color: #666666;
	padding-top: 25px;
	text-indent: 10px;
	letter-spacing: 5px;
	font-weight: lighter;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: left;
	width: 165px;
	border-right: 1px solid #cccccc;
	padding-left: 15px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #cccccc;
	height: auto;
}
#menu2
{
	float: right;
	padding-left: 15px;
	background-color: #EEEEEE;
}
#contents {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 200px;
}
#contents p { line-height: 150%; }
.blogentry { }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #FFFFFF;
	text-align: left;
	font-size: 90%;
	text-indent: 15px;
}

#skipmenu
{
	position: fixed;
	top: 5px;
	width: 645px;
	text-align: right;
	right: inherit;
}

#skipmenu a
{
color: #666;
text-decoration: none;
}

#skipmenu a:hover
{
color: #fff;
background-color: #666;
text-decoration: none;
}

