@charset 'utf-8';
@import url(reset.css);
@import url(defaults.css);

/* 
 * Page layout 
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.15em;
	background-color: #ccc;
	color: #666;
}

a {
	color: #d10202;
	text-decoration: none;
}

#mainwrap {
	width: 950px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #fff;
}

#header {
	margin-bottom: 50px;
}

#header h1 {
	height: 48px;
	/*background: url(img/title.gif) 25px 50px no-repeat;*/
	padding: 50px 0 0 25px;
}

#header h1 a {
	display: block;
	width:  270px;
	height: 37px;
	background: url(img/title.gif) no-repeat;	
}


#description {
	height: 222px;
	background: #b6c4c9 url(img/header.jpg) right top no-repeat;
}

#description p {
	height: 107px; 
	background: url(img/description.gif) 25px 25px no-repeat;
}

#content {
	border-left: 20px solid #b6c4c9;
	padding: 1em 5px;
}

#content p {
	width: 425px;
	margin-bottom: 1.15em;
}

#content .nomargin {
	margin-bottom: 0px;
}

#content a:hover,
#content a:active {
	background-color: #d10202;
	color: #fff;
}


#footer {
	padding: 7px 0px 17px 0px;
	margin-bottom: 10px;
}

#footer img {
	margin: 0 25px;
}
