@charset "utf-8";
/* CSS Document */

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	height: auto;
}
#wrapper #header {
	height: 263px;
	background-color: #231a17;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-image: url(../images/jjg_logo_header.png);
}
body {
	margin: 0px;
	background-color: #2D1107;
}
#nav {
	background-color: #753A1B;
	height: 36px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#body_content {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1E0F0A;
	background-image: none;
	background-repeat: no-repeat;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 15px;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#wrapper #nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	font-style: normal;
	color: #FFFFFF;
}
