/* ----- BASIC ELEMENTS ------*/

body {
	font: 11px/16px Verdana, Sans-Serif;
	color: #000;
	margin: 0;
	padding: 0;
	background: url('img/bkground.gif') repeat-x top left;
}

a:link, a:visited {
	color: #660000;
	text-decoration: none;
}

a:hover, a:active {
	color: #000033;
	text-decoration: underline;
}

h1 {
	font: bold 16px Verdana, Sans-Serif;
	letter-spacing: -1px;
	color: #689A04;
	margin: 0px;
	padding: 0px;
}

strong {
	font-weight: bold;
}

p {
	margin: 0px;
	padding-bottom: 15px;
}


/* ----- CONTAINERS ------*/

#header {
	margin: 0px;
	height:150px;
	padding: 0px 0 0 0px;
	font: 22px Verdana, Sans-Serif;
background: url('images/olu.gif') repeat-x top left;
}

#container {
	width: 900px;
	margin: 0px;
}

#leftcol {
	float: left;
	width: 227px;
	height: 650px;
	background: #FFE088;
}

#content {
	float: right;
	padding: 20px 20px 30px 20px;
	width: 633px;
}

#footer {
	font: 11px/30px Arial, Sans-Serif;
	text-align: left;
	color: #FFE088;
	clear: both;
	margin: 0;
	padding: 0px 0px 0px 247px;
	height: 30px;
	border-top: 2px solid #C1D698;
	background: #fff;
}


/* ----- LISTS ------*/

#nav {
	float: right;
	list-style: none;
	margin: 40px 0 0 0px;
	padding: 0px;
	text-align: left;
	border-bottom: 1px dotted #fff;
}

#nav li a:link, #nav li a:visited {
	display: block;
	height: 30px;
	width: 197px;
	padding-right: 30px;
	text-align: right;
	font: bold 12px/28px Verdana, Sans-Serif;
	color: #537C00;
	text-decoration: none;
	border-top: 1px dotted #fff;
}

#nav li a:hover {
	background: #FFEDBB;
	color: #000;
}


/* ----- LINKS ------*/

#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}


/* ----- IMAGE MANIPULATION ------*/

#image {
	float: right;
	padding: 0px 0 0px 20px;
}