body {
	background: #363940 url('../images/site_bg.png') repeat-x top left;
	color: #fafafa;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#main {
	margin: auto;
	padding-bottom: 15px;
	position: relative;
	width: 800px;
}

#header {
	position: relative;
}

#content {
	background-color: #363940;
	border: 3px #EBC98D solid;
	padding: 15px;
}

#title {
	color: #333;
	font-size: 1em;
	font-weight: bold;
	padding: 4px 15px 6px 15px;
}

#title_text {
	color: #fafafa;
	font-size: 1.4em;
}

#author {
	padding: 3px;
}

#author_info {
	color: #666;
	float: left;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	width: 300px;
}
	#author_info_text {
		color: #fafafa;
	}

#author_contact {
	color: #666;
	float: right;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	width: 450px;
}
	#author_contact_text {
		color: #fafafa;
	}

#menu {
	bottom: 5px;
	color: #333;
	font-size: .9em;
	font-weight: bold;
	padding: 0;
	position: absolute;
	right: 0;
}
	#menu li {
		float: left;
		margin-left: 5px;
		padding: 6px 0 5px 0;
	}
	
	#menu li a {
		color: #fafafa;
		font-size: 1.3em;
	}
	#menu li a:hover,
	#menu li a.active {
		color: #EBC98D;
		text-decoration: underline;
		/*background-color: #EBC98D;
		color: #EBC98D;*/
	}
	
	#menu li .menu_item_title {
		color: #fafafa;
		font-size: 1.3em;
	}
	#menu li a:hover .menu_item_title,
	#menu li a.active .menu_item_title {
		color: #EBC98D;
		text-decoration: underline;
	}

.header {
	background-color: #EBC98D;
	color: #363940;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
}

.content {
	padding: 5px 0;
}

a, 
a:link,
a:active,
a:visited {
	color: #fafafa;
	text-decoration: none;
}
a:hover {
	color: #EBC98D;
	text-decoration: underline;
}

code {
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 1.1em;
	background-color: #fafafa;
	color: #002166;
	display: block;
	margin: 10px 0;
	padding: 7px;
}
	
.information {
	background-color: #EBC98D;
	color: #333;
	display: block;
	margin-bottom: 10px;
	padding: 4px;
}

/****************************************
 * reset styles
 ****************************************/
* {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
option {
	padding: 0 5px 0 3px;
}

/****************************************
 * clearfix
 ****************************************/
.clearfix:after { /*all other browsers */
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%; /* IE5, IE6 */
}
* + html .clearfix {
	display: inline-block; /* IE7 */
}
*:first-child+html .clearfix {
	display: inline-block;
}