@charset "utf-8";
/* CSS Document */

body, div{text-align: center; margin:auto; padding:0; background: transparent; font-size:12px;font-family:arial; color:#000;word-break:break-all;}

.white		 { color:#FCFCFC; }
.green		{ color:green;}

/* new */
#content{
	width:770px!important;
	width:778px;
	background-image: url(../images/bg_wall.jpg);
}


#menu a:link	 {color: white; text-decoration: none}
#menu a:visited	 {color: white; text-decoration: none}
#menu a:hover	 {color: white; text-decoration: underline}
#menu a:active	 {color: red; text-decoration: none}


#wall{
	width:750px;
	height:57px;
	background:url(../images/bg_wall.jpg) no-repeat;
	margin-top:4px;
}

/* pape number */
#pagenum { text-align:center;font-size:14px;	line-height:25px;	background:#78B01A;margin:10px 0px 10px 0px;color:white;background:#78B01A; }
#pagenum a:link	 {color: white; text-decoration: none}
#pagenum a:visited	 {color: white; text-decoration: none}
#pagenum a:hover	 {color: white; text-decoration: underline}
#pagenum a:active	 {color: red; text-decoration: none}


#bar{
	width:735px!important;
	width:750px;
	height:25px;
	line-height:25px;
	background:#78B01A;
	margin-top:2px;
	color:#006000;
	text-align:left;
	padding-left:15px;
	position:relative;
	background-color: #78B01A;
}

.btn{
	width:72px;
	height:17px;
	float:right;
	margin-right:10px;
	margin-top:5px;
}



/* footer */
#footer{
	width: 100%;
	height:40px;
	padding-top:25px;
	text-align:center;
	background-image:url(../images/bg_footer.gif) center center;
	background-repeat:no-repeat;
}
#footer_detail{
	background: transparent;
	width: 100%;
	height:57px;
	padding-top:25px;
	text-align:center;
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	border:0px solid red;
	width:750px;
}

