@charset "utf-8";

/* CSS Document */

body{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0;
	color: #cdc8aa;
}

	a:link {
	color: #FFFFFF;
	text-decoration: none;
}
	a:visited {
	text-decoration: none;
	color: #999999;
}
	a:active {text-decoration: none}
	
	a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
img {
	border-style: none
	
}

#container {
	position: relative;
	width: 786px; /* width + border for IE 5.x */
	w\idth: 780px; /* real width */
	border: solid #65715B;
	border-width: 0 3px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #65715B;
	top: 100px;
	height: 800px;
			}


	
h1 {
	margin: 0;
	font-size: 120%;
		}		
h2 {
	margin: 0;
	color: #cdc8aa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 100%;
		}	
h3 {
	margin: 0;
	color: #cdc8aa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 90%;
}
h4 {
	margin: 0;
	color: #cdc8aa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 80%;
}






#header{
	background-color: #65715B;
	height: 100px;
	background-repeat: no-repeat;
	width: 780px;
	background-position: center center;
}
#jones_jones_header {
	padding-top: 14px;
}


#menu{
	width: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 20px;
}
#menu a{
	padding:2px 4px 2px 4px;
	color: #cdc8aa;
}

#menu a:hover{
	padding:2px 4px 2px 4px;
	color:#65715b;
	text-decoration: none;
	background-color: #cdc8aa;
}

#content {
	background-color: #65715B;
	width: 760px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
	left: 3px;
	top: 123px;
	height: 530px;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#back_button {
	position: absolute;
	left: 710px;
	top: 6px;
}
		
.current {
	font-weight: bold;
	background-color: #a1a841;
	color: #000000;
}
#video {
	position: absolute;
	left: 80px;
	top: 10px;
}


#footer_nav {
	background: #65715B;
	font-size: 100%;
	text-align: center;
	height: 30px;
	position: absolute;
	left: 2px;
	top: 740px;
	width: 780px;
		}

#footer_nav a {
	color: #cdc8aa;

}		

#footer_nav  a:visited {
			color: #ffffff;
}
#footer_nav a:hover {
	text-decoration: none;
	color: #65715b;
	background-color: #cdc8aa;
}


#footer {
	background: #65715B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #cdc8aa;
	text-align: center;
	height: 30px;
	position: absolute;
	left: 3px;
	top: 770px;
	width: 780px;
		}
		
#footer p {
			margin: 0px 0px 0px;
		}
