html, body {
	background:#DFDFDF;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}
img { border:none;}
a {  text-decoration:none; color:#DE4900;}
a:hover {text-decoration:underline;}
hr {
	border: 0;
	color: #ADB4B7;
	background-color: #ADB4B7;
	height: 1px;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	}
p {
	margin:0 0 10px 0;
	padding:0;
	}
.left { float:left;}
.right { float:right;}

#page {
	width:950px;
	margin:0 auto;
}
#flash {
	position:absolute;
	top:0;
	left:0;
	z-index:200;
	}

#header {
	background:url(../images/header.jpg) no-repeat 0% 0%;
	height:398px;
	position:relative;
	}
#header .menu{
	position:absolute;
	right:3px;
	bottom:0px;
	z-index:100;
	}
#header .menu a {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	color:#1F1F13;
	margin:0 0 0 1px;
	padding-top:9px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	background:url(../images/menu_bg.gif) no-repeat;
	width:229px;
	height:30px;
	display:block;
	float:left;
	}
#header .menu .act { background:url(../images/menu_act.gif) no-repeat; width:235px;}
.side_left {
	font-size:12px;
	float:left;
	width:225px;
	padding:10px;
	}
.welcome {
	background:url(../images/welcome.gif) no-repeat 0% 100%;	
	padding:10px 50px 20px 50px;
	min-height:256px;
	height:auto!important;
	height:256px;
	}
.welc {
	background:url(../images/welcome_.gif) repeat-y;
	float:right;
	width:705px;
	}
.cat { margin-right:10px;}
.welcome ul {
	margin:0;
	padding:0;
	/*
	display: table; 
	_height: 0; 
	zoom: 1;*/
	}
.welcome ul .list{
	margin:0;
	padding:0 0 10px 15px;
	background:none!important;
	list-style:none;
	}
.welcome ul li{
	margin:0;
	padding:0 0 10px 15px;
	background:url(../images/li_bg.gif) no-repeat 0% 4px;
	list-style:none;
	}
.welcome ul li span { font-size:11px;}
.footer {
	height:45px;
	padding-top:20px;
	font-size:12px;
	}
.footer .right { color:#DE4900; text-align:right;}
.footer .right a { font-weight:bold;}