html, body {
	text-align: left;
	background-color: #fff;
	background: url("../images/porcelainfishSmall.jpg") no-repeat bottom right;
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;
}

#comments {
	position: absolute;
	bottom: 140px;
	right: 140px;
}

.invisibleImageText {
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
}

#container {
	background: url("../images/fishedLogo2.jpg") no-repeat top left;
	height: 250px;
	margin: 0;
	padding: 165px 0 0 0;
}

#menu {
	background: url("../images/atlanteanGlyphs.gif") top left;
	background-color: #fff;
	margin: 0;
	height: 1.3em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

	#menu ul.admin {
		position: absolute;
		top: 197px;
		left: 0;
		background-color: #fff;
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;
		width: 100px;
	}

	#menu li {
		display: inline;
		margin: 0;
		padding: 0 0 0 5px;
	}

	#menu a { 
		color: #3e4c55;
		text-decoration: none;
		font-weight: bold;
		font-size: 15px;
	}
	
		#menu a.isSub {
			font-weight: normal;
			font-size: 12px;
		}
	
	#menu a:hover {
		color: #036;
		text-decoration: underline;
	}

#content {
	padding: 5px 0 20px 220px;
	margin: 0;
	color: #3e4c55;
	font-size: 14px;
	clear: right;
}

.item img {
	float: left;
	margin: 0 5px 0 0;
}

.item {
	float: left;
	clear: left;
	margin: 0 0 10px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #999;
	width: 80%;
}

p:first-letter,
form label:first-letter{
	color: #066;
	font-size: 1.5em;
}

.firstLetter {
	color: #066;
	font-size: 1.5em;
}

h2 {
	color: #066;
}

h3 {
	color: #036;
	margin: 0;
}

#footer {
	clear: left;
	margin: 20px 0 0 250px;
	padding: 0;
	color: #3e4c55;
	font-size: 12px;
}

	#footer a { 
		color: #3e4c55;
		text-decoration: none;
		font-weight: bold;
		font-size: 12px;
	}
	
	#footer a:hover {
		color: #003366;
		text-decoration: underline;
	}

a {
	color: #3e4c55;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}






/****
Forms
****/
form label {
	display: block;
	margin: 0 0 10px 0;
	font-weight: normal;
}

form label.seperated {
	display: inline;
}
	

textarea {
	display: block;
	width: 500px;
	height: 100px;
}

input.longtext {
	width: 400px;
}

.collection form {
	margin: 0 0 45px 0;
}

select {
	display: inline;
}
