@charset "utf-8";
/* CSS Document */
#Wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	position: relative;
	height: 154px;
}
#Body {
	position: relative;
	min-height: 200px;
	width: 800px;
}
#Body-Content {	
	margin-left: 175px;
	position: relative;
	width: 600px;
	min-height:200px;
	margin-bottom: 20px;
}
.side {
	float: left;
	margin: 0 8px 8px 0;
}
#BodyBottom {
	clear: right;
}
#Body-Header {
	height: 40px;
	border-bottom: 2px solid black;
}
#Body-Header p {
	text-align: right;
	font-size: x-large;
	color: #0000ff;
	margin-top: 5px;
	font-weight:bold;
}
#Menu {
	float: left;
	width: 175px;
	min-height: 200px;
}
#Footer {
	position:relative;
	width: 800px;
}
#Footer-Right {
	float: right;
	border-top: 2px solid black;
	width: 620px;
}
#Footer-Right img {
	float: right;
	margin-top: 20px;
}
#Footer-Left {
	width: 175px;
	height: 200px;
}
#Contact {
	margin-left: 20px;
	margin-top: 30px;
	border-right: 1px solid black;
	width: 350px;
}
#Sub-Footer {
	margin-top: 20px;
	bottom: 0;
	position:relative;
	background:url(images/SubFooterBG.jpg) repeat-x;
	height: 100px;
}
#Main-Right {
	text-align:center;
	width: 200px;
	float: right;
	margin: 20px 0 20px;
}
#Main-Right p {
	margin-right: 20px;
}
.Related {
	float:right;
	width: 200px;
}
#Testimonials {
	border-top: 1px solid black;
	width: 425px;
	margin-left: 75px;
}
#Testimonials h4 {
	color: #00F;
	font-weight:bold;
}
#Testimonials p {
	border-bottom: 1px solid black;
}