@charset "utf-8";
/* CSS Document */
#container{ 
	position:relative;;border:0px solid #5d492e;margin:0 10px 0 10px;z-index:0; height:300px;background-color: #000000; }
#top {width:998px; height:25px;padding-left:10px;padding-top:5px;}
#center{width:280px;
	float:left; padding:10px;overflow:hidden;
	position:relative;
	background-color: #000000;
	 }
#right{
	width:650px;
	float:right;
	padding:10px;
	overflow:hidden;
	background:url(../../../images/center_top.jpg) #1d1006 top repeat-x;
	border:1px solid #f3daa8;
	height:335px;
	position:relative;
	z-index:1;
	margin-top:-80px;
	margin-right:0;
	background-color: #171717;
	}
