/* CSS Document */
body {
	margin: 0;
	padding: 0;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#logo {
	position: absolute;
	width: 360px;
	height: 65px;
	left: 25px;
	top: 30px;
	background-image: url(images/logo.jpg);	
}
#address {
	position: absolute;
	width: 	250px;
	height: 80px;
	left: 500px;
	top: 18px;
}
#pageContent {
	position: relative;
	margin: 20px auto;
	width: 900px;
	height: 750px;	
	overflow: auto;
	border: 1px solid Gray;
}
#menuBar {
	position: relative;
	background-color: #ffcc00;
	height: 39px;	
	top: 120px;
}
#menuBar ul {
	margin: 0px 0 0 10px;
	padding: 0;
	list-style: none;
	height: 39px;
}

#menuBar ul li {
	float: left;
}
#menuBar ul li a {
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 11px 10px 11px 10px;
	color: #5f5f5f;
}
#menuBar ul li a:hover {
	background-color:#ffd800;	
}
#content {
	position: relative;
	width: 800px;
	top: 150px;	
	margin-left: 20px;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;	
}
h2 {
	margin: 7px 0 7px 0;	
}