#wrapper {
	background-color: transparent;
	text-align: left;
	width: 960px;
	margin-right: auto;
	height: 100%;
	margin-left: auto;
}
#header {
	height: 212px;
	background-image: url(images/header_background3.gif);
	background-repeat: no-repeat;
	background-color: transparent;
}
#wrappermain {
	text-align: left;
	position: relative;
	float: left;
	background-color: #FFFFFF;
}
#right_nav {
	background-color: #FFFFFF;
	width: 200px;
	float: left;
	clear: right;
	margin-left: 10px;
	padding-top: 10px;
}

#top_nav {
	width: 960px;
	background-image: url(images/nav_bar.gif);
	height: 30px;
}
#para {
	width: 730px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#footer {
	clear: both;
	text-align: center;
	background-color: transparent;
	height: 60px;
	background-image: url(images/footer_background.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-top: 10px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000;
	font-weight: normal;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
body {
	background-color: #A73304;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #E54B0D;
}
a:visited {
	color: #A73304;
}

