html, body {
	scrollbar-face-color: #6699cc;
	scrollbar-highlight-color: #6699cc;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #99ccff;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #336699;
	scrollbar-track-color: #99ccff;
	background-image: url(./images/bg.gif);
	font-family: Verdana,sans-serif;
}

/* text */

h1 {
	font-size: 22px; 
	text-align: center;
}
h5 {
	margin: 2px;
	text-align: center;
}
ul {
	margin-top: 4px;
	margin-bottom: 4px;
}
a {
	color: #202020; 
	font-size:12px; 
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}
.firstletter {
	float: left;
	font-size: 2.5em;
	line-height: 0.9em;
	font-family: Comic Sans MS;
	font-weight: bold;
	margin-right: 0.2em;
	color:#202020;
}
.header {
	color: #000000;
	font-size: 12px;
	text-align: right;
}
.menuitem {
	font-weight: bold;
	color: #0089ce;
	font-size: 10px;
	text-decoration: none;
	line-height: 45px;
}
.menuitem:hover {
	color: #9cb7ee;
}
.home {
	font-size: 16px;
	font-family: Comic Sans MS;
}
.title {
	text-align: center;
}
.content {
	font-size: 10px; 
	font-family: Verdana; 
	text-decoration: none;
}
.footer {
	text-align: center;
}

/* divs */

div.wrapper { 
	width: 720px;
	height: 1250px;
	position: absolute; 
	left: 50%; 
	margin-left: -361px; 
	z-index:0; 
	background-color: #a5bef0;
}

div.header {
	border: 1px solid black;
	height: 100px;
	width: 718px;  
	z-index: 1;
	position: absolute;
	background-image: url(./images/header.png);
}

div.photohead {
	border: 1px solid black;
	height: 239px;
	width: 718px; 
	top: 102px; 
	z-index: 1;
	position: absolute;
	background-image: url(./images/Home.png);
}

div.menu {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 45px; 
	width: 720px; 
	top: 341px;  
	z-index: 1; 
	position: absolute;
}

div.menuitem {
	border-left: 1px solid black;
	border-right: 5px solid #0089ce; 
	height: 45px; 
	width: 114px;  
	z-index: 1; 
	text-align: center;
	float:left;
	background-image:url(./images/button.gif);
}

div.menuitem:hover {
	background-image:url(./images/button_rollover.gif);
	cursor: pointer;
}

div.home {
	height: 792px; 
	width: 718px; 
	top: 396px;  
	padding: 10px; 
	z-index: 1; 
	position: absolute;
}

div.contentitem {
	height: 792px; 
	width: 718px; 
	top: 396px;  
	z-index: 1; 
	position: absolute;
	display: none;
	overflow: auto;
}

div.contentwrap {
	height: 160px; 
	width: 610px;
	padding: 5px;
	z-index: 1;
	position: absolute;
}

div.title {
	top: 0px;
	left: 5px;
	height: 160px;
	width: 250px;
	padding: 5px;
	position: absolute;
}

div.content {
	left: 270px;
	border-right: 10px solid #0089ce;
	width: 380px;
	height: 160px;
	top: 50%; 
	margin-top: -80px;
	padding: 5px;
	margin-left: 25px;
	background-color: #e6e6ff;
	position: absolute;
	overflow: auto;
}

div.footer {
	border: 0;
	height: 60px;
	width: 720px; 
	top: 1190px; 
	z-index: 1;
	position: absolute;
	background-image: url(./images/footer.png);
}