﻿body 
{
    margin: 0px;
    background-color: #000000;
    color: #e5af3b;
	font-family: Arial, Helvetica, sans-serif;
}
h3
{
	font-size: 18px;
}
a:link
{
    color: #e5af3b;
    font-weight: bold;
}
a:visited
{
    color: #e5af3b;
    font-weight: bold;
}
a:active
{
    color: #e5af3b;
    font-weight: bold;
}
a:hover
{
    color: #e5af3b;
    font-weight: bold;
    text-decoration: none;
}
.topbar
{
    height: 86px;
    width: 100%;
    background-image: url("images/top_bg.jpg");
    
}
.banner
{
    width: 800px;
    height: 86px;

}
.logo
{
    width: auto;
    height: auto;
    position: relative;
    top: 42px;
    left: 10px;

}
.navigation
{
    width: auto;
    height: auto;
    font-size: 18px;
    text-align: right;
    position: relative;
    top: -20px;
    right: 20px;
}
.bodyContent
{
    width: 800px;
    height: auto;
    position: relative;
    top: 40px;
}
.footer
{
    width: 800px;
    height: auto;
    position: relative;
    top: 50px;
    background-color: #353535;
}
.section
{
    width: 790px;
    height: auto;
    padding: 0 5px;
    position: relative;
    top: 10px;
    background-color: #353535;
}
.section a {
	text-decoration: none;
}
.section a:hover {
	text-decoration: underline;
}
.cat {
	display: none;
}
.overlay {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 210px;
	margin-left: -105px;
	z-index: 100;
	padding: 0;
	border: 1px solid #e5af3b;
	outline: 3px solid #000;
	background: #000;
	display: none;
}
.overlay h1 {
	margin: 0;
	padding: 2px;
	font-size: 18px;
	background: #e5af3b;
	color: #000;
}
.overlay p {
	padding: 2px;
	margin: 0;
	padding-left: 10px;
}
.overlay2 {
	position: absolute;
	width: 210px;
	margin-left: -105px;
	z-index: 100;
	padding: 0;
	border: 1px solid #e5af3b;
	outline: 3px solid #000;
	background: #000;
	display: none;
}
.overlay2 h1 {
	margin: 0;
	padding: 2px;
	font-size: 18px;
	background: #e5af3b;
	color: #000;
}
.overlay2 p {
	padding: 2px;
	margin: 0;
	padding-left: 10px;
}