h3{
	background: url(../common/img/bg02.gif) repeat;
	height:40px;
	padding-left:10px;
	padding-top:5px;
	text-align:left;
	clear:both;
	font-size:1.2em
}

#image img{
	width:100%;
}

.text{
	padding:5px 5px 5px 5px;
	letter-spacing:3px;
	line-height:20px;
}


#list{
	padding-left:8px;
	clear:both;
}

#list li{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 1px 1px 0px #000000;
	background-image: -moz-linear-gradient(top, #6D5651 30%, #633E37);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #6D5651), color-stop(1.0, #633E37));
	border: 3px solid #999999;
	background-color: #DDDDDD;
	width:290px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	height:45px;
	margin:0 0 20px 5px ;
	position:relative;
}

#list p{
	padding:10px 0 0px 10px;
}

#list a {
	display: block;
	width: 290px;
	height:45px;
} 


#list img{
	position:absolute;
	top:2px;
	right:5px;
}
