body{
	font-family: arial, tahoma, sans-serif;
	width: 100%; text-align: center;
	background-image: url(header_bkg.jpg); background-repeat: repeat-x;
	margin: 0px;
}
	img { border: 0px; }

.wrap{
	width: 980px; height: auto;
	font-size:11px;  text-align: left;
	background-color: #fff;
}	
	.header{
		float: left; width: 980px; height: 180px;
		background-image: url(header.jpg);
		text-align: right; color: #b55;
	}
		.header a{ color: #b55; text-decoration: none; }
	
	.content{
		float: left; width: 980px; height: auto; padding-top: 21px;
	}
		.left{
			float: left; width: 80px; height: 250px; text-align: center; 
		}
			.left img{ margin-bottom: 3px; }
			
		.img{
			float: left; width: 311px; height: auto; 
		}
			.img img{ margin-bottom: 3px; }
			.img h3{ font-size: 17px; font-weight: normal; color: #aaa; margin: 5px 0 2px 0; }
			
		.mid{
			float: left; width: 270px; height: auto; padding: 0 0 0 20px;
		}
			.mid h1 { width: 220px; font-size: 17px; font-weight: normal; color: #900; margin: 6px 0 4px 0; border-bottom: solid 1px #aaa; }
			.mid a { color: #333; text-decoration: none; }
			.mid a:hover { text-decoration: underline; }
			
		.right{
			float: left; width: 299px; height: auto;
		}		
			.right h2 { font-size: 17px; font-weight: normal; color: #888; margin: 6px 0 4px 0; }
			.right strong { display: block; margin-top: 2px; }
			
.noborder{ border: 0px; }
.clear{ clear: both; font-size: 1px; }
