﻿/*
 * this is a mess, need to clean it up
 */
p {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	line-height: 8px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align: justify;
}

a {
	font-size: 10px;
	font-weight: bold;
	color: #DDDDDD;
	line-height: 12px;
}

ul {
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	margin: 2px 0 2px 0;
	padding-left:20px;
}

#website { 
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background-color:#333333; 
}

#container {
	position: absolute;
	width: 960px;
	height: 600px;
	left: 25%;
	top: 25%;
	margin-left: -240px;
	margin-top:  -130px;
}

#header { 
	position: relative;
	background: transparent url('/images/banner.png') no-repeat;
	margin:0 0 7px 0;
	padding:0;
} 
#header h1, #header h3 {
	bottom: 3px;
	margin: 0;
	font-size: 10px;
	height: 100px;
}
#header h1, #header h1 a, #header h3 a {
	display: block;
	width: 960px;
	height: 90px;
	text-indent: -700em;
	text-decoration: none;
}

#date {
	position: absolute;
	text-align:right;
	bottom: 0px;
	right: 2px;
}

#left { 
	position:relative;
	float: left;
	width: 225px;
	height: 450px;
	margin: 0px;
	background-color:#ffffff;
}

#main {
	width: 720px;
	height: 450px;
	float:right;
	margin: 0;
	padding: 0;
	border: 0;
	font-size:12px;
	color:#000000;
}

#main p {
	line-height: 16px;
	text-align: justify;
}

#main h3, #contact h3 {
	color:#E8E8E8;
	font-weight: bold;
	font-size: 16px;
}

#main h3 a {
	color:#E8E8E8;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

#main h2, #main h1 {
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin: 0;
	padding: 0 0 10px 0;
}

#main hr {
	font-size: 40px;
}

ul#nav a.nav_top {
	display: block;
	height: 22px;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
#nav li.nav_top {
	padding: 0;
	margin: 5px 10px 5px 10px;
	display:inline;
}
#nav li.nav_top a.nav_top {
	color:#888888;
	text-decoration: none;
	display:inline;
}

#navigation { 
	width:960px;
	position:inherit;
	float: left;
	margin: 0px;
	background-color:#ffffff;
}

ul#lnav a {
	display: block;
	height: 22px;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
#lnav li {
	padding: 5px 55px 5px;
	margin: 5px 5px 5px 10px;
	display: table;
}
#lnav li a {
	color:#888888;
	text-decoration: none;
	display:inline;
	font-size: 12px;
}

#footer { 
	float: right;
	width: 720px;
	height: 38px;
	margin:  0;
	padding: 5px 0 0 0;
	text-align: right;
}

#copy {
	font-size: 10px;
	color: #555555;
	text-decoration:none;
}

#img-title { text-align: left; }
#img-title b { display: block; }
#img-title span { float: right; }
img { padding: 5px; }
