@charset "utf-8";
body {
	text-align: center;
	margin-top: 0px;
}

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffff99;
}
#header {
	height: 85px;
	width: 900px;
	position: relative;
	left: 0px;
	top: 0px;
}
#navbar {
	position: relative;
	height: 60px;
	width: 900px;
	left: 0px;
	top: 0px;
}
#navbar h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 10px;
}
#navbar  a:link {
	text-decoration: none;
	color: #B34429;
	font-weight: bold;
}
#navbar a:visited {
	text-decoration: none;
	color: #B34429;
	font-weight: bold;
}

#navbar a:hover {
	text-decoration: none;
	color: #FE841F;
	font-weight: bold;
}
#navbar a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}




#content {
	position: relative;
	height: 550px;
	width: 900px;
	left: 0px;
	top: 0px;
	background-image: url(../images/Genuine_Back.png);
	background-repeat: no-repeat;
	background-position: 1px;
}
#contentWrapper {
	height: 405px;
	width: 900px;
	left: 0px;
	top: 95px;
	position: relative;
}
#contentWrapper p {
	line-height: 135%;
	margin-bottom: 0px;
}

#contentWrapper h1 {
	font-weight: bold;
	color: #990000;
	text-align: center;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#contentLeft {
	background-image: url(../images/Genuine_Content.png);
	float: left;
	height: 401px;
	width: 255px;
	margin-left: 12px;
	padding-left: 10px;
	background-repeat: no-repeat;
	padding-right: 10px;
}
#contentLeft img {
	margin-right: 10px;
	float: left;
}



#contentMiddle {
	background-image: url(../images/Genuine_Content.png);
	float: left;
	height: 401px;
	width: 255px;
	margin-left: 25px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
}
#contentMiddleImg {
	height: 87px;
	width: 128px;
	left: 63.5px;
	position: relative;
	top: 10px;
}

#contentRight {
	background-image: url(../images/Genuine_Content.png);
	float: left;
	height: 401px;
	width: 255px;
	margin-left: 25px;
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
}
#contentRight img {
	margin-left: 10px;
	float: right;
}

#footer {
	position: relative;
	height: 15px;
	width: 900px;
	left: 0px;
	top: 0px;
}
#footer h2 {
	font-size: 11px;
	color: #990000;
	text-align: center;
	margin: 0px;
}
#contentWrapper2 p {
	line-height: 135%;
}
#contentWrapper2 img {
	margin-right: 10px;
	margin-left: 10px;
}

