/* 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: 500px;
	width: 541px;
	
	position: absolute;
	left: 400px;
	top: 353px;
}

#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;
	
}

.firstline_sm {
font-weight: normal;
	font-size: 14px;
	color: #333333;
	font-family: Pristina, Verdana, sans-serif;
}
#title {
	display: block;
	height: 50px;
	width: 300px;
	position: absolute;
	left: 704px;
	top: 290px;
}
