/*structure*/

*{
	margin:0;
	padding:0;
}

body{
	text-align:center;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	
}

#container{
	margin:5px auto;width:760px;}


/*sidebar*/


#sidebar{
	float:left;
	width:128px;
	text-align:left;
}

.sidebar_top{
	background-image: url(../images/sidebar_top_bg.jpg);
	background-repeat: no-repeat;
	height:16px;
}

.sidebar_btm{
	background-image: url(../images/sidebar_btm_bg.jpg);
	background-repeat: no-repeat;
	height:16px;
}

.sidebar_content{
	background:url(../images/sidebar_bg.jpg) repeat-y;
}

#sidebar_adjust{
    background:url(../images/sidebar_bg.jpg) repeat-y;
	width:128px;
}


.telephonenumber{
    
	margin:6px auto;
	color:#91a33d;
	font-weight:normal;
	border-top:5px solid #91A33D;
	border-bottom:5px solid #949a30;
	padding:8px 0;
	text-align:center;
	line-height:24px;
	font-size:18px;
	width:126px;
}

/*content*/

#content{
	float:right;
	width:606px;
	text-align:left;
	margin-right:7px;
}





.content_top{
	background-repeat: no-repeat;
	height:16px;
}
.content_btm{
	background-repeat: no-repeat;
    height:16px;
}


/*main_title*/


.main_title{
	height:84px;
	background-repeat: no-repeat;
}


/*main_nav*/

#main_nav{
	position:relative;
	top:9px;
	width: 606px;
	margin: 0 auto;
}

#main_nav ul{
	text-align:left;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	list-style:none;
	color: #602e8d;
	width: 594px;
	padding:8px 0 8px 10px;
	margin:0 1px;
	
}

#main_nav ul li{
    font-size:11px;
    font-family: Arial;
	font-weight:bold;
	display:inline;
	padding:0 10px;
	border-left: 1px solid #63338b;
}

#main_nav ul li a{
    color: #63338b;
	text-decoration:none;
}
#main_nav .first{border:none;}

#container #current a{color:#79955a;}

.main_picshow{border-top:7px solid #fff;
              border-bottom:7px solid #fff;
			  background-repeat:no-repeat;}

#main_adjust{}

#main_info{width:606px;margin:0 auto;}

.info{padding:20px 30px 5px 30px;color:#686667;font-size:9pt;line-height:1.5em;font-weight:normal;letter-spacing:0px;}

#footer{
	clear:both;
	text-align:right;
	padding-right:50px;
	color:#686667;
	font-size:8pt;
	line-height:2em;
	font-weight:bold;
	letter-spacing:0px;
}
#footer a{color:#686667;text-decoration:none;}
