@charset "utf-8";
/* CSS Document for div styling and positioning */


#container {
	width: 740px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #FFF;
}
#header {
	width: 740px;
	height: 160px;
	background: #464646 url(../images/header.jpg) bottom left no-repeat;
	margin: 0;
	padding: 0;
}
	#header h1 {
		padding: 30px 0 0 10px;
	}
	#header h2 {
		padding: 0 0 0 10px;
	}
#navigation {
	width: 740px;
	height: 20px;
	background: #757575;
	padding: 0;
	margin: 0;
}
#corecontainer {
	clear: both;
	width: 740px;
	height: auto;
	background: #FFFFFF;
	padding-top: 10px;
}
#coreleft {
	width: 138px;
	height: auto;
	float: left;
	border: 1px solid #D1D1D1;
	border-collapse: collapse;
	background: #F4F4F4;
	z-index: 0;
}
#corecenter {
	width: 458px;
	height: auto;
	float: left;
	border-top: 1px solid #D1D1D1;
}
	#corecenter p {
		font-size: small;
		padding: 0 10px 0px 10px;
		margin: 0;
	}
#coreright {
	width: 138px;
	height: auto;
	float: left;
	border: 1px solid #D1D1D1;
	border-collapse: collapse;
	font-size: 10px !important;
	line-height: 14px;
}
#footer {
	clear: both;
	width: 740px;
	height: 20px;
	background: #757575;
	text-align: center;
}
#footer p {
	font-size: 10px !important;
	padding: 3px;
}
