body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #afafaf;
	line-height: 15px;
	background-color: #010101; 
	margin: 0px;
}

div#header {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	height: 80px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	top: 20px;
}

div#center-body {
	position: absolute;
	top: 120px;
	height: auto;
	width: 100%;
	text-align: center;
}

div#main-body {
	position: relative;
	height: 425px;
	width: 969px;
	margin: auto;
	text-align: left;
}

div#main-menu {
	position: absolute;
	top: 0px;
	width: 215px;
	height: 400px;
	border: 2px solid #181818;
	background-color: #090909;
}

div#main-image {
	position: absolute;
	top: 0px;
	left: 235px;
	width: 215px;
	height: 400px;
	border: 2px solid #181818;
	background-color: #090909;
	overflow: hidden;
}

div#main-content {
	position: absolute;
	top: 0px;
	left: 470px;
	width: 450px !important;
	width: 440px;
	/*height: 370px !important;*/
	height: 370px;
	border: 2px solid #181818;
	background-color: #090909;
	overflow: auto;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
}

div#main-footer {
	position: absolute;
	margin: auto;
	width: 100%;
	text-align: center;
	color: #505050;
	bottom: 0px;
}

/* BEGIN: content */
a {
	color: #afafaf;
	text-decoration: underline;
}

a:hover {
	color: #979797;
	text-decoration: none;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
}

h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 13px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
}

p {
	margin-top: 2px;
	margin-bottom: 10px;
}


/* END: content */

/* BEGIN: menu */

div#main-menu ul {
	list-style: none;
	margin: 20px;
	padding: 0px;
	line-height: 17px;
	margin-top: 13px;
	margin-bottom: 13px;
}

div#main-menu ul li {
	margin: 0px;
	padding: 0px;
}

div#main-menu ul li a {
	color: #afafaf;
	text-decoration: none;
}

div#main-menu ul li a:hover {
	color: #979797;
	text-decoration: underline;
}

/* END: menu */

input {
	border: 1px solid #414141;
	margin: 1px;
	background-color: #181818;
	padding: 2px;
	color: #AFAFAF;
	font-size: 11px;
}

textarea {
	border: 1px solid #414141;
	margin: 1px;
	background-color: #181818;
	padding: 2px;
	color: #AFAFAF;
	font-size: 11px;
}

input.button {
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #181818;
	background-color: #414141;
}

img.img-border {
	border: 2px solid #414141;
}
