*, html {
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 62.5%;
    text-align: center;
    background: #A8A584;
	color: #030000;
}

h1 {}
	h1#logo {
		background: url('images/logo.png') no-repeat top left;
		text-indent: -2000px
	}
		h1#logo a {
			display: block;
			width: 800px;
			height: 140px;
		}
h2 {}
	#content h2 {
		font-size: 2.2em;
		margin-bottom: 1em;
	}
		#content h2 span.front_page_1 {
			margin-left: 20px;
		}
		#content h2 span.front_page_2 {
			margin-left: 60px;
		}
		#content h2 span.front_page_3 {
			margin-left: 100px;
		}

h3 {}
	#content h3 {
		margin-bottom: 1em;
		font-size: 1.6em;
	}

h4 {}
	#content h4 {
		margin-bottom: 1em;
		font-size: 1.3em;
	}

p {}
	#content p {
		font-size: 1.3em;
		line-height: 1.6em;
		margin-bottom: 1em;
	}

		#content blockquote p {
			margin-left: 20px;
			font-style: oblique;
		}

	#footer p {
		font-size: 1.2em;
		padding-left: 10px;
		color: #fff;
	}
		#footer p.o2k {
			display: inline;
			float: right;
			margin-top: -1em;
		}

a {}
	#content a {
		color: #000;
		border-bottom: 1px solid #000;
	}

	#footer a {
		color: #fff;
	}

	a img {
		border: none;
	}

	/*Global reset to make no links underline */
	*:link, *:visited {
		text-decoration:none;
	}

table {
	margin-bottom: 1em;
}
td {}
	#content td {
		font-size: 1.3em;
		line-height: 1.6em;
	}

div.images {
	/*margin: 0 -5px;*/
	margin-bottom: 1em;
}

	img.imageL {
		float: left;
	}

	img.imageR {
		float: right;
	}


label {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
}

input, textarea {
	margin-bottom: 1.6em;
}

ul, ol {
	padding: 0;
	margin-bottom: 1em;
}
	ul li, ol li {
		margin-left: 20px;
		font-size: 1.3em;
		line-height: 1.6em;
	}
		li li {
			font-size: 1em;
		}

	#content ul#front_page_side_menu {
	}
		#content ul#front_page_side_menu li {
			font-size: 1.8em;
			font-weight: bold;
			margin-bottom: 1em;
			list-style: none;
			margin-left: 0;
		}

		#content ul#front_page_side_menu li a {
			text-decoration: none;
		}

	#content ul li, ol li {
		margin-bottom: 1em;
		}

	#content ol li ul li {
		margin-bottom: 0;
		}

img.featured_image {
	margin-left: 20px;
	margin-bottom: 1em;
}

img.featured_left {
	float: left;
	display: block;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 1em;
}

img.featured_right {
	float: right;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 1em;
}


/* Edit the styles as you see fit */
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	/*background: #D3D1C2;*/
}
#header {
	background: #454E05;
}

#content {
	padding: 30px;
	background: #D3D1C2 url('images/content_top.png') no-repeat top left;
	clear: both
}

#footer {
	height: 70px;
	background: url('images/footer.png') no-repeat top left;
	padding-top: 20px
	}

/* MENU */

div#menu {
	background: #A8A584;
	padding: 0;
	height: 40px;
}

	div#menu ul {
		display: block;
		margin: 0;
		/*height: 35px;*/
		margin-left: 35px;
	}

	div#menu ul li {
		display: inline;
		padding: 0;
		margin: 0;
		margin-left: 6px;
		/*float: left;*/
		/*width: 80px;*/
	}

	div#menu ul li a {
		display: block;
		float: left;
		/*height: 18px;*/
		font-size: 18px;
		color: #fff;
		text-decoration: none;
		padding: 9px 11px;
		font-weight: bold;
	}

		div#menu ul li a:hover {
			border-bottom: 4px solid #fff;
		}
/*
 *=UTILITY
 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */