﻿ul {
	list-style-type: none;
}

p, h3, a {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 105%;
	padding: 10px;
}

#banner{
	height: 215px;
	width: 556px;
	margin: 10px auto;
}

#left {
	width: 300px;
	float: left;
	background-color: #5E5E5E;
	position: fixed;
	margin-top: 15px;
}

#body{
	margin: 0px 20px 30px 315px;
	background-color: #5E5E5E;

}

body {
	background-image: url(http://smg.photobucket.com/albums/v636/MecHaNiZeD/halo2background-1.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}