body{
	font: 11px verdana, arial, sans-serif;
	background-color: #F0F0F0;
}


div.container{
	width: 750px;
	height: 500px;
}


div.content{
	width: 410px;
	float: left;
	height: 100%;
	padding: 5 5 0 10;
}


div.header{
	width:100%;
	background-color: #B0B0B0;
	font: 26px verdana, arial, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
}


div.menu{
	background-color: #B0B0B0;
	height: 100%;
	width: 110px;
	float: left;
}


div.right{
	background-color: #B0B0B0;
	height: 100%;
	width: 160px;
	float: right;	
	text-align: center;	
}


ul.menu{
	padding-left: 0px;
	padding-top: 10px;
	margin: 10 0 0 0;
	list-style-type: none;
	background-color: #B0B0B0;
	font-size: 16px;
	font-weight: bold;
}


a.menu{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

a.menu:visited, a.menu:active{
	text-decoration: none;
}

a.menu:hover{
	background-color: #E0E0E0;
	display:block;
	color: black;
}


li.menu{
	border-bottom: 2px solid #B0B0B0;
	padding-left: 1px;
}


p.title{
	text-align: center; 
	font-size: 14px; 
	font-weight: bold;
}

