* { 
	padding: 0; 
	margin: 0; 
	border: 0; 
	} 

body {
	font: 10px/1.3 verdana, tahoma, sans-serif;
	/*background: #ccc url("images/background-page.gif") repeat-x;*/
	background-color:#f7f7f3;
	text-align: center;
	color: #333;
	overflow-y:scroll;
	}
	
.reset {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 0.1;
	}

.clear{
clear:both;}



/* interface
-------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 900px;
	text-align: left;
	margin: 0 auto;
	border-bottom: 3px solid #903;
	zoom:1;overflow:auto;
	}

	#masthead {
		border: 1px solid #000;
		background: #fff;
			
		}
		
		#masthead img{
		width:898px;
		height:248px;
		}
	 		

		
/*--------------------------------------------------------------------------*/
#clear{
clear:both;}
#contenta {
		/*position: relative;*/
		border: 1px solid #C0C0C0;
		/*border-bottom: 3px solid #903;*/
		background: #fff;
		margin: 8px 0;
		padding: 18px;
		height:620px;
		width:304px !important;
		width:340px;
		float:left;
		}
#contenta h1{
font-size:2em;
font-weight:500;
color:#006699;
word-wrap:break-word;
border-bottom:2px solid #006699;}
#contenta h2{
margin:10px 0 5px 0;
font-size:1.4em;
word-wrap:break-word;
color:#000000;}
#contenta h3{
font-size:1em;
color:#999999;
word-wrap:break-word;}
#contenta p{
/*text-indent: 2em;¶ÎÊ×¿ÕÁ½¸ñ*/
font-size:12px;
color:#000000;

height:95px;
text-transform:capitalize;
word-wrap:break-word;
overflow:hidden;}
#abcimg{
width:300px;
height:200px;
padding:5px;
margin-top:15px;
border:1px solid #C0C0C0;
margin-bottom:25px;
}
#abcimg1{width:300px;
height:200px;
}

	#more{
	
	text-align:right;	
	float:right;}
#contentb {
		/*position: relative;*/
		border: 1px solid #C0C0C0;
		/*border-bottom: 3px solid #903;*/
		background: #fff;
		margin: 8px 0;
		padding: 18px;
		height:620px;
		width:304px !important;
		width:340px;
		float:left;
		margin-left:10px;
		}
		#contentb h1{
font-size:2em;
font-weight:500;
color:#CC6633;
word-wrap:break-word;
border-bottom:2px solid #CC6633;}
#contentb h2{
margin:10px 0 5px 0;
font-size:1.4em;
word-wrap:break-word;
color:#000000;}
#contentb h3{
font-size:1em;
color:#999999;
word-wrap:break-word;
float:right;
margin-bottom:10px;}
#contentb p{
font-size:12px;
color:#000000;
height:160px;
text-transform:capitalize;
word-wrap:break-word;
overflow:hidden;}
#contentc {
		/*position: relative;*/
		border: 1px solid #C0C0C0;
		/*border-bottom: 3px solid #903;*/
		background: #fff;
		margin: 8px 0;
		padding: 18px;
		height:620px;
		width:164px !important;
		width:200px;
		float:right;
		}
	#contentc h1{
	font-size:1.5em;
font-weight:500;
color:#fff;
word-wrap:break-word;
text-align:center;
background-color:#FFCC33;
border:1px solid #C0C0C0;
margin-bottom:10px;}
#pic{
float:left;
width:38px !important;
height:38px !important;
width:40px;
height:40px;
padding:2px;
border:1px solid #C0C0C0;
margin:5px;
}
#picimg{
border:none !important;
width:38px;
height:38px;
}

.tip{
     position:relative;
     color:#00c;
     text-decoration:none;
}
.tip:hover{
     background:none;
     color:#000;
	 text-decoration: none;
	 
}
.tip span {
     display:none;
}
.tip:hover span{
     display:block;
     position:absolute;
	 bottom:40px;
	 right:40px;
     border:none !important;
	 
}
.tip:hover span p {
     color:#f60;
     text-align:left;
	 padding:5px;
     border:1px solid #ccc;
     background:#fff;
	 
}
.tip:hover span img{
   border:none !important;
	 
}
#other{
font-size:12px;
color:#000;
text-transform:capitalize;
word-wrap:break-word;
margin-top:5px;
border-bottom:1px solid #C0C0C0;
}
#other a:link,a:active, a:visited{
display:block;
		color:#333333;
		text-decoration:none;}
#other a:hover {
display:block;
		color: #FFF;
		background-color:#000000;
		
		}

#aaa{
text-align:center;

float:right;
width:162px;}
/* non-navigation links
-------------------------------------------------------- */
a, a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #aa090a;
	color:#FF0000;
	}

	#footer a {
		color: #333;
		}
	
	#footer a:hover {
		color: #000;
		}


/* text
-------------------------------------------------------- */
h2 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 6px;
	}

h3 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 6px;
	}

