@charset "utf-8";

body {
    background: black;
    font-family: sans-serif;
    font-size: 12px;
	text-align: center;
	margin: 0px;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
img {
	border: 0px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* layout */
div#page {
    background: url('graphics/background.jpg') no-repeat 0 110px;
    text-align: left;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    clear: both;  
}
div#panel-left {
	width: 208px;
	float: left;
    min-height: 600px;
}
div#panel-right {
	float: right;
	width: 210px;
}
div#panel-middle {
    float: left;
    width: 542px;
}
div#banner {
    position: relative;
	width: 960px;

}
div#logo {
    left: 30px;
    top: 10px;
    position: relative;
	width: 219px;
	height: 111px;
	float: left;
}

div#logo img {
	padding: 0;
	margin: 0;
}

/* content */
div#content {
}
div.content-container {
    padding: 15px 10px;
}
div#content-bottom {
    position: relative;
    height: 40px;
}
div#content-bottom p {
    text-align: center;
    color: white;
    margin: 0px;
    padding: 10px 10px 5px 10px;
    font-size: 10px;
}

div#content h1 {
	color: #d6ba6c;
	height: 36px;
	line-height: 36px;
}
div#content h2 {
	font-style: italic;
}

div#content p {
	color: #cccccc;
	text-align: justify;
}
div#content img {
	padding: 2px;
}
p img {
	margin: 5px 10px;
}
div#content a {
  color: #d6ba6c;
}

/* menu */
div#menu {
    padding-left: 30px;
}
div#menu a {
	color: white;
	text-decoration: none;
	font-size: 16px;
	text-align: left;
	display: block;
	letter-spacing: 1px;
    text-align: left;
    line-height: 30px;

}
div#menu a:hover, a.active {
	text-decoration: underline;
}

div#menu div.submenu a {
	padding-left: 20px;
	font-size: 12px;
}

div#foot {
	position: relative;
	top: 23px;
	left: 10px;
}

.center {
	text-align: center;
	width: 520px;
}
.center div {
	margin: auto;
	float: none;
}

.clear {
	clear: both;
}

div#content img.leftfloat {
	float: left;
	margin: 5px 5px 5px 0px;
}

blockquote {
    font-style: italic;
}

table {
    clear: both;
    color: white;
}
table tr td {
    padding: 3px;
}
table tr.even {
    background-color: #090909;
}
table tr.odd {
    background-color: #111111;
}

.zoom {
    cursor: pointer;
    margin: 0px;
    padding: 3px;
    border: 0px !important;
}
