body {
	background-color: #313033;
	background-image: url(images/background.png);
	background-repeat: repeat-x;

	margin: 0px auto;
	text-align: center;
	
	color: #161616;
	font-family: Trebuchet MS;
	font-size: 16px;
	
}

a { color: #5B5466; text-decoration: none; }
a:hover { color: #B6A9CC; }

.container {
	width: 806px;
	text-align: center;
	margin: 0px auto;
}

.banner {
	background-image: url(images/banner.png);

	width: 806px;
	height: 480px;
	
	text-align: center;
	margin: 0px auto;
	float: left;
}

.content {
	background-image: url(images/content.png);
	
	width: 806px;
	text-align: left;
	float: left;
}

.alignLeft {
	width: 240px;
	float: left;
	margin-left: 6px;
	
	display: inline;
}

.alignMiddle {
	width: 290px;
	float: left;
	display: inline;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	padding: 5px;
}

.alignRight {
	width: 240px;
	float: right;
	margin-right: 6px;
	
	display: inline;
}

ul {
	margin-top: 10px;
	padding-left: 6px;
}

ul li {
	margin-bottom: 10px;
	border-bottom: 1px solid #E2E2E2;
	width: 210px;
	list-style-type: none;
}