@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#wrapper #logo {
	height: 168px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #navigation {
	height: 74px;
}
#wrapper  #mainBody {
	height: 700px;
}
#wrapper #mainBody #leftNav {
	width: 240px;
	background-image: url(../images/Main-Navigation.jpg);
	height: 313px;
	float: left;
}
#wrapper #mainBody #rightbody {
	width: 660px;
	float: right;
	background-color: #000000;
	background-image: url(../services/services.jpg);
	background-repeat: no-repeat;
	height: 600px;
}
#wrapper #mainBody #rightbody #servicesdesc {
	width: 655px;
	height: 520px;
	margin-top: 78px;
}

#wrapper #mainBody #footer {
	background-color: #000000;
	height: 100px;
	width: 900px;
	clear: both;
}
#wrapper #mainBody #rightbody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

#wrapper #mainBody #leftNav #rsmenu {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 80px;
}
#wrapper #mainBody #rightbody #servicesdesc {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	vertical-align: middle;
	white-space: normal;
}
#wrapper #mainBody #rightbody #servicesdesc p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	white-space: normal;
}
#wrapper #mainBody #rightbody #servicesdesc p bullet {
	list-style-type: square;
}
.bullet {
	list-style-type: square;
	list-style-position: outside;
}

#wrapper #mainBody #footer p {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
}
