* {margin: 0; padding: 0;}
a {outline: none;}

body {
	text-align: center;
	margin: 0px auto;
	background-color: #999;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#frame {
	text-align: center;
	margin: 0px auto;
}
#middle {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
}
#container {
	width: 760px;
	text-align: center;
	margin: 0px auto;
}
#header {
	width: 760px;
	height: 83px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}
#nav_and_content {
	width: 530px;
	background-image: url('images/bg_tile.jpg');
	background-repeat: repeat;
	float: left;
}
#nav {
	width: 183px;
	height: 380px;
	background-image: url('images/nav_bg.jpg');
	background-repeat: no-repeat;
	float: left;
}
#nav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	list-style-type: none;
	margin-top: 37px;
}
#nav ul li {
	display: block;
	text-align: left;
	padding-bottom: 15px;
	margin-left: 5px;
}
html>body #nav ul li {
	padding-bottom: 16px;
}
#nav ul li a {
	color: #ffcf0f;
	padding-left: 15px;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #fff;
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
#nav a.current:link, #nav a.current:visited, #nav a.current:hover, #nav a.current:active {
	color: #fff;
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
#content {
	width: 347px;
	float: left;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: justify;
	font-size: 11px;
	padding: 13px;
	line-height: 16px;
}
#content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: justify;
	font-size: 18px;
	padding-left: 13px;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #680106;
	text-align: justify;
	font-size: 12px;
	padding-left: 13px;
}
#content p.sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #680106;
	text-align: left;
	font-size: 10px;
	padding-left: 13px;
}
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #680106;
	padding: 13px;
}
#content ul li {
	text-align: left;
	padding-bottom: 2px;
	margin-left: 30px;
	list-style-type: square;
}
#content a:link, #content a:visited, #content a:active {
	color: #ffcf0f;
	text-decoration: none;
}
#content a:hover {
	color: #680106;
}
#flash_holder {
	width: 230px;
	height: 502px;
	float: left;
}
#footer {
	width: 760px;
	height: 154px;
	background-image: url('images/footer_bg.jpg');
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 25px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #680106;
	font-size: 10px;
	margin-right: 48px;
}
#footer ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	list-style-type: none;
	margin-left: 207px;
	margin-top: 25px;
	width: 292px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #ffcf0f;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #680106;
}
#left_bg {
	background-image: url('images/left_tile.jpg');
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	z-index: 2;
}
#right_bg {
	background-image: url('images/right_tile.jpg');
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
}
.clear {
	clear: both;
}
