@import url(http://fonts.googleapis.com/css?family=Cuprum:400&subset=latin,cyrillic);
* {margin:0;
padding:0;
border: 0px none;
font-size: 100%;
vertical-align: baseline;
}

a {
    color: #86216e;
    text-decoration: none;
}

a:hover, a:focus {
    color: #d0083c;
    text-decoration: none;
}

body {background: #402b3c url(images/background.png) top left repeat-x;
color:#555555;
font-family: Arial;
line-height:1.5;
}
.whole {	width:980px;
	margin: 0px auto;
}
.uppart {	margin: 12px 0 0 0;
	padding: 0;
	height:80px;
}
.upmenu {padding: 0;
height: 34px;
float:right;
}
.upmenu ul {	 margin:	0;
    padding: 0;
    list-style:	none;
    list-style-type: none;
    line-height: 1.0;
	font-family: 'Cuprum', sans-serif;
	font-weight:normal;
}
.upmenu ul li {	float: left;
	position: relative;
}
.upmenu ul li a {	color: #ab97a7;
	display: block;
    margin: 0 0 0 6px;
	padding: 6px 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}
.upmenu ul li a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
    background: url(images/pagenav-hover.png) left bottom repeat-x;
}
.txtarea {	border-top: 3px solid #a7012c;	margin: 16px 0 15px 0;	background-color:#fff;
	font-size:13px;
}
h1, h2, h3, h4, h5 {font-family: 'Cuprum', sans-serif;
}
h1 { font-size:19px;
 font-weight:normal;
 margin-bottom:10px;
}
h2 {
 font-size:17px;
 font-weight:normal;
}
h3 { font-size:15px;
 font-weight:normal;
}

.tpart {	float:right;	width:720px;
	padding:15px;
	min-height:400px;
}
.tpart ul{margin: 3px 0 3px 20px;
}
.tpart li{
margin: 2px 0;
}
.tpart p{ margin:5px 0;
}
.mpart {
	float:right;
	width:215px;
	padding:15px 0 15px 15px;
	min-height:400px;
}
.mpart h2 {    margin: 10px 0 10px 0;
    padding: 10px 0 6px 0;
    border-bottom: 3px solid #31202d;	 color: #31202d;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Cuprum', sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;}
.mpart ul {	list-style: none outside none;
}
.mpart ul li{
padding: 0px 0px 9px 12px;
margin: 0px 0px 8px;
background: url("images/right.png") no-repeat scroll left 4px transparent;
font-size:13px;
border-bottom:1px dotted #31202d;
}
.mpart ul li a {
	text-decoration:none;
}
.footer {
	background: #2e1d2a;
	padding: 18px;
	text-align: center;
	color: #dad0da;
	font-size: 13px;
    margin-top: 15px;
	}