@CHARSET "UTF-8";
body {
	background-color: #c8cf9c;/*#191919#FE6310;#dc4c00;*/
	color: #fe6310;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 68%;
	text-align: center;
}

img {
	border: none;
}

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

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

a:link, a:active, a:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:hover {
	color: #776707;
}

textarea {
	background: #bbcbda;
	border: 2px solid #9f9ca7;
	color: white;
}

input {
	background: #bbcbda;
	border: 2px solid #9f9ca7;
	color: white;
}

.info_msg {
	background-color: #191919;
	color: #f0ecc7;
}

#main_container {
	position: relative;
	margin: 10px auto;
	width: 820px;
	text-align: center;
	font-size: 1.2em;
	padding: 0px;
	background: #f0ecc7;
	/*border: 3px solid #9f9ca7;*/
}

#main_content_area {
	position: relative;
	width: 800px;
	min-height: 360px;
	padding: 5px 15px;
	background: url(http://www.plainenglishgeek.com/images/main_bg.png) top left repeat-y;
	text-align: left;
	color: #191919;
	/*border: 3px solid #9f9ca7;*/
}

#right_column {
	position: relative;
	float: left;
	width: 160px;
	margin-left: 15px;
	min-height: 350px;
	padding: 10px;
	border: 2px solid #9f9ca7;
	background: #bbcbda;
	color: black;
}

#navbar {
	position: relative;
	width: 773px;
	height: 35px;
	background: url(http://www.plainenglishgeek.com/images/navbar.png) top center no-repeat;
	clear: both;
	margin-bottom: 12px;
	padding: 6px;
	text-align: center;
	color: #766500;
	font-size: 1.4em;
}

#header {
	position: relative;
	clear: both;
	top: 0px;
	left: 0px;
	height: 135px;
	width: 100%;
	text-align: center;
	/*border-bottom: 3px solid #9f9ca7;*/
	background: #c8cf9c url(http://www.plainenglishgeek.com/images/top_image.png) bottom center no-repeat;
	color: #191919;
}

#footer {
	position: relative;
	clear: both;
	height: 56px;
	width: 820px;
	text-align: center;
	vertical-align: bottom;
	margin: 0px;
	background: url(http://www.plainenglishgeek.com/images/bottom_image.png) bottom center no-repeat;
	color: #9197a1;
}

#content {
	position: relative;
	float: left;
	width: 560px;
	min-height: 350px;
	padding: 10px;
	background: #e3db9d;
	border: 2px solid #c8cf9c;
	font-size: 1.2em;
}

.nav_item {
	list-style: none;
	width: 100%;
	padding: 0px;
	height: 25px;
	border: none;
	margin-left: 0px;
	margin-top: 80px;
	text-align: right;
	vertical-align: bottom;
	font-size: 1.2em;
}

.nav_item li a {
	display: block;
	width: 90%;
	margin-left: 0px;
	padding: 6px 5%;
}

.nav_item li a:hover {
	background-color: #9f9ca7;
	color: #f0ecdb;
}