body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/gfx/bg.jpg);
	margin: 0px;
	padding: 0px;
}
#outer_wrapper {
	background-image: url(img/gfx/bg_grad.jpg);
	background-repeat: repeat-x;
	padding: 20px;
}
#header {
	width: 750px;
	border: solid 2px #000;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/gfx/logo_hover.png);
}
#logo {
	width: 750px;
	height: 150px;
	border-bottom: #000 1px solid;
	background-image: url(img/gfx/logo.png);
	background-repeat: no-repeat;
}
#logo a {
	width: 750px;
	height: 150px;
	display: block;
	text-indent: -50000px;
}
#logo a:hover {
	background-image: url(img/gfx/logo_hover.png);
}
#nav {
	text-align: center;
	height: 30px;
	background-image: url(img/gfx/nav_bg.png);
	background-repeat: repeat-x;
}
#nav a {
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	padding: 4px;
	text-decoration: none;
}
#nav a:hover, #nav a.current {
	background-color: #660000;
	color: #fff;
	background-image: url(img/gfx/nav_hover_bg.png);
	background-repeat: repeat-x;
	background-position: center;
}

#content{
	width: 750px;
	border: solid 2px #000;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-color: #660000;
	background-image: url(img/gfx/content_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 20px;
	clear: both;
	overflow: hidden;
}
#content h1 {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
	background-image: url(img/gfx/h1_bg.png);
	background-repeat: repeat-x;
	border-bottom: solid 1px #000;
}
#content h2 {
	font-size: 10px;
	padding: 0px;
	text-indent: 25px;
	line-height: 25px;
	color: #fff;
	background-image: url(img/gfx/h2_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-variant: small-caps;
	clear: both;
	float: none;
}
#content a, #content em {
	color: #F97162;
}
#content a:hover {
	color: #ff0000;
}
#content p {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 20px;
	text-indent: 20px;
}
#footer {
	text-align: center;
	font-size: 10px;
	font-style: italic;
	color: #fff;
	font-variant: small-caps;
	line-height: 30px;
}
ul.pic_list {
	margin: 3px;
	padding: 0px;
	text-align: center;
}
ul.pic_list li {
	list-style-type: none;
	margin-top: 3px;
	padding: 0px;
}
#content table {
	border-collapse: collapse;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content table caption {
	padding: 5px 5px 10px;
	font-weight: bold;
}
#content table tr.alt {
	background-color: #550000;
}
#content table th {
	background-image: url(img/gfx/h1_bg.png);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 20px;
	border: #990000 1px solid;
	text-align: center;	
}
#content table td {
	border: #990000 1px solid;
	padding: 5px;
}
#content img {
	border: #000 1px solid;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
}
#content img.float_right {
	float: right;
}
#content img.float_left {
	float: left;
}