@import url('../libraries/reset.css');
@import url('../libraries/baseforms/baseforms.css');


body {
	background: #dee4e3 url(../images/core/bg.gif) center top no-repeat;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #525252;	
}

#container {
	width: 898px;
	margin: 0 auto;
}

input, textarea {
	font: 12px/12px Arial, Helvetica, sans-serif;
	color: #525252;	
}




/*-----------------------------------------------------
	header
-----------------------------------------------------*/
#header {
	position: relative;
	height: 250px; width: 898px;
	background: url(../images/core/header.jpg) no-repeat;
}

#header a {
	position: absolute;
	left: 50px; top: 45px;
	width: 210px; height: 110px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}




/*-----------------------------------------------------
	content
-----------------------------------------------------*/
#content {
	background: url(../images/core/bg-content.jpg) repeat-y;
	padding: 0 50px 15px 50px;
}

#secondary {
	float: right; 
	margin: 0 0 50px 30px;
}

#content h1, 
#content h2, 
#content h3, 
#content hr, 
#content p, 
#content ul, 
#content ol { margin-bottom: 15px; } 

#content h1 {
	color: #ee2e24;
	font-size: 20px;
	font-weight: normal;
}

#content h2 {
	color: #3e635e;
	font-size: 16px;
	font-weight: normal;
	margin-top: 25px;
}

#content a { color: #3e635e; }
#content a:hover { color: #ee2e24; }

#content ul {
	margin-left: 35px; 
	list-style: disc;
}

#content img.left { 
	float: left;
	margin: 10px 25px 0 0;
}

#secondary #form {
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: #3e635e;
	color: #fff;
	width: 300px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#secondary #form h2 {
	color: #fff;
	padding-top: 30px;
	font-weight: normal;
	margin-left: 30px;
	margin-bottom: 5px;
	font-size: 20px;
}




/*-----------------------------------------------------
	footer
-----------------------------------------------------*/
#footer {
	position: relative;
	height: 190px; width: 890px;
	background: url(../images/core/bg-footer.jpg) no-repeat;
}

#footer p {
	position: absolute;
	left: 50px; bottom: 45px;
	color: #fff;
}

#footer a.wf {
	position: absolute;
	right: 50px; bottom: 45px;
}




