@charset "utf-8";
html, body {
	margin: 0px;
	height: 100%;
	background-color: #3C3F3E;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
a {
	color: #E70066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
#header-left {
	background-image: url(../images/lay-out/header-far-left.png);
	background-repeat: repeat-x;
	height: 293px;
	position: absolute;
	width: 50%;
	left: 0px;
}
#header-right {
	background-image: url(../images/lay-out/header-far-right.png);
	background-repeat: repeat-x;
	height: 293px;
	position: absolute;
	width: 50%;
	right: 0px;
}
#container {
	width: 571px;
	margin: 0 auto;
	background-image: url(../images/lay-out/background.png);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 100%;
	position: relative;
	_height: 100%;
}
#header-left-img {
	background-image: url(../images/lay-out/header-left.png);
	background-repeat: no-repeat;
	height: 293px;
	width: 15px;
	position: absolute;
	left: -15px;
	top: 0px;
}
#header {
	background-image: url(../images/lay-out/header-img.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 293px;
	background-color: #3C3F3E;
	position: relative;
}
#logo {
	position: absolute;
	left: 0px;
	top: 4px;
}
#top-buttons {
	background-color: #292B2A;
	position: absolute;
	height: 23px;
	top: 0px;
	right: 0px;
	text-align: center;
	font-size: 11px;
	padding-top: 16px;
	text-transform: uppercase;
	padding-right: 16px;
	padding-left: 16px;
}
#top-buttons a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
#top-buttons a:hover {
	text-decoration: underline;
}
#header-right-img {
	background-image: url(../images/lay-out/header-right.png);
	background-repeat: no-repeat;
	height: 293px;
	width: 15px;
	position: absolute;
	right: -15px;
	top: 0px;
}
#header-bottom {
	height: 5px;
	background-color: #292B2A;
	overflow: hidden;
}
#nav-bar {
	height: 49px;
	background-color: #3C3F3E;
}
.nav-button {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
#content {
	font-size: 13px;
}
#content-left {
	float: left;
	width: 380px;
	background-color: #3C3F3E;
	overflow: hidden;
}
#content-right {
	float: right;
	width: 191px;
	background-color: #3C3F3E;
	overflow: hidden;
}
.content-box-left {
	margin-right: 3px;
	margin-bottom: 3px;
}
.content-box-right {
	margin-bottom: 3px;
}
.content-box-top {
	background-color: #292B2A;
	height: 5px;
	overflow: hidden;
}
.content-box-dark-header {
	background-image: url(../images/lay-out/box-header-dark.png);
	background-repeat: no-repeat;
	height: 30px;
	background-color: #595D5C;
	background-position: 0px 10px;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 10px;
}
.content-box-dark-text {
	background-color: #595D5C;
	background-image: url(../images/lay-out/box-corner-dark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	overflow: hidden;
}
.content-box-light-header {
	background-image: url(../images/lay-out/box-header-light.png);
	background-repeat: no-repeat;
	height: 30px;
	background-color: #6B6F6E;
	background-position: 0px 10px;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 10px;
}
.content-box-light-text {
	background-color: #6B6F6E;
	background-image: url(../images/lay-out/box-corner-light.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	overflow: hidden;
}
.content-box-dark-text p, .content-box-light-text p {
	margin-top: 0px;
	margin-bottom: 20px;
}
form {
	margin: 0px;
}
input {
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #292B2A;
	height: 14px;
	font-size: 11px;
	padding: 3px;
}
input.button {
	background-color: #E70066;
	height: 22px;
	width: 32px;
}
.clear {
	clear: both;
	height: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BEC0BF;
	text-align: center;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 410px;
}
