@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f0f0f0;
	background-color: #000;
}
.main {
	width: 747px;
	margin: 50px auto;
	padding: 25px 10px;
	position: relative;
	border: solid 1px #515146;
}
.header {
	width: 100%;
	height: 78px;
}

.title {
	width: 231px;
	margin: 7px auto;
}

.contentWrapper {
	width: 587px;
	margin: 10px auto;
}

.menu {
	width: 60px;
	margin: 110px 10px 0 0;
	float: left;
}
.menu .menulinks a {
	display: block;
}
.menu .menulinks a img {
	border: none;
}
.content { 
	width: 445px;
	float: left;
}
.imageframe, .imageloader {
	border: solid 1px #515146;
	width: 445px;
	height: 333px;
}
.imageframe img {
	left: 0px !important;
	top: 0px !important;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
br.clearBoth {
	clear: both;
}

.footer {
	width:100%;
}
.footer_title {
	width: 274px;
	margin: 10px auto 0 auto;
}
.footer_content, .footer_content a {
	font-size: 10px;
	width: 100%;
	text-align: center;
	color: #f0f0f0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-variant: small-caps;
	font-size: 16px;
}
h4 {
	border-bottom: solid 1px #37464D;
	width: 60%;
	margin: 2px;
}

