div, ul, p{
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}
body {
    color: #333;
    background: #ffffff;
    font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
}
ul{ margin:0; padding:0;}
li{ list-style:none; margin:0; padding:0;}
img{ border:0;}
a:link, a:visited {
    color: #333;
    text-decoration: none;
}
a:hover{ color:#FF6600;}
.clear{ clear:both;}
/*global width define*/
.top,.banner,.line,.main,.flinks,.footer{ width:986px;clear:both; position: relative;margin:0px auto;}
.top{ margin-bottom:1em;}
.banner{ margin-bottom:0.2em; margin-top:2px;;}
.line{
	height:3px;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.main{ margin-top:1em;}


.footer .left{
	background-color:#EFEFEF;
 	height:47px;
	width:215px;
	float:left;
	background-image: url(../images/footer_left.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.footer .right{
	background-color:#EFEFEF;
	float:right;
	height:47px;
	width:691px;
	background-image: url(../images/footer_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.footer .right p{ margin-top:0.5em; text-align:right; margin-right:2em;}

/*-home banner----------------------*/
.home{
	background-image:url(../images/home_banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:192px;
	width:986px;
}


