body {
	background-color: #000;
	background-repeat: no-repeat;
}

#background {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	background-color: #000;
}
#containder {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	height: 187px;
	width: 800px;
}
#menu {
	height: 37px;
	width: 800px;
	text-align: center;
	background-image: url(images/menu_background_pixel.jpg);
	background-repeat: repeat-x;
}
#nav {
	height: 37px;
	width: 800px;
	position: relative;
}

#subhead {
	background-image: url(images/fvm_subhead.png);
	height: 46px;
	width: 800px;
}
#title {
	background-image: url(images/title_background.jpg);
	height: 39px;
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #566A39;
	text-decoration: none;
}
#titletext {
	height: 35px;
	width: 700px;
	position: relative;
	left: 20px;
	top: 0px;
}

#content {
	background-image: url(images/background_pixel.jpg);
	height: 100%;
	width: 800px;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #D60;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333;
	text-decoration: none;
	text-align: left;
}

#footer {
	background-image: url(images/fvm_footer.jpg);
	height: 138px;
	width: 800px;
}
#footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #333;
	text-align: center;
	height: 20px;
	width: 800px;
	position: relative;
	left: 0px;
	top: 35px;
}
#background #containder #footer #footerlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #333;
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC6601;
	text-decoration: none;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #566A39;
	text-decoration: none;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #546739;
	text-decoration: none;
	text-align: center;
	background-color: #F8B115;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #546739;
	text-align: center;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #333;
	text-align: center;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background-color: #F8B115;
	text-align: center;
	font-size: 14px;
}

a img {
	text-decoration: none;
	color: #FFF;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#background #containder #content table tr td table tr td p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #F60;
}
#content table tr td table tr td p a img {
	text-decoration: none;
}

