body {
	background-color:#FFFFCC;
	color:#000000;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	font-family:Georgia,serif;
	width:800px;
	height:auto;
}

#header {
	width:100%;
	height:100px;
	position:absolute; top:0px; left:0px;
	border:none;
	background-color:#006697;
	color:#FF6600;
}

div.navigation {
	background-color:#66CCCC;
	color:#000000;
	width:155px;
	height:auto;
	border:ridge;
	border-width:2px;
	padding:8px 0px 0px 5px;
	position:absolute; top:175px; left:10px;
}

.footer {
	font-size:.75em;
	width:600px;
	position:relative; top:140px; left:200px;
	text-align:center;
}

div.main {
	width:600px;
	height:auto;
	position:relative; top:110px; left:200px;
}

a.nav {
	display:block;
	background-color:#66CCCC;
	background-image:url(../images/applecore.gif);
	background-repeat:no-repeat;
	width: 26px;
	height: 32px;
	text-align: center;
	padding-top:5px;
	padding-left:35px;
	text-decoration:none;
	color:#000000;
	font-size:1em;
}

a.nav:hover {
	display:block;
	background-color:#66CCCC;
	background-image:url(../images/applecore_over.gif);
	background-repeat:no-repeat;
	width: 26px;
	height: 32px;
	text-align: center;
	padding-top:5px;
	padding-left:35px;
	text-decoration:none;
	color:#000000;
	font-size:1em;
	font-weight:800;
}

a.active {
	display:block;
	background-color:#66CCCC;
	background-image:url(../images/apple_32.gif);
	background-repeat:no-repeat;
	width: 26px;
	height: 32px;
	text-align: center;
	padding-top:5px;
	padding-left:35px;
	text-decoration:none;
	color:#000000;
	font-size:1em;
}

a.active:hover {
	display:block;
	background-color:#66CCCC;
	background-image:url(../images/apple_32.gif);
	background-repeat:no-repeat;
	width: 26px;
	height: 32px;
	text-align: center;
	padding-top:5px;
	padding-left:35px;
	text-decoration:none;
	color:#000000;
	font-size:1em;
	font-weight:800;
}

a.norm,
a.norm:visited {
	background-color:#FFFFCC;
	color:#0000FF;
}

a.norm:hover {
	font-weight:800;
}

h2 {
	text-decoration:underline;
}

.postit {
	text-transform:uppercase;
	text-decoration:none;
}

.sticker {
	background-color:#FFFF66;
	color:#000000;
	border-style:outset;
	border-width:5px;
	width:400px;
	height:auto;
	position:relative; left:30px;
	text-align:center;
}

.stickerl:visited,
.stickerl {
	background-color:#FFFF66;
	color:#0000FF;
}

.stickerl:hover {
	font-weight:800;
}

caption {
	font-weight:800;
}

td,
table {
	border-style:groove;
	border-width:2px;
	border-collapse:collapse;
	padding:3px;
	text-align:center;
}

.medal {
	position:absolute; top:10px; left:12px;
	border:none;
}

img {
	border:none;
}

.bold {
	font-weight:800;
}

.photolist {
	list-style:url(../images/pictures_24.gif) outside;
}

.navlist {
	list-style:url(../images/pictures_16.gif) outside;
}

.formlist {
	list-style:url(../images/edit_entry_16.gif) outside;
}

.newslist {
	list-style:url(../images/document_16.gif) outside;
}

a.navlisti {
	text-decoration:none;
	color:#000000;
	background-color:#66cccc;
	font-size:.75em;
}

a.navlisti:hover {
	font-weight:800;
}

.picdesc {
	text-align:center;
}

.picnavprev {
	position:relative; top:10px; left:15%;
}

.picnavindex {
	position:relative; top:10px; left:45%;
}

.picnavnext {
	position:relative; top:10px; left:75%;
}

.ulbasic {
	list-style-position: outside;
	list-style-image: url(../images/apple_16.gif);
}
img.rightflt {
	float: right;
	display: inline;
}
img.leftflt {
	float: left;
	display: inline;
}
