	a:link { color: gray; text-decoration: none;
	}

	a:visited {
	text-decoration: none;
	color: gray;
	}
	
	a:active {
		border-style: none;
		text-decoration: none;
		color: gray;
	}

	a:hover { color: #b90000;
	text-decoration: none;
	}

	body {
	color: #e6e6e6;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: black;
	}

	img {
		border-width: 0px;
	}

	#container {
		margin-right: auto;
		margin-left: auto;
		min-height: 900px;
		width: 900px;
	}

	#top {
		background-image: url(../img/top.jpg);
		background-repeat: no-repeat;
		height: 76px;
		width: 900px;
	}

	#right {
		height: 792px;
		float: left;
		position: relative;
		width: 480px;
		background-repeat: no-repeat;
		background-image: url(../img/right.jpg);
	}

	#left {
		background-color: black;
		height: 792px;
		float: left;
		position: relative;
		width: 408px;
	}

	#nav {
		overflow: none;
		position: relative;
		padding-right: 3px;
		font-size: 20px;
		text-align: right;
		height: 27px;
		width: 897px;
		color: white;
		background-color: #231f20;
	}

	#bottom {
		padding-right: 4px;
		padding-top: 4px;
		position: relative;
		float: left;
		font-size: 12px;
		text-align: right;
		height: 23px;
		width: 893px;
		color: white;
		background-color: #231f20;
	}

	#nav ul {
		margin: 0px;
		padding: 0px;
		float: right;
		list-style-type: none;
		position: relative;
	}

	#nav li {
		margin-right: 20px;
		position: relative;
		float: right;
		list-style-type: none;
	}

	#nav a:link {
		color: white;
	}

	#nav a:visited {
		color: white;
	}

	#nav a:hover {
		color: #b90000;
	}

	