* {
    padding: 0;
    margin: 0;
} 

body {
background:  #EEF0DF url(../pic/back_page.png) repeat;/* : #EEF0DF; /*#F8F8F2;*/
font-family:Georgia, "Times New Roman", serif;
color:#6a6460; /*#8c817b*/
font-size: 12px;
line-height: 22px;
}

a img{ border: none;}

#content img { border: none; display: block; margin: 0 auto 0 auto;}
a { color: #444;  }
a:hover { text-decoration: none; color : #444; }

#wrap {
margin: 0 auto 0 auto;
width: 730px;
}

#header { 
padding:20px 0 20px 0;
background-color:#F8F8F2;
text-align: center;
}
#header h1 {
font-size: 26px;
font-weight: 100;
/*letter-spacing: -3px;*/
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #fff;
text-decoration: none;
}
#header h2 {
color: #86cedd;
font-size: 18px;
font-weight: 100;
padding: 0 0 0 11px;
line-height: 12px;
}
.cita{font-style: italic; margin: 0px 40px;}
.cita span{text-align: right;}

/*---------------------menu digg--------------------------------*/
#topbar{
	font-size:14px; 
	color: #5C5C51; 
	background:#CED0C1; 
	font-weight:bold; 
	padding:6px; 
	overflow:auto;
	height:1%;
	clear:both;}
	  
#topbar a{
	color: #5C5C51; 
	text-decoration:none; 
	margin:0 10px; 
	height:23px; 
	line-height:23px; 
	float:left; 
	display:block;}

a.active{ 	
	height:23px;
	line-height:23px; 
	background:url(../pic/tb_a.png) right top no-repeat;
	padding-right:10px;}
	
a.active span{ 
	background:url(../pic/tb_span.png) left top no-repeat; 
	height:23px; display:block; 
	padding-left:10px;}
	
#middlebar{
	font-size:11px; 
	color: #5C5C51; 
	background:#DEDECE; 
	font-weight:bold; 
	padding:6px; 
	overflow:auto; 
	height:1%; 
	clear:both;}
	
#middlebar a{
	color:#5C5C51; 
	text-decoration:none; 
	margin:0 5px; 
	padding-right:10px; 
	height:23px; 
	line-height:23px; 
	display:block;
 	float:left; 
	background:url(../pic/mb_a.png) right top no-repeat;}
	
#middlebar a span{
	background:url(../pic/mb_span.png) left top no-repeat;
	height:23px; 
	display:block;
	padding-left:10px;}
#middlebar a.active{ 	
	height:23px;
	line-height:23px; 
	background:url(../pic/tb_a.png) right top no-repeat;
	padding-right:10px;}
	
#middlebar a.active span{ 
	background:url(../pic/tb_span.png) left top no-repeat; 
	height:23px; display:block; 
	padding-left:10px;}

/*---------------------------------------------------------------------------*/

#content {
background-color: #F8F8F2;;/*#EEF0DF;*/
padding: 10px 20px;
}

#content h2 {
color: #444;
font-size: 24px;
font-weight: 100;
padding : 20px 0 15px 0;
}

.right {
width: 150px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 12px;
}

#top {
/*background: #555 url(images/top.jpg) no-repeat;*/
padding: 0;
}


#footer {
background-color: #F8F8F2;
text-align: center;
font-size: 11px;
padding: 10px 0 10px 0;
}

.clear  { clear: both; }
