body
{
background-image: url(../images/bgwood1.jpg);
}



#wrapper
{
position: relative;
width:1024px;
height:700px;
margin-left: auto;
margin-right: auto;
}

#indexframe
{
position: absolute;
width:935px;
height:476px;
top:136px;
left: 50px;
background-image: url(../images/index_bg.jpg);
background-repeat: no-repeat;
}

#indexbtn1
{
position: absolute;
width:202px;
height:52px;
top:130px;
left: 161px;
}

#indexbtn2
{
position: absolute;
width:402px;
height:52px;
top:130px;
left: 470px;
}


#menu
{
position: absolute;
width:602px;
height:38px;
top:92px;
left:374px;
padding: 0px;
}

#nav
{
position: absolute;
width:666px;
height:55px;
top: 17px;
left: 239px;
}

#logo
{
position: absolute;
width:324px;
height:112px;
top:25px;
left:50px;
background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
}

#indexlogo
{
position: absolute;
width:324px;
height:112px;
top:26px;
left:50px;
background-image: url(../images/index_logo.jpg);
background-repeat: no-repeat;
}

#content{
	position: absolute;
	top:72px;
	left:239px;
	width: 655px; 	
	height: 317px;
	background-image:url(../images/content_background.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	overflow-y: scroll; 
	scrollbar-arrow-color: blue; 
	scrollbar-face-color: #e7e7e7;
	scrollbar-3dlight-color: #a0a0a0;
	scrollbar-darkshadow-color:#888888;
	}

#indexcontent{
	position: absolute;
	top:30px;
	left:10px;
	width: 900px; 	
	height: 145px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}	


#content ul,li{
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 15px;
	list-style: inside url(../images/bullet.jpg);
	
}
	
#copyrightmark
{
   position: absolute;
	top:600px;
	left:40%;
	width: 300px; 	
	height: 30px;
	
}


