@charset "UTF-8";
/* CSS Document */

body {
	background-color: #454743;
}
#divWrapper {
	margin: 0 auto;
	width: 960px;
}
#divBodyLeft {
	float: left;
	width: 200px;
}
#divBodyCenter {
	float: left;
	width: 427px;
	background-image: url(../images/template_backgroundbody.jpg);
	height: 366px;
}
#divBodyRight {
	float: left;
	width: 333px;
}
#divFooter {
	clear: both;
	width: 960px;
	background-image: url(../images/template_footerbackground.jpg);
	background-repeat: no-repeat;
	height: 75px;
}
#divFooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #595548;
	padding-top: 20px;
	padding-left: 30px;
}
#divBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #14110b;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

#divFooterText a:link {
	color: #14110b;
	text-decoration: underline;	
} #divFooterText a:active {
	color: #14110b;
	text-decoration: underline;	
} #divFooterText a:hover {
	color: #14110b;
	text-decoration: none;	
} #divFooterText a:visited {
	color: #14110b;
	text-decoration: none;	
} 
#divbody {
	height: 366px;
	width: 960px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #c9c5c0;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #c9c5c0;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #c9c5c0;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #c9c5c0;
	text-decoration: none;
}
