@charset "utf-8";
/* CSS Document */

body {
	background: #2b1b11 url(images/splash_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/splash_head.jpg);
	height: 50px;
}
#midwrap {
	background: url(images/splash_menu.jpg) no-repeat 680px 210px;
	height: 631px;
}
#leftwrap {
	float: left;
	width: 680px;
}
#rightwrap {
	float: right;
	width: 310px;
}
#mainimage {
	background: url(images/splash_mainimageleft.jpg) no-repeat left;
	height: 401px;
	padding-left: 6px;
}
#contentwrap {
	background: url(images/splash_content.jpg);
	height: 230px;
}
#listingswrap {
	float: left;
	width: 278px;
}
#listings {
	padding: 52px 0px 0px 26px;
}
#welcomewrap {
	float: right;
	width: 377px;
}
#welcome {
	padding: 68px 10px 0px 0px;
}
#contact {
	background: url(images/splash_contact.jpg);
	height: 210px;
}
#menu {
	padding: 27px 54px 0px 45px;
}
#footer {
	background: url(images/splash_foot.jpg);
	height: 23px;
}

	
