﻿@import url("htmls.css");
#wrap{
	width:807px;
	background:url(bg.gif);
	margin:20px auto;
	_margin:20px auto 0 auto;
}
		#wrap .top{
			background:url(top.gif) no-repeat;
			height:12px;
			_height:5px;
		}
		#wrap .bottom{
			background:url(bottom.gif) no-repeat 0 bottom;
			height:12px;
			clear:both;
		}	
		#wrap #logo{
			background:url(storelogo.gif) no-repeat;
			width:146px;
			height:264px;
			float:left;
			margin: 80px 40px 0 45px;
			_margin: 80px 40px 0 25px;
		}
		#wrap #content{
			padding: 50px 10px 0 30px;
			color:#fff;
			text-align:left;
			overflow:hidden;
		}
		*+html #wrap #content{
			float:left;
		}		
				#wrap #content h1{
					color:#ff9900;
					margin:0;
					padding:0;
					font-size:18px;
				}	
				#wrap #content p{
					margin:0;
					padding:8px 0;
				}
				#wrap #content hr{
					background:#424e5b;
					height:2px;
					margin:10px 10px 10px 0;
					padding:0;
					border-top:1px solid #424e5b;
					border-bottom:1px solid #7a8693;
				}
				#wrap #content ul{
				}
						#wrap #content ul li{
							padding:10px 20px 10px 60px;
							height:48px;
						}
						#wrap #content ul li.lock{
							background:url(lock.gif) no-repeat;

						}	
						#wrap #content ul li.owner{
							background:url(owner.gif) no-repeat;
						}
				#wrap #content .info{
				color:#a3a3a3;
				}														

