	body {
		margin:0;
		background:#000000;
		font-family:arial,verdana,sans-serif;
		color:#EDE4BB;
		}
	a 		{ color: #C1C674; text-decoration: none; }
	a:link		{ color: #C1C674; text-decoration: none; }
	a:visited	{ color: #C1C674; text-decoration: none; }
	a:active	{ color: #C1C674; }
	a:hover 	{ color: #92B0BB; }
	
	#title {
		position:relative;
		top:15px;
		font-size:medium;
		width:100%;
		text-align:center;
		}
	#footer {
		position:relative;
		top:25px;
		font-size:small;
		text-align:left;
		padding-left:30px;
		padding-right:20px;
		}
	#container {
		width:100%;
		}
	#floatingdiv {
		width:770px;
		margin-left:auto;
		margin-right:auto;
		}
	#mainleft {
		width:120px;
		float:left;
		background:#000;
		padding-bottom:10px;
		margin-right:15px;
		}
	#maincenter {
		width:500px;
		float:left;
		background:#000;
		padding-bottom:10px;
		}
	#mainright {
		width:120px;
		float:left;
		background:#000;
		padding-bottom:10px;
		margin-left:15px;
		}