body{	
	background-color: #FFFFFF;	
	text-align: center;
	font-family:Arial,Helvetica, Sans-Serif;	
	font-weight: 400;
	font-size: 12px;	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;	
}

h1 {
	font-family: Arial, Helvetica, Sans-Serif;	
	font-weight: 400;
	font-size: 16px;
}

A {
	font-weight: 400;
	font-size: 12px;
	color: #006699;	
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
    
}
A:hover{
	font-weight: 400;
	font-size: 12px;
	color: #cc0000;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;    
}

a.menu {
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	font-weight: 400;
	font-size: 12px;
	color: #cc0000;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;    
	font-weight: bold;
}

table{
	font-size:inherit;	
}

td {	
	font-size:inherit;	
	vertical-align:middle;	
}

div, textarea, p {margin:0;padding:0;}

#container {
	background-color: black;
	height: 480px;
	width: 820px;
	position: absolute;
	top: 20px;
	left: 20px;	
	margin: auto;
	text-align: center;	
	border: 3px solid #000000;	
}


#menu{			
	left: 10%;	
	width: 90%;
	height: 100%;	
	background-color: #000000;
	position: absolute;	
	text-align: left;	
}
	
#content {		
	height: 480px;
	width: 640px;
	color: black;
	left: 180px;
	background-color: #FFFFFF;
	position: absolute; 		
	text-align: left;	
}

