body {
	font-family: Trebuchet MS, Arial, sans-serif;
	background:#ffffff;
	margin: 0px;
	width: 100%;
	height: 852px;
}

body.home {
	background:url(../images/background.jpg) no-repeat top center #ffffff;
}

p, span, a, ul, li {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.clear {clear: both; height: 24px; }

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#header {
	background: url(../images/header_back.jpg) no-repeat top center;
	width: 950px;
	height: 180px;
}

#logo {
	display:block;
	margin:0 auto;
	padding:104px 0 0 0;
	width:490px;
}
	
#content { display: block; margin: 62px 172px; }
#content span.activity { display: block; color: #c60751; padding-left: 121px; margin-bottom: 15px;}
#content span.activity a { text-decoration: none; }
#content span.activity a:hover { color: #c60751; }

.description { display: block; margin-left: 121px; }
.description p { color: #666666; }
.description a { color: #c60751; text-decoration:none; }
.description a:hover { text-decoration:underline; }
span.article { font-size:13px; font-weight:bold; color: #c60751; }

#contacts {display: block; float: right; margin: 50px 15px 62px 172px; font-weight: bold;}

#terms {width:800px; margin:0 auto 60px;} 
#terms h1 {text-align:center; margin-top:50px;}

.nav {float: right; display: inline; position: relative; padding: 154px 32px 0 0;}
.nav a.home {display: block; float: left; width: 46px; height: 15px; background: url(../images/btn_home.jpg) no-repeat top; text-decoration: none;}
.nav a.home:hover { background: url(../images/btn_home.jpg) no-repeat bottom; }
.nav a.contacts {display: block; float: left; width: 65px; height: 15px; margin-left: 10px; background: url(../images/btn_contacts.jpg) no-repeat top; text-decoration: none;}
.nav a.contacts:hover { background: url(../images/btn_contacts.jpg) no-repeat bottom; }

.accent {display: block; margin-bottom: 24px;}
.accent img {float:left; border: 0;}
.accent span {	float: left; display:block;	padding: 40px 0 0 30px; }
.accent span.accent-title-active { color: #c60751; font-weight: bold; }
.accent a { text-decoration: none; }
.accent a:hover { color: #c60751; }

span.back a { color: #c60751; }
span.back a:hover { color: #000000; }

