/* CSS Document */
body {
	
	background-color: #666666;
}
#container {
	display: block;
	height: 765px;
	width: 1024px;
	position: relative;
	background-color: #DDE6EC;
	
}

#banner {
	display: block;
	height: 232px;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#navbar {
	display: block;
	height: 60px;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 230px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	display: block;
	padding: 15px;
	height: 350px;
	width: 518px;
	position: absolute;
	left: 401px;
	top: 355px;
	overflow:auto;
	
	scrollbar-base-color: #DDE6EC;
	scrollbar-face-color: #A99E78;
	scrollbar-track-color: #DDE6EC;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

#content a:link {
	color: #C6AE37;
	text-decoration: none;
	font-weight: bold;
}
#content a:visited {
	color: #C6AE37;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}


#corner {
	background-image: url(images/corner4.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 500px;
	width: 400px;
	position: absolute;
	left: 0px;
	top: 285px;
}

#pic {
	display: block;
	height: 383px;
	width: 300px;
	position: absolute;
	left: 29px;
	top: 29px;
}

#pic2 {
	display: block;
	height: 94px;
	width: 102px;
	position: absolute;
	left: 223px;
	top: 298px;
	z-index: 50;
	
}

#title {
	display: block;
	height: 50px;
	width: 193px;
	position: absolute;
	left: 759px;
	top: 290px;
}
