body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #4e4f4e;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/background.gif);
}

#navContainer {
	margin: 0 auto;
	position:relative;
	width: 760px;
	text-align: left;
}

#copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a8ff2b;
	background-color: #2c2d2c;
	width: 635px;
	height: 120px;
	position: relative;
	padding-top: 7px;
	padding-left: 25px;
}
#Title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #a8ff2b;
	position: relative;
	top: 20px;
	left: 25px;
	font-weight: bolder;
	width: 335px;
	line-height: 26px;
}
#BodyText {
	position: relative;
	left: 25px;
	top: 30px;
	width: 300px;
	line-height: 20px;
	margin-bottom: 90px;
}
#TitleHack {
	font-size: 25px;
	font-weight: normal;
}
#Body {
	position: absolute;
	width: 660px;
	background-color: #000000;
	left: 94px;
	background-image: url(images/bodyBackground.gif);
	background-repeat: repeat-x;
	top: 248px;
}
#Nav {
	position: absolute;
	width: 260px;
	background-color: #b6001a;
	left: 381px;
	background-image: url(images/homepageNav.gif);
	padding-top: 80px;
	padding-left: 20px;
	padding-bottom: 30px;
	top: 0px;
	background-repeat: no-repeat;
}
#Image {
	width: 754px;
}
a:link {
	color: #a8ff2b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #FFF;
}
#Address {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0A3D4F;
	position: absolute;
	width: 267px;
	top: 182px;
	left: 489px;
	line-height: 14px;
	background-image: url(images/addressbar_home.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 4px;
	font-weight: bolder;
}

#button {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	line-height: 30px;
	padding-right: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#button:hover {
	color: #a8ff2b;
}

