* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/browserBackground.gif);
	height: 100%;
}
#contentWrapper {
	height: 460px;
	background-image: url(../images/barBackground.gif);
	top: 50%;
	position: absolute;
	margin-top: -180px;
	width: 100%;
	z-index: -1;
	min-height: 360px;
	min-width: 1000px;
	background-repeat: repeat-x;
}
#menu {
	width: 240px;
	height: 100%;
	background-image: url(../images/menuBackground.gif);
	position: absolute;
	min-height: 800px;
}
#slogan {
	background-image: url(../images/slogan.gif);
	height: 26px;
	width: 282px;
	position: absolute;
	z-index: -1;
	right: 0%;
	top: 80%;
	margin-top: 50px;
	margin-right: 50px;
}
#menuContainer {
	height: 350px;
	top: 50%;
	position: absolute;
	width: 240px;
	margin-top: -180px;
	z-index: 1;
	padding-top: 10px;
}
#leftCurve {
	background-image: url(../images/barLeft.gif);
	height: 360px;
	width: 15px;
	padding-left: 240px;
	float: left;
}
#rightCurve {
	background-image: url(../images/barRight.gif);
	height: 360px;
	width: 15px;
	float: left;
	right: 0px;
	position: absolute;
}
#image {
	float: left;
	height: 360px;
	width: 360px;
	position: absolute;
	right: 15px;
	background-repeat: no-repeat;
	background-position: right;
	z-index: -1;
}
h1 {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
p {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 12px;
	line-height: 20px;
}
#content {
	float: left;
	height: 270px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	width: 520px;
}
#bodyWrapper {
	height: 100%;
	min-height: 800px;
	position: absolute;
	width: 100%;
	z-index: -1;
}
#logo {
	background-image: url(../images/logo.gif);
	height: 73px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
.bold {
	font-family: "Century Gothic", Helvetica, Arial;
	font-weight: bold;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
	text-decoration: underline overline;
}
#serviceMenu {
	width: 500px;
	height: 50px;
	bottom: 120px;
	position: absolute;
}
h2 {
	font-family: "Century Gothic", Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}
#topKey {
	background-image: url(../images/topKey.gif);
	height: 20px;
	width: 100%;
}
#bottomKey {
	background-image: url(../images/bottomKey.gif);
	height: 20px;
	position: absolute;
	width: 100%;
	bottom: 0px;
}
#leftKey {
	background-image: url(../images/leftKey.gif);
	width: 20px;
	left: 0px;
	height: 100%;
	position: absolute;
	z-index: -1;
	overflow: hidden;
	top: 0;
}
#rightKey {
	background-image: url(../images/rightKey.gif);
	height: 100%;
	width: 20px;
	right: 0px;
	position: absolute;
	z-index: -2;
	top: 0;
}
#topLeftKey {
	background-image: url(../images/topLeftKey.gif);
	height: 31px;
	width: 31px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}
#topRight {
	background-image: url(../images/topRightKey.gif);
	height: 31px;
	width: 31px;
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
}
#bottomLeftKey {
	background-image: url(../images/bottomLeftKey.gif);
	height: 31px;
	width: 31px;
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 0px;
}
#bottomRightKey {
	height: 31px;
	width: 31px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/bottomRightKey.gif);
}
#homeGraphic {
	background-image: url(../images/homeImage.gif);
	height: 296px;
	width: 500px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin-top: -148px;
	margin-left: -250px;
}
#enterSite {
	background-image: url(../images/enterSite.gif);
	height: 16px;
	width: 100px;
	margin-left: -50px;
	left: 50%;
	position: absolute;
	bottom: 50px;
}
#container {
	min-height: 100%;
	position: absolute;
	height: 100%;
}
