body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

body {
	background: #EFEFEF url(/images/background.png) repeat-x;
	color: #5E5E5E;
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
}

div.left {
	padding: 10px;
	float: left;
}

div.right {
	padding: 10px;
	float: right;
}

h1 {
	color:  white;
	font-weight: normal;
}

h2 {
	font-weight: normal;
}

h3 {
	color: white;
	font-size: 150%;
	font-weight: normal;
}
h4 {
	color: white;
	font-size: 175%;
	font-weight: normal;
}

p {
	font-size: 90%;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

.header {
	margin: 10px 20px 0;
}

	.header ul {
		float: right;
		padding: 20px;
		list-style-type: none;
	}
	.header ul li {
		padding: 5px;
		display: inline;
	}
		.header ul li a {
			text-decoration: none;
			color: #AFAFAF;
		}
		.header ul li a:hover {
			color: #5E5E5E;
		}
		.header ul li.active{
			background: red;
		}
		.header ul li.active a{
			color: white;
		}

.banner {
	margin: 0 auto;
	width: 879px;
	height: 297px;
	background-image: url(/images/banner.jpg);
}

.banner-highlight {
	float: left;
	width: 879px;
	background: #EA2227;
	position: relative;
	top: 200px;
}

.container-top {
	height: 29px;
	background: url(/images/container-top.png);
}

.container-main {
	padding: 10px;
	background: url(/images/container-middle.png);
}

.container-bottom {
	height: 27px;
	background: url(/images/container-bottom.png);
	display: block;
}

.content {
	margin: 0px 30px;
}

.footer {
	margin: 0px 20px;
}

.small {
	font-size: 80%;
}
