@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #262626 url(images/bodybg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1, h2, h3 {
	color: #CC0000;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	text-transform: capitalize;
}
.blackbox {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: 50px;
	margin-left: 50px;
}

#wrapper {
	width: 770px;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	width: 770px;
	height: 226px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#content {
	padding: 0 50px;
}
#footer {
	text-align: center;
	width: 770px;
	height: 144px;
	background-image: url(images/footer.jpg);
}

