body {
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #25252a;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #b5b5ba;
	font-size: 12px;
}

a,
a:visited {
	color: #E1E1E3 !important;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

#wrapper {
	width: 100%;
}

#container {
	width: 838px;
	margin: 0 auto;
}

#contentbody {
	width: 838px;
	background-image: url(images/c-mainbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	float: left;
}

#navigation {
	position: absolute;
	z-index: 1000;
	margin-left: 236px;
	width: 625px;
}

#leftcol {
	width: 250px;
	float: left;
	margin-left: 29px !important;
	margin-left: 15px;
}

#flash {
	margin-top: 15px;
	width: 250px;
}

.leftpane {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#content {
	width: 535px;
	margin-top: 43px;
	float: left;
	background-image: url(images/c-maingraphic.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#titlegraphic {
	height: 40px;
	width: 233px;
	background-image: url(images/c-reprographics.png);
	background-repeat: no-repeat;
	margin-left: 40px;
}

#titleicon {
	height: 54px;
	width: 79px;
	background-image: url(images/c-reprographics-icon.png);
	background-repeat: no-repeat;
	margin-left: 445px;
	margin-top: 5px;
}

.contentpane {
	margin-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	width: 490px;
}

.bottomleftpane {
	width: 240px;
	float: left;
	padding-top: 10px;
	padding-left: 30px;
}

.bottomrightpane {
	width: 240px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

#footer {
	width: 838px;
	margin: 0 auto;
	height: 63px;
	background-image: url(images/c-footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	clear: both;
}

#footer2 {
	width: 100%;
	height: 25px;
	text-align: center;
	margin-top: 10px;
}

#footer2 a:hover {
	background-color:#333333 !important;
}

