* {
	padding: 0;
	margin : 0;
}
html, body {

}
body {
  background-color: #000;
  background: transparent url('../images/bg_pattern.jpg') top center repeat;
  /*background-color: #01110b;*/
  color: #c7bcbc;
  font: normal 13px Georgia, Helvetica, sans-serif;
  line-height: 18px;  
}

h1, h2, h3 {
	color: #fff;
	padding-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	padding: 10px 30px;
}

/* LAYOUT */

#wrap {
	position: relative;
	width: 760px;
	margin: 0 auto;
}
header {
	height: 218px;
	background: transparent url('../images/header.png') bottom center no-repeat;
	margin-bottom: 20px;
}
#content {
	width: 100%;
	padding-bottom: 50px;
	overflow: hidden;
}
section {
	float: left;
	width: 400px;
	margin-left: 10px;
}
aside {
	float: right;
	width: 350px;
}
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 30px;
	text-align: center;
	width: 100%;
	margin-top: -30px;
}

/* Background */
#background {
	position: fixed;
	left: 50%;
	top: 0;
	margin-left: -500px;
	background-color: #01110b;
	width: 1000px;
	height: 100%;
}
#background img {
	/*padding-top: 60px;*/
}

/* Header */
header #logo {
	position: absolute;
	left: 88px;
	top: 70px;
	width: 550px;
	height: 104px;
	overflow: hidden;
	text-indent: -999px;
	outline: none;
}
header #contacts {
	display: none;
	position: absolute;
	top: 10px;
	left: 160px;
	font-size: 16px;
	font-weight: bold;
	color: #b4a7a7;
}
header #contacts a {
	color: #b4a7a7;
}
header #contacts a:hover {
	text-decoration: none;
	color: #fff;
}
header #social {
	list-style: none;
	position: absolute;
	top: 72px;
	left: 28px;
	padding: 0;
}
header #social li {
	width: 32px;
	height: 32px;
	margin-bottom: 4px;
}
header #social a {
	display: block;
	width: 32px;
	height: 32px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
header #social li.facebook a {
	background-image: url('../images/social_facebook.png');
}
header #social li.twitter a {
	background-image: url('../images/social_twitter.png');
}
header #social li.myspace a {
	background-image: url('../images/social_myspace.png');
}
nav {
	position: absolute;
	left: 0;
	top: 193px;
	text-align: center;
	width: 100%;
}
nav ul {
	list-style: none;
	width: auto;
	margin: 0 auto;
	padding: 0;
}
nav li {
	display: inline-block;
	padding: 3px 6px;
}
nav a {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	color: #b4a7a7;
}
nav a:hover {
	text-decoration: none;
}
nav li.active a {
	color: #fff;
	border-bottom: 1px dashed #fff;
}

/* Content */
form#maillist-form {
	position: relative;
}
form#maillist-form div.submit {
	position: absolute;
	right: 10px;
	top: 39px;
}
form#maillist-form input {
	width: 256px;
}
form#maillist-form div.submit input {
	width: 92px;
}
div.index {
	padding: 10px 10px 20px;
	margin-bottom: 10px;
	background: transparent url('../images/separator.png') bottom center no-repeat;
	overflow: hidden;
	clear: left;
}
div.last {
	background-image: none;
}
div.index img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
article {
	padding-left: 20px;
	padding-right: 20px;
}
article img {
	border: 1px solid #828584;
}
article img.left {
	float: left;
}
article img.right {
	float: right;
}
article img.center {
	display: block;
	text-align: center;
}
div.article img {
	width: 100%;
}
div.article img.title-image {
	width: auto;
}

/* Forms */
form {
	background: transparent url('../images/form_bg.png') left top repeat;
	padding: 11px;
}
input, textarea, select {
	border: 1px solid #000000;
	background-color: #8e8181;
	color: #000;
	font-size: 16px;
	width: 360px;
}
select {
	height: 28px;
}
input {
	height: 22px;
	padding: 3px 10px;
}
div.submit input {
	height: 30px;
	background-color: #333;
	color: #8e8181;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
label {
	color: #b4a7a7;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}