body{
	background-color: #666;
	color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

p{	margin: 5px;}

a{	color: #bf0f14;}

hr{	color:#bf0f14;}

#main{
	position: absolute;
	top: 100px;
	left: 250px;
	background-color: #FFF;
	width: 700px;
	height: 500px;
	overflow:auto;
}

#menu{
	background-color: #bf0f14;
	color: #FFF;
	width: 700px;
	height: 56px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.menuitem{
	text-decoration:none;
	display: inline;
	padding-left: 1.3em;
	padding-right: 1.3em;
	margin-left:1.3em;
	margin-right:1.3em;
	color:#FFF;
}

.menuitem:HOVER{
	background-color:#FFF;
	color: #bf0f14;
}
