body
{
	color:lightgray;
	font-family:Arial, Helvetica, sans-serif;
	text-align: justify;
}

h1
{
	margin-bottom:0;
	text-align:center;
}


#container
{
	width:1024px;
	margin: 0 auto;
}

#header
{

	background-image:url('background.png');
	background-repeat:no-repeat;
	padding:8px;
	border-bottom-color:white;
	border-bottom-width:2px;
	border-bottom-style:solid;
	
}

#header img 
{
	vertical-align: middle;
}


#menu
{
	width: 110px;
	height:570px;
	float:left;
	display:block;
	font-family: Arial, Helvetica, sans-serif;	
	border-right-style:dashed;
	border-right-width:thin;
	border-right-color:black;
}



#content
{
	float:left;
	margin-left: 10px;
	margin-right:50px;
	color:dimgray;
}

#maincontent
{
	float:left;
	height:570px;
	width:911px;	
	color:dimgray;
}

#footer
{
	background-color:black;
	clear:both;
}

img
{
	border: none;
}

#menu table
{
	border-collapse:collapse;
	list-style-type:none;
	margin:0px;
	background:black;
	border-style:none;
	font-weight:bold;
	border-right-style:solid;
	border-right-width:2px;
	border-right-color:white;

}

#menu td 
{
	padding-left:5px;
}

#menu td.off
{
	cursor:pointer;
	background:black;
	color:lightgray;
	border:none;
	text-decoration:none;
}

#menu td.on
{
	cursor:pointer;
	background:white;
	color:gray;
	border:none;
}




#image
{
font-size: 70%;
}