h3{
	background: url(../common/img/bg02.gif) repeat;
	height:40px;
	padding-left:10px;
	padding-top:5px;
	text-align:left;
	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, #6E6E6E 30%, #5E5E5E);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #6E6E6E), color-stop(1.0, #5E5E5E));
	border: 3px solid #A3A3A3;
	background-color: #DDDDDD;
	width:290px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	height:45px;
	margin:0 0 10px 12px;
	position:relative;
}

#image img{
	width:100%;
}

#text{
	padding:5px 5px 5px 5px;
	letter-spacing:3px;
}

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

#list img{
	padding:5px 0 0 10px;
	float:left;
}

#list p{
	margin-left:50px;
	padding-top:12px;
}