@charset "utf-8";
/* CSS Document */

#topPanel{
  width: 100%;
  *margin-top: 0px;
  margin-top: 0px;
	height:67px;
	*height:67px;
	background: url(../images/toppanel.jpg) no-repeat top;
}
#menuPanel{
	width: 100%;
  *margin-top: 0px;
  margin-top: 0px;
	height:48px;
	*height:48px;
	background-color:#eb1922;
}
#screenPanel{
	width: 100%;
	height:193px;
	*height:193px;
	*background: url(../images/screen.jpg) no-repeat top;
}

#ftPanel{
	width: 100%;
  *margin-top: 0;
	margin-top: 0;
	height:52px;
  *height:52px;
	float:left;
	background:url(../images/footpanel.jpg) no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding: 25px 0 0 0 ;
  *padding: 10px 0 0 0 ;
}

#ftPanel a{
	color: #333333;
	text-decoration: none;
}

#ftPanel a:hover{
	color: #ca2026;
	text-decoration: none;
}

#ftPanelContent{
	width: 100%;
  *margin-top: 0;
	margin-top: 0;
	height:52px;
  *height:52px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding: 25px 0 0 0;
  *padding: 10px 0 0 0 ;
	background-image: url(../images/footpanel2.jpg);
	background-repeat: no-repeat;
	background-position: top;

}

#ftPanelContent a{
	color: #333333;
	text-decoration: none;
}

#ftPanelContent a:hover{
	color: #ca2026;
	text-decoration: none;
}

#mainPanel{
	width:950px;
  margin-top: 0px;
  *width:950px;
  background: url(../images/bg_border.jpg) repeat-y ;
}

