/* Layout and Reset */
* {
	font-family: arial;
	font-size: 1em;
	outline: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	white-space: normal;	
}

html, body {line-height: 1}
ul {list-style-type: none}
ol {list-style-type: decimal}
a {color: #000}


html, body {
	margin: 0;
	padding: 0;	
}

body {
	font-size: 12px;
	line-height: 18px;
	font-family: "arial", serif;
	background: #eef0ed;
	color: #2b2929;
}

#top-outer {
	height: 110px;
	background: #FFFFFF url(../img/nav-bg.gif) bottom left repeat-x;
}

#top{
	height: 72px;
	width: 1000px;
	margin: 0 auto;
}

#outer {
	text-align:left;	
	width: 974px;	
	margin: 0 auto;
	background: #FFF;
	
	overflow: hidden;
	padding: 0px 12px 0px 12px;
	
	border: 1px solid #c9d1c4;
	border-width: 0px 1px 1px 1px;
}


#content {
	margin-top: 12px;
	float: right;
	width: 738px;
	padding-bottom: 10px;
	min-height: 500px;
}

#left-column {
	margin-top: 12px;
	float: left;
	width: 226px;
	/*background: red;*/
	padding-bottom: 10px;
}

#footer {
	width: 1000px;
	margin: 12px auto 45px auto;	
	padding: 6px 0 0 0;
	height: 244px;
	/*padding: 0px 15px;*/		
	font-size: 12px;
	color: #747474;
	clear: both;
	background: #fbfbfa url(../img/footer-bg.jpg) bottom left no-repeat;
	background-position: center 196px;
	
}

#simplepageouter{
	padding: 0px 20px 0px 20px;
	background: #fff;
	width: 600px;
	margin-bottom: 20px !important;
}

