* {
font-family: Arial, Tahoma, sans-serif;
}

a {
	color: #003300;
}

a:hover {
	color: #006600;
}

body {
	background: #99aa99 url("/wp-content/themes/locc/images/LOCC_bg.jpg") repeat-y center;
	position: absolute;
	width: 620px;
	left: 50%;
	margin-left: -310px;
	padding: 0px;
}
div#headerimg {
	margin: 0px;
	padding: 0px;
	background: url("/wp-content/themes/locc/images/LOCC_header.jpg") center no-repeat;
	/*width: 800px;*/
	width: 700px;
	/*margin-left: -90px;*/
	margin-left: -40px;
	margin-top: -12px;
	height: 255px;
}

div#headerimg a {
	color: #8bbd8b;
}

div#headerimg a:hover {
	color: #77aa77;
}

div#headerimg ul {
	position:absolute;
	display: inline;
	list-style-type: none;
	margin-left: 343px;
	margin-top: 205px;
}

div#headerimg li {
	display: inline;
	padding-left: 3px;
	font-size: 13px;
	letter-spacing: -1px;
}

div#content {
	
}

div#content li {
	margin: 3px;
}

div#content li ul {
	margin-bottom: 10px;
}
