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

#body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
}
#body #WRAPPER {
	width: 750px;
	height: 520px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#body #leftbox {
	float: left;
	height: 450px;
	width: 450px;
	background-image: url(images/bearblock.jpg);
	background-repeat: no-repeat;
}
#body #WRAPPER #leftbox #services {
	padding-top: 500px;
}
.servicestext {
	font-size: 1em;
	color: #5A3354;
}
#body #rightbox {
	float: right;
	height: 450px;
	width: 300px;
	background-image: url(images/rightblock.jpg);
	background-repeat: no-repeat;
}
#body #WRAPPER #rightbox #contact {
	padding-top: 300px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 42px;
}
.contact {
.em;
	font-weight: 100;
}
.orangetext {
	color: #F48528;
}
.email {
	color: #FFFFFF;
	text-decoration: none;
}
.servicestextSPLIT {
	font-size: 1.1em;
	color: #FFFFFF;
}
#body #WRAPPER #logofooter {
	background-image: url(images/squarebearlogo.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 50px;
	float: right;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#body #WRAPPER #rightbox #contact a:link {
	color: #FFFFFF;
}
#body #WRAPPER #rightbox #contact a:hover {
	color: #F48528;
}
