@charset "utf-8";
/* standard elements */

a {
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
	font-family: "Century Gothic";
	font-weight: bold;
}
body {
	color: #fff;
	font-family: "Century Gothic", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background: #000;
	background-image:url(back.png);
	background-repeat: repeat-y;
	background-position:right;
}
p, blockquote, ul {
	padding-bottom: 5px;
}
hr {
	background-color: #f1f1f1;
}
img {
	border: 0;
}
h1 {
	font: normal 1.4em "Century Gothic", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font: normal 1.2em "Century Gothic", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.2em;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.content .nav {
}
.content .nav a {
	color: #fe0000;
	font-size: 1.1em;
}
.content {
	position:relative;
	width: 1100px;
	height: 700px;
	background-image:url(back.jpg);
	background-repeat:no-repeat;
	background-position: left;
	margin: 0;
}
.content2 {
	position:relative;
	width: 1100px;
	height: 700px;
	margin: 0 auto;
}
.contacts {
	font-size: 1em;
	font-weight:bold;
	width: 300px;
	float:right;
	text-align:left;
	margin:0 0 10px 0;
}
