@charset "utf-8";

/* + Global resets */

html, body {
	height:100%;
}

html, html#js, html#nojs {
	/* css */
}

body {
	/* css */
	
}

a {
	/* css */
}
a:hover {
	/* css */
}
p {
}

/* - Global resets */


/* + Common classes */
/* - Common classes */


/* + Layout */

.wraper {
	width: 990px;
	margin: 0 auto;
	padding: 0 17px;
	background: url(../images/border.png);
	height: auto !important; 
	min-height: 100%; 
	height: 100%;
	position: relative;
}
.header {
	background: url(../images/head.png);
	height: 110px;
}
.menu {
	padding-top: 3px;
	border: #c3080f solid;
	border-width: 1px 0;
	margin-bottom: 20px;
}
.menu li {
	display: inline;
}
.center {
	text-align: center;
}
.main {
float: right;
width: 650px;
padding: 0 20px;
}
.sidebar {
float: left;
width: 259px;
padding: 0 20px;
border-right: 1px #c52918 solid;
}
.pusher {
clear: both;
height: 200px;
}
.footer {
	width: 990px;
	margin: 0 auto;
	clear: both;
	position: relative;
	height: 102px;
	margin-top: -200px;
	background: url(../images/banner.png) top center no-repeat;
	padding: 82px 0 10px;
	text-align: center;
}
.copyright {
	color: #c52918;
}
.title {
	color: #c52918;
	text-align: center;
	text-align: strong;
}
/* - Layout */