* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	font-size: 12px;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
}

a { color: #e20079; }
a:hover { color: #60237f; }
img { border: 0; }

.clear { clear: both; }

table { border-collapse: collapse; }
table td { vertical-align: top; }

table.layout { width: 100%; table-layout: fixed;}
table.layout td { position: relative; padding: 0 20px; }

#layout {
	min-width: 960px;
	width: 100%;
	height: 100%;
}
* html #layout {width: expression((document.getElementById('measurer') && document.getElementById('measurer').clientWidth < 970) ? '970px' : '100%')}
div#measurer { position: absolute; width: 100%; top: 0; height: 1px; line-height: 1px; }

#header {
	background: #000;
	color: #fff;
	padding: 60px 1% 60px 1%;
}
/*#header table.layout {
	position: absolute;
	bottom: 0;
	margin-bottom: 50px;
}*/
#logo td {
	height: 200px;
}
#logo div {
	position: absolute;
	margin-left: -37px;
}
#header p {
	width: 70%;
}
#contacts {
	margin-top: 2em;
}

#content {
	padding: 30px 1% 30px 1%;
}
#content h2 {
	font-size: 10.5pt;
	margin: 1.4em 0 0.8em 0;
	line-height: normal;
}
#copyright {
	margin-top: 40px;
}

.stars {
	margin-bottom: 0.5em;
	height: 13px;
	text-align:center;
}
.stars s {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(/images/i-star.gif) no-repeat;
	margin-right:6px;
}

div#under {
	color: #808080;
	padding-left: 25px;
	background: url(/images/redesign.png) no-repeat 0 3px;
	line-height: 1.3;
}