@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background-image:url(../images/body-bg.gif);
	background-repeat:repeat-x;
	background-color:#501010;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#body-wrapper {
	width:1047px;
	margin:0 auto;
}

#header {
	background-image:url(../images/header-bg.gif);
	height:140px;
	position:relative;
}

#logo {
	position:absolute;
	left:75px;
	top:7px;
}

#slogan {
	position:absolute;
	right:100px;
	top:7px;
}

#content {
	width:952px;
	height:479px;
	background-image:url(../images/content-bg.jpg);
	margin:6px auto 0 auto;
	line-height:1.5em;
	color:#0009d3;
}

.text-wrap {
	width:470px;
	padding-left:35px;
	padding-top:75px;
}

#footer {
	background-image:url(../images/footer-bg.gif);
	height:179px;
	font-size:0;
}

#footer .wrap {
	width:1047px;
	margin:0 auto;
	text-align:center;
}

#footer img {
	margin:5px 3px;
}

p {
	margin:0;
	padding:0.5em 0;
}

.contact {
	font-size:11px;
}

#copyright {
	width:1040px;
	margin:0 auto;
	text-align:center;
	color:#fff;	
	font-size:11px;
}