body {
	background-repeat: repeat-x;
	background-image: url(images/bg.gif);
	background-color: black;
}

img {
	border-style: none;
}
#wrapper {
	margin-top: -7px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 910px;
}

#header {
	background-image: url(images/header.jpg);
	height: 218px;
	width: 910px;
}
.header {
	display: block;
	clear: both;
	width: 910px;
}

#logo {
	text-align: right;
}
#nav {
	text-align: right;
}

#section1 {
	background-image: url(images/section1bg.jpg);
	height: 457px;
	width: 910px;
}
p.section1_left {
	float: left;
	padding-left: 50px;
	padding-top: 20px;
	width: 300px;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
}
p.section1_right {
	padding-right: 40px;
	padding-top: 20px;
	float: right;
	text-align: right;
	width: 300px;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
}
#section2 {
	background-image: url(images/section2bg.jpg);
	height: 410px;
	width: 910px;
}
#section2_left {
	float: left;
	width: 335px;
}
#section2_right {
	float: right;
	width: 575px;
}
p.section2_left {
	padding-left: 45px;
	padding-top: 45px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: white;
}
p.section2_right {
	padding-top: 55px;
	width: 300px;
	font-size: 10px;
	text-align: right;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white;
}
#section3 {
	background-image: url(images/section3bg.jpg);
	height: 457px;
	width: 910px;
}
#section3_left {
	float: left;
	width: 50%;
}
#section3_right {
	float: right;
	width: 50%;
}
p.section3_left {
	padding-left: 45px;
	padding-top: 360px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	width: 300px;
	color: white;
}
#section1 p, #section2 p, #section3 p {
	margin: 0px;
}
#footer {
}
p.footer {
	float: left;
	width: 350px;
	color: #79170c;
	font-size: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
p.rightfooter {
	float: right;
	text-align: center;
	font-size: 10px;
	color: red;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
a.rightfooter {
	color: #79170c;
}
.clear {
	clear: both;
}
#images {
}

