/* GENERAL
------------------------------------------*/

* {margin:0;padding:0;}

abbr {font-style: normal;}


/* Header Style 
------------------------------------------*/
#container {position: relative; margin-left: 100px; margin-right: auto; width: 900px; 
	   text-align: left; font-size: 12px; link-height: 18px;
	   }
#index05 {background: url(http://www.gaoshan.org/2005/mountainback.jpg) no-repeat top center;}

#header {margin-bottom: 10px; margin-top: 20px; margin-left: 40px}

#header a {text-decoration: none; font-size: 9pt; border: 1px solid blue; color: maroon
          }


#header a:hover {text-decoration: underline;}
h1 {margin-bottom: 10 px; color: navy}
		
#content {
	position: relative; 
	width: 800px;}



/* body style
------------------------------------------*/
h3 {color: black; font-style: black arial}
h4 {color: white; font-style: italic}

#homepic {float: left; margin-right: 10px; margin-left: 10px; position: relative}

#hometext {width: 250px; float: left; padding-left: 10px; font-family: georgia; font-size: 16px
         }	




/* 2 BOXES ON HOMEPAGE
------------------------------------------*/


#box1 {float: left; clear: left}
#box2 {float: left;}
#box3 {float: left;}

dl.box {
	width: 180px; 
	height: 200px; 
	float: left;
	background: transparent url(http://www.gaoshan.org/2005/bgrpattern.gif) no-repeat top left;
	}

dl.boxlink {
	width: 180px; 
	height: 200px; 
	float: left;
	background: transparent url(http://www.gaoshan.org/2005/bgrwall.jpg) no-repeat top left;
	}

	dl#box1 {margin: 0 20 0 40px;}
	dl#box2 {margin: 0 60 0 40px;}
	di#box3 {margin: 0 0 0 0px;}
	
	
	dl.box dt {
		position: relative;
		font-size: 12px; 
		font-weight: bold; 
		color: #006; 
		margin: 12px 10px 0 15px; 
		height: 85px;
		}

	dl.boxlink dt {
		position: relative;
		font-size: 24px; 
		font-weight: bold; 
		color: #006; 
		margin: 12px 10px 0 15px; 
		height: 40px;
		}
		
		
	
	dl.box dd 
	{font-size: 12px; line-height: 14px; margin: 10px 10px 10px 15px;}

	dl.boxlink dd 
	{font-size: 20px; line-height: 14px; margin: 0px 35px 0px 15px;}
	
	dl.box dd a  
	{display: block; text-align: right; 
	text-decoration: none;
	background: url(link_arrow2.gif) no-repeat center right; 
	height: 10px; padding-right: 23px;
	color: #4c4ccc;}

	dl.boxlink dd a  
	{display: block; text-align: right; 
	text-decoration: none; target: _blank
	background: url(link_arrow2.gif) no-repeat center right; 
	height: 30px; padding-right: 23px;
	color: #4c4ccc;}

	
	
	dl.box dd a:hover {text-decoration: underline;}
	dl.boxlink dd a:hover {text-decoration: underline;}
	
	dl#box1 dt { background: url(http://www.gaoshan.org/2005/home1_150x88.jpg) no-repeat left bottom}
	dl#box2 dt { background: url(http://www.gaoshan.org/2005/home2_150x88.jpg) no-repeat left bottom}

#copyright {color: #9932CC; text-align: right; margin-top: 20px}
	



