html {
	
	
	
	}
	
body {
	
	margin:0px;
	padding:0px;	
	font: 12px/165% Geneva, Helvetica, Arial, san-serif;	
	
	color: #900000;
	}
	
	
.wrapper {
	
	position:relative;
	top: 50px;
	margin: 0 auto;
	height:525px;
	width:960px;
	border:0px solid #999;

	}
	
#content01 {
	z-index:111;
	width:220px;
	overflow:hidden;
	display: inline;
	float: left;
	
	}
#content02 {
	
	z-index:111;
	position: relative;
	width:300px;
	overflow:hidden;
	display: inline;
	float: left;
	top: 50px;
	margin-right: 30px;
	margin-left: 60px;

	
	}
	
	
#content03 {
	width:300px;
	position: relative;
	overflow:hidden;
	display: inline;
	float: left;
	top: 65px;
	}


p {color: #333; }
a {color: #2D5624; text-decoration: none; border-bottom: 1px dotted #333;}
a:hover {border-bottom: 1px dotted #2D5624; background-color: #ede46b;}