html {
	margin:0;
	
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

#container {
	margin:auto;
	
	width:820px;
}

	#header {
		height:168px;
		
		background-image:url('header.jpg');
	}
	
	#news {
		margin-top:8px;
		margin-left:7px;
		padding:7px 8px;
		
		background-color:#7390C5;
		
		font-weight:bold;
	}

	#menu {
		width:189px;
		
		background:url('menu_top.jpg') top no-repeat;
		
		float:left;
	}
	
	#menu ul {
		margin:0;
		
		padding-top:10px;
		padding-right:30px;
		padding-left:20px;
		padding-bottom:10px;
		
		min-height:300px;
		
		background:url('menu_bottom.jpg') bottom no-repeat;
		
		list-style:none;
	}
	
	/* IE Fix */
	* html #menu ul {
		height:300px;
	}
	
	#menu ul li a {
		display:block;
		width:100%;
		
		padding-left:15px;
		
		background:url('menu_list.gif') left no-repeat;
		
		text-decoration:none;
		color:#7390C5;
	}
	
	#menu li a:hover {
		font-weight:bold;
		
		background-image:url('menu_list_hover.gif');
	}
	
	#content {
		width:610px;
		
		padding:10px;
		
		float:left;
	}
	
	/* IE Fix */
	* html #content {
		width:590px;
	}
	
	#footer {
		margin-top:8px;
		margin-left:7px;
		padding:7px 8px;
		
		background-color:#7390C5;
		
		text-align:right;
		
		clear:left;
	}


