/*--format-------------------------------------------------------------*/
#doc{
width:880px;
margin-left:auto;
margin-right:auto;
padding-top:88px;
color:#5a5a5a;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
line-height:22px;
background:url(../img/header.jpg) no-repeat;
}

#bd{
background-image:url('../img/bg_full.gif');
background-repeat:no-repeat;
}

#ft{
border-top:1px #cccccc solid;
color:#5A5A5A;
font-size:12px;
text-align:left;
}

#ft .copyright{
float:right;
text-align:right;
}

.contain{
text-align:center;
}

/*--menu-------------------------------------------------------------*/
#menu{
width:705px;
margin-left:35px;
margin-bottom:10px;
padding-bottom:50px !important;
padding-bottom:30px;
text-align:left;
float:left;
}

#menu li{
float:left;
width:100px;
margin:2px 20px 0 0;
}

#menu a{
display:block;
padding-left:20px;
color:#5A5A5A;
text-decoration:none;
background-image:url(../img/arrow_1.gif);
background-repeat:no-repeat;
background-position:5% 50%;
}

#menu a:hover {
color:#FFFFFF;
background-color:#5a5a5a;
}

/*--content page-------------------------------------------------------*/
#contentPage{
width:800px;
margin-left:auto;
margin-right:auto;
}


/*--other--------------------------------------------------------------*/
p{
margin:0;
padding:0;
}

br{
line-height:20px;
}

ul{
margin:0;
padding:0;
}

img{
border:none;
}

.clear {
	clear: both;
}

.unline{
    text-decoration:underline;
}

.center{
   text-align:center;
}
