body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
	background-image: url(images/bg.jpg);
	background-color: #9A0002;
	background-repeat: repeat-x;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #cc0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#footer_nav a:link {
	color: #000000;
	text-decoration: none;
}
#footer_nav a:visited {
	text-decoration: none;
	color: #000000;
}
#footer_nav a:hover {
	text-decoration: none;
	color: #333333;
}
#footer_nav a:active {
	text-decoration: none;
	color: #000000;
}

#page_container {
	height: 900px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -1px;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:199px;
	z-index:2;
	background-image: url(images/header.jpg);
}

#nav {
	position:absolute;
	left:0px;
	top:199px;
	width:761px;
	height:31px;
	z-index:3;
	background-image: url(images/nav_bg.jpg);
	padding-left: 20px;
	padding-right: 19px;
}

#maintext_bg {
	position:absolute;
	left:0px;
	top:229px;
	width:520px;
	height:481px;
	z-index:2;
	background-image: url(images/maintext_bg.jpg);
	padding-left: 240px;
	padding-top: 40px;
	padding-bottom: 150px;
	padding-right: 40px;
}

#title {
	position:absolute;
	left:28px;
	top:234px;
	width:535px;
	height:23px;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-left: 210px;
}

#footer_nav {
	position:absolute;
	left:106px;
	top:833px;
	width:594px;
	height:23px;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
}

#address {
	position:absolute;
	left:28px;
	top:267px;
	width:195px;
	height:440px;
	z-index:3;
}
.smaller_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.bold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
}
.border {
	border: 1px solid #5E2A2D;
}
