* {
	margin: 0px;
	padding: 0px;
}

div {
	text-align: left;
}

body {
	background-color: #111;
}

#content {
	width: 828px;
	height: 520px;
	float: left;
}

#container {
	margin:auto;
	text-align:center;
	width:980px;
}

#header {
	width:980px;
	height:129px;
	margin-top:0px;
}

#menu {
	background-color:#292929;
	width:152px;
	height:490px;
	float:left;
}

.menubutton {
	width:152px;
	height:40px;
	float:left;	
}

#submenu {
	width:828px;
	height:30px;
	border-bottom: 1px solid #868686;
	background-color:#cccccc;
	float:left;
}


.submenubutton {
	margin-top: 5px;
	float: left;
	padding-right: 16px;
	padding-left: 16px;
	border-right: 2px solid #535456;
}

.submenubutton a{
	text-decoration:none;	
	font-size:13px;
	font-weight:bold;
	color:#535456;
	font-family:arial;
}

.submenubutton a:hover {
	font-family:arial;
	text-decoration:none;	
	font-size:13px;
	font-weight:bold;
	color:#C50000;
}
