/* CSS */
/********************/

/* Reset */

* { margin: 0; padding: 0; }

body {
	background-color: #eee;
	color: #676767;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	text-align: center; /* IE */
}

a {
	text-decoration: none;
	outline: none; /* firefox */
	color: #676767;
	
}

a img {
	border: none;
}

ul { list-style-type: none; }

.clear {
	clear: both;
}


/********************/

#main_wrapper {
	text-align: center; /* IE */
	background: #fff;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	}

#header {
	position: relative;
	background: url(../images/header_grad_bg.png) repeat-x;
	padding-top: 40px;	
}

#header h1 {
	background: url(../images/header_logo.png) no-repeat;
	text-indent:-9999px;
	text-align: center; /* IE */
	margin-left: 285px;
	margin-bottom: 10px;
}

#header h1 a {
	display:block;
	height:125px;
	width:290px;
}

#header h2 {
	font-weight: normal;
	font-size: 14px;
}

#header h3 {
	text-align: left;
	position: absolute;
	font-weight: normal;
	font-size: 12px;
	top:40px;
	right:40px;
}

/********************/

#content_wrapper {
	border-top: dashed 1px #aaa;
	margin: 20px 40px 0px 40px;	
	padding-top: 40px;
	padding-bottom: 40px;
}


/********************/


#sidebar {
	float: left;
	width: 230px;
	padding-bottom: 50px;
	
}

#sidebar ul {
	text-align: left;
	border-top: solid 1px #ccc;
}

#sidebar li {
	border-bottom: solid 1px #ccc;	
}

#sidebar ul li a {
	font-size: 12px;
	display: block;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 4px;
}

#sidebar ul li a:hover {
	background: #676767;
	color: #fff;
}

.side_wrapper {
	border: solid 1px #ccc;
	padding-top: 20px;
	padding-bottom:20px;
	margin-top: 40px;
}

/********************/

#main_content {	
	float: left;
	width: 530px;
	padding-bottom: 50px;
	

}

#main_content h2 {	
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 50px;
}

#main_content p {	
	text-align: left;
	font-size: 12px;
	line-height: 140%;	
	margin-bottom: 15px;
	margin-left: 50px;
}
form {
	margin-left:50px;
}	

/********************/

#footer {
	text-align: left;
	margin-top: 60px;
	border-top:1px solid #ccc;
	padding-top: 10px;
}
