body {
	background-color: #000000;
	color: #e41212;
	font-family:"Eccentric Std",Georgia,Serif;
	font-size:26px;
}

a:link {text-decoration: none; color: #e41212}
a:visited {text-decoration: none; color: #e41212}
a:active {text-decoration: none; color: #e41212}
a:hover {text-decoration: underline overline; font-weight: bold; color: #880088;}
img {border: 0px;}

#container {
	position: absolute;
	width: 800px;
	height: 600px;
	float: left;
}

#logo {
	position: absolute;
	float: left;
}

#navname{
	position: absolute;
	top: 175px;
	text-align: center;
	border-right: 1px solid #e41212;
	border-top: 1px solid #e41212;
	width: 175px;
	height: 25px;
	font-size: 26px;
	float: left;
}

#navbar{
	position: absolute;
	top: 205px;
	text-align: center;
	border-right: 1px solid #e41212;
	border-top: 1px solid #e41212;
	border-bottom: 1px solid #e41212;
	width: 175px;
	height: 270px;
	font-size: 26px;
	float: left;
}

#content{
	position:absolute;
	top: 100px;
	left: 280px;
	width: 520px;
	height: 500px;
	float: left;
}