	* {
		margin: 0;
		padding: 0;
	}
	
	body {
		background: #919090 url('images/header_background.png') left top repeat-x;
		
		font-family: tahoma;
		font-size: 11px;
		
		line-height: 16pt 
	}
	#container {
		width: 808px;
		margin: 0px auto;
		
	}
	
	#header {
		width: 800px;
		height: 130px;
		
		background: url('images/header.png') left top no-repeat;
	}

#menu { width: 808px; height: 36px; background: url('images/menu.png') left top no-repeat; padding-top: 9px; } #menu a { color:#989898; }


	
	#content {
		width: 792px;
		min-height: 400px;
		overflow: hidden;
		background: url('images/background.png') left top repeat-y;
		
		padding: 6px;
	}
	
	#sidebar {
		width: 216px;
		float: left;
		
		color: #989898;
		
		margin-left: 15px;
	}
	
	
	#sidebar h1 {
		width: 216px;
		height: 7px;
		
		background: url('images/menu_head.png') left top no-repeat;
	}
	
	#sidebar h2 {
		width: 216px;
		height: 12px;
		
		background: url('images/menu_foot.png') left top no-repeat;
		
		margin-bottom: 19px;
	}
	
	#sidebar .background {
		width: 204px;
		
		background: url('images/menu_background.png') left top repeat-y;
		
		padding: 6px;
	}
	
	.head {
		font-weight: bold;
		color: #000000;
	}
	
	#sidebar img {
		float: right;
	}
	
	#mid {
		width: 414px;
		float: left;
		
		margin-left: 15px;
	}
	
	#banner {
		float: right;
		width: 120px;
		
		margin-right: 4px;
		
	}
	
	#banner img {
		border: 1px solid #000000;
	}
	
	#mid h1 {
		width: 414px;
		height: 7px;
		
		background: url('images/content_head.png') left top no-repeat;
	}
	
	#mid h2 {
		width: 414px;
		height: 12px;
		
		background: url('images/content_foot.png') left top no-repeat;
		
		margin-bottom: 19px;
	}
	
	#mid .background {
		width: 402px;
		
		background: url('images/content_background.png') left top repeat-y;
		
		padding: 6px;
	}
	
	ul {
		float: left;
		margin-left: 100px;
		
		font-family: verdana;
		font-size: 12px;
		font-weight: bold;
		
		color: #6a6b55;
		
	}
	
	li {
		list-style: none;
		float: left;
		
		margin-left: 20px;
	}
	
	#footer {
		width: 808px;
		height: 12px;
		
		background: url('images/footer.png') left top no-repeat;
	}
        .clear {clear:both;}
