body, html {
	font-family: Georgia, serif;
	height: 100%;
	color: #ede1bd;
}
body {
	/*opera 9.5 fix*/
	position: absolute;
	width:100%
}
#outer{
	width:100%;
	min-height:100%;
	background: #000 url(/static/i/bottom-grad.png) left bottom repeat-x;
}
* html #outer{height:100%}

a {
	color: #ffc800;
}

a img {
	border: none;
	outline: none;
}

h1, h2, h3, h4 {
	font-weight: normal;
}
#container {
	width: 980px;
	margin: 0 auto;
	padding: 1px 0 70px 0;
}

#logo {
	color: #bcbcbc;
	font-size: 30px;
	padding: 0 0 0 33px;
	margin: 84px 0 0 0;
}
#logo span {
	font-size: 48px;
}
#contacts {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	line-height: 17px;
	margin: 80px 0 0 0;
}

table, td, tr, th {
	border: 0;
	padding: 0;
	margin: 0;
}

#sites {
	margin-top: 170px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#sites td {
	width: 33%;
	vertical-align: top;
}
#sites h2 {
	font-size: 18px;
	color: #d1d1d1;
	white-space: nowrap;
	margin-bottom: 22px;
}

#sites p {
	color: #6c6c6c;
	font-size: 11px;
	line-height: 17px;
}
.link {
	text-align: center;
	background: url(/static/i/separator.png) left bottom no-repeat;
	display: block;
	width: 325px;
	height: 104px;
}

.descr {
	margin: 0 auto;
	width: 14em;
}

.descr a {
	color: #d1d1d1;
	text-decoration: none;
}

.descr a em {
	font-style: normal;
	color: #ffc800;
	text-decoration: underline;
}