@import url(public.css);

.header{
  width:960px;
  height:90px;
  float:left;
}

.logo{
	width:297px;
	height:90px;
	float:left;
}


.navi{
	width:960px;
	height:56px;
	background-color:#B50214;
	float:left;
}

.navi li{
	background-color:#B50214;
	padding-left:20px;
	padding-top:11px;
	float:left;
}

.navi li a{
	font-size:12px;
	color: #FFF;
	text-decoration:none;
}

.navi li a:hover{
	color: #C8CEE8;
	text-decoration:none;
}


#fW_Content {
	DISPLAY: block; FLOAT: left; MARGIN: 5px 5px; WIDTH: 950px; HEIGHT: 300px;
}
#fW_Content IMG {
	WIDTH: 960px; HEIGHT:300px;
}
#fW_Controls {
	DISPLAY: inline; FLOAT: left; MARGIN: 8px 0px 0px 865px; WIDTH: 120px; HEIGHT: 42px;
}

.info{
	width:960px;
	height:auto;
	float:left;
	border-bottom:2px solid #999;
}

.infor{
	width:200px;
	height:auto;
	float:left;
}

.infor ul{
	width:200px;
	height:auto;
}

.infor ul li{ 
    width:200px;
	height: auto;
	padding-top:5px;
	padding-bottom:5px;
    border-bottom:1px #666 dotted;
}

.infor ul li:hover{ 
   background:#FFC;
}

.infor ul li a{ 
   font-size:12px;
   color:#333;
   text-transform:none;
   line-height:5px;
}

.infor ul li p{ 
   font-size:12px;
   color:#333;
   line-height:15px;
   text-transform:none;
}


.infol{
   width:760px;
   height:auto;
   	margin-bottom:10px;
   float:left;
}

.infol ul{
   width:700px;
   height:auto;
   float:right;
   border-bottom:2px  dotted #666;
}

.infol li{
   float:left;
   margin:10px 10px 5px 0px;
}

.footer{
	width:960px;
	height:50px;
	float:left;
}

.footer img{
	margin:10px 0 0 170px;
}

.footer ul li p{
	font-size:12px;
	color: #000;
	text-align:center;
}




