@import url("web.css");
#page{
	padding-top:20px;
	padding-bottom:20px;
}
#main{
	font-size:14px;
	background: url(../images/bg2.gif) repeat-y left top;
	width:427px;
	margin-top:5px;
	margin-bottom:26px;
	margin-left:50px;
	float:right;
}
#title{
	background:url(../images/bg1.gif) no-repeat left top;
	padding-top:35px;
	height:30px;
	font-weight:bold;
	padding-left:30px;
	font-size:16px;
	color:green;
}
#title em{
	font-size:10px;
	font-style: normal;
	text-transform: uppercase;
	padding-left:6px;
	color:gray;
}
#value{
	background:url(../images/bg3.gif) no-repeat left bottom;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	line-height:26px;
}
#name{
	font-size:14px;
	font-weight:bold;
	color:red;
}
.title{
	font-weight:bold;
	color:green;
	line-height:40px;
	font-size:14px;
}

.value{
	padding-left:20px;
	font-size:12px;
	line-height:22px;
	color:#666;
}
