body{
	margin: 0px;
	padding: 0px;
	color: #222;
	background: #EEC url('images/body_bg.gif') top left;
	background-repeat: repeat-x;
	font-family: georgia, arial, verdana, sans-serif;
	font-size: .8em;
}

h1{
	color: #252;
	background: transparent;
	font-size: 1.2em;
	border-bottom: 1px solid #CCE4A7;
	margin: 0em;
}

h2{
	color: #010;
	background: transparent;
	font-size: 1.1em;
	margin: 0em;
}

img{
	border-width: 0px;
	border-style: hidden;
}

#shell{
	width: 846px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#head{
	width: 100%;
	height: 169px;
	padding: 0px;
	margin: 0px;
	position: relative;
	background: #FFF url('images/main_bg.gif') top;
	background-repeat: repeat-y;
	text-align: center;
}

#menu{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#menu a{
	color: #2E4013;
	background: transparent;
	padding: 0em .5em;
}

#menu a span{
	display: none;
}

#menu a:hover span{
	display: block;
	position: absolute;
	top: 185px;
	left: 350px;
}

#menu a:hover, #menu a:focus{
	color: #C60;
	background: #EEFaC9;
	text-decoration: none;
}

.current{
	color: #676;
	background: transparent;
	padding: 0em .5em;
}

#title{
	width: 100%;
	height: 40px;
	background: #FFF url('images/title_bg.gif');
	background-repeat: no-repeat;
}

#main{
	width: 100%;
	height: 370px;
	background: #FFF url('images/main_bg.gif') top;
	background-repeat: repeat-y;
}

html>body #main{height: auto; min-height: 370px}/* IE HACK */

#main a{
	color: #039;
	background: transparent;
}

#main a:visited{
	color: #939;
	background: transparent;
}

#main a:hover, #main a:focus{
	color: #C60;
	background: #EBF4DD;
	text-decoration: none;
}

.sidebar{
	position: relative;
	left: 11px;
	width: 143px;
	float: left;
	margin: 1em 3em 0em 0em;
	background: #D8DBBC;
	text-align: center;
	font-size: .9em;
}

.sidebar p{
	margin: .25em;
	line-height: 1.8;
}

.sidebar_head{
	width: 143px;
	height: 25px;
	background: #D8DBBC url('images/sidebar_head.gif');
	background-repeat: no-repeat;
}

.sidebar_foot{
	width: 143px;
	height: 38px;
	background: #D8DBBC url('images/sidebar_foot.gif');
	background-repeat: no-repeat;
}

#content{
	margin: 0em 1.5em;
	padding: .5em 1.5em;
	text-align: left;
	line-height: 1.85;
}

.blog{
	margin: .5em 1em 2em 1em;
}

.blog_archives{
	width: 175px;
	float: right;
	margin: 1em 0em 1em 1em;
	padding: .5em;
	border: 1px solid #333;
	line-height: 1.33;
}

#foot{
	width: 100%;
	height: 33px;
	color: #88A063;
	font-size: .85em;
	text-align: center;
	background: #FFF url('images/foot_bg.gif');
	background-repeat: no-repeat;
	clear: both;
}

#foot a{
	color: #88A063;
	background: transparent;
}

ul{
	list-style-type: square;
}

.warn{
	color: #c21;
	background: transparent;
}

img.new{
	border: 0px;
	padding: 0em .5em;
	vertical-align: middle;
}

img.blog_img{
	float: right;
	border: 1px solid #444;
	margin: 1em;
}

.float_l{
	float: left;
	margin: 1em 2em;
}

.float_r{
	float: right;
	margin: .5em;
}

input{
	background: #fafaf0;
	border: 1px solid #999;
}

textarea{
	background: #fafaf0;
	border: 1px solid #999;
}

.label{
	display: block;
	font-weight: bold;
	margin-left: .33em;
}

.verify img{
	vertical-align: middle;
}

.button{
	display: block;
	margin: 1em;
}

.error{
	color: #c00;
}

.error img{
	vertical-align: middle;
}