@charset "utf-8";
/* CSS Document */

body {
	background: #2b1b11 url(images/content_bgtop.jpg) repeat-x top;
	margin: 0px;
	text-align: center;
}
img {
	border: none;
}
#wrapper {
	margin: 0px auto;
	padding-top: 42px;
	text-align: left;
	width: 990px;
}
#head {
	background: url(images/content_head.jpg);
	height: 50px;
}
#midwrap {
	background: url(images/content_midtile.jpg) repeat-y;
}
#leftwrap {
	float: left;
	width: 680px;
}
#rightwrap {
	float: right;
	width: 310px;
}
#mainimage {
	background: url(images/content_mainimage.jpg);
	height: 234px;
	padding-left: 6px;
}
#contentwrap {
	background: url(images/content_content.jpg) no-repeat;
	min-height: 444px;
}
#content {
	padding: 59px 53px 48px 56px;
}
#contact {
	background: url(images/content_contact.jpg);
	height: 202px;
}
#menuwrap {
	background: url(images/content_menu.jpg) no-repeat;
	min-height: 476px;
}
#menu {
	padding: 3px 52px 25px 47px;
}
.clear {
	clear: both;
}
#footer {
	background: url(images/content_foot.jpg);
	height: 22px;
}

	

