body {
	background-color: #000;
	color: #aaa;
	font-family: sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center; /* IE fix */
}
a {
	color: #ff6000;
	text-decoration: none;
}
#content {
   text-align: justify;
   padding: 3.8em 0.8em 3.8em 0.8em;
} 


#main {
	border: 1px solid;
	border-top-color: #ff6000;
	border-left-color: #ff6000;
	border-bottom-color: #902000;
	border-right-color: #a32200;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#menu {
	background-color: #333;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 3px;
	text-align: left;
	width: 180px;
}
#content img {
	margin: 5px;
	border: 1px solid #666;
}

#menu a {
	color: #aaa;
}
#menu .selected, #menu .selected a {
	color: #ff6000;
}
#header img {
	border-left:   1px solid #ff6000;
	border-bottom: 1px solid #902000;
	border-right:  1px solid #a32200;
}

.left {
	float: left;
}
.right {
	float: right;
}
