/* CSS Document */

/* copyright Keystone Design 2005 
written by Rhiannon Lassiter */

body {
	font-family: verdana, sans-serif;
	background: #99cccc;
}

h1 {
	font-size: 2em;
	margin: 0px;
	}
	
h2 {
	font-size: 1.5em;
	}
	
h3 {
	font-size: 1.2em;
	}

p {
	font-size: 0.8em;
	}


/* Header */
.header {
	padding: 10px;
	height: 2.5em;
	z-index: 2;
}

/* everything that isn't the header */

.everything {
	display: block;
	padding-bottom: 15em;
	position: absolute
}

/* flavour */
.flavour1 {
	position: absolute;
	background: #ccffff;
	border: solid 1px #669999;
	color: #006666;
	padding: 0.2em;
	padding-left: 0.5em;
	height: 1em;
	margin-top: 1em;
	margin-right: 1em;
	font-weight: bold;
	width: 95%;
	z-index: 2;
}

.flavour2 {
	position: absolute;
	background: #ccffff;
	border: solid 1px #669999;
	color: #006666;
	padding: 0.2em;
	padding-right: 0.5em;
	height: 1em;
	margin-top: 1em;
	margin-right: 1em;
	font-weight: bold;
	bottom: 1em;
	width: 95%;
	text-align: right;
	z-index: 2;

}

.flavour1 p, .flavour2 p {
	margin: 0px;
}



/* Navigation menu box */
.navigate {
	position: absolute;
	background: #ffccff;
	border: solid 1px #996699;
	color: #660066;
	padding-right: 20px;
	top: 4em;
	width: 10em;
		z-index: 2;

}

.navigate ul {
	line-height: 2em;
}

.navigate a {
	text-decoration: none;
	color: #660066;
}

.navigate a:hover {
	font-weight: bold;
}

.logo {
	position: absolute;
	padding-right: 20px;
	bottom: 3em;
	width: 10em;
		z-index: 1;

}

/* Content box */

.content {
	position: relative;
	top: 8em;
	left: 9em;
	margin-right: 11em;
	padding: 10px;
	background: #ccccff;
	border: solid 1px #663399;
	color: #330066;
	z-index: 3;
	width: 75%;

}

.content a {
	text-decoration: none;
	color: #330066;
}

.content a:hover {
	font-weight: bold;
}

.content img {
	float: left;
	padding: 1em;
	margin-right: 0.5em;
	background: #99cccc;
	border: solid 1px #663399;
}

.hole {
	float: right;
	padding: 1em;
	margin-right: 0.5em;
	background: #99cccc;
		border: solid 1px #663399;
		color: #000000;
		font-size: 0.8em;
}

.hole a {
	font-weight: bold;
		color: #006666;
	}
	
.hole a:hover {
		color: #000000;
	}	



/* credits */

.credits {
	position: absolute;
	bottom: 6em;
	right: 1em;
	padding: 10px;
	background: #99ccff;
	border: solid 1px #006699;
	color: #003366;
	z-index: 4;
	width: 10em;
	font-size: 0.8em;
}