img{border:0px;}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #ffcfcf;
	text-decoration: none;
}
body {
background-color:#000000;
	color: #ffcfcf;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}
ul {
	margin: 12px 0;
}
li {
	margin-left: 18px;
}
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 600px; 
}
.header {
	height:130px;
	width:600px;
}
.menu a {
background-color:#333333;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #ec1515;
	float: left;
	font-size: 1.2em;
	padding-top: 4px;
	width: 149px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #ffcfcf;
}
.menu a#last {
	border-right: none;
	width: 150px;
}
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #ec1515;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.footer {
	background: #0A0A0A;
	color: #ffcfcf;
	padding: 5px;
} 
.footer .left, .footer .right {padding: 0 12px;}
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}