#container {
	border: 1px solid #666666;
	background-color: #232E35;
	width: 600px;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	height: 266px;
}
#header {
	background-color: #232E35;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FB3C0E;
	margin: 0 auto;
	width: 600px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
#content {
	width: 600px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	width: 600px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 12px
}


a:link {
	color: #232E35;
	text-decoration: none;
}
a:visited {
	color: #232E35;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
body {
	background-color: #232E35;
}

a:active {
	text-decoration: none;
	color: #E0DFE3;
}

