/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: justify;
	color: #555E4F;
	background-color: #C3B2B2;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 760px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #FFFFFF;
	border-bottom: none;
	position: relative;
	background-color: #344E5F;
	color: #E9EAE2;
}

#header h1 {
	float: left;
	display: inline;  /* <---Solution for bug IE6 */
	font-size: 55px;
	letter-spacing: 10px;
	color: #E9EAE2;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#header h2 {
	float: right;
	font-size: 18px;
	letter-spacing: -1px;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}


a {
	color: #843a16;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #006600;
	text-decoration: underline;
}

/* Menu */

#menu1 {
	float: left;
	width: 200px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
	letter-spacing: 1px;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 200px;
	padding: 15px 0px;
	background-color: #344E5F;
	border-top: 1px solid #323B2E;
	border-bottom: 1px solid #788770;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
}

#menu1 a:hover {
	background-color: #AFB3A5;
	border-top: 1px solid #555E4F;
	border-bottom: 1px solid #555E4F;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #E9EAE2;
}

#colOne {
	float: left;  /* <---Solution for bug IE6 */
	width: 200px;
	padding-top: 20px;
}

#colTwo {
	float: right;
	width: 500px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #344E5F;
}


#footer {
	width: 700px;
	margin: 0 auto;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 11px;
}
img.floatRight {
	float: right;
	padding-right: 0px;
	padding-left: 6px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.superscript {
	font-size: medium;
}
.indent {
	padding-left: 10px;
}
#content #colTwo p {
	line-height: 18px;
	color: #344E5F;
}
#content #colTwo ul {
	line-height: 18px;
	color: #344E5F;
}
.strong {
	font-weight: bolder;
}

#thumbs {
	width: 300px;
	position: relative;
	height: 100px;
}
#aquarium {
	width: 120px;
	position: absolute;
}
#ladybug {
	width: 120px;
	position: absolute;
	left: 140px;
	bottom: .5px;
}
#colTwo h1 {
	letter-spacing: .1em;
	margin-bottom: 20px;
}
.center {
	text-align: center;
}
#update {
	text-align: right;
	font-size: 0.7em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
