@charset "UTF-8";
body  {
	font: 100%/1.5 Helvetica, Arial, Verdana, sans-serif;
	background: #003333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
}
a img {
	border-style: none;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 75%;
	color: #333333;
} 
#sidebar1 p {
	color: #666666;
	font-size: 90%;
}
#header {
	background: url(images/mermaidBanner.jpg) no-repeat right bottom;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#headerphil {
	background: url(images/philosophybanner.jpg) no-repeat right bottom;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headerwriting {
	background: url(images/mermaidintubbanner.jpg) no-repeat right bottom;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headerstory {
	background: url(images/storiesword.jpg) no-repeat 270px bottom;
	padding: 0 0px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headerhaiku {
	background: url(images/haikusword.jpg) no-repeat 270px bottom;
	padding: 0 0px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headerdesign {
	background: url(images/designword.jpg) no-repeat 270px bottom;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headerbio {
	background: url(images/profileword.jpg) no-repeat 270px bottom;
	padding: 0 0px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headergraphics {
	background: url(images/graphicsword.jpg) no-repeat 270px bottom;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headerillustr {
	background: url(images/illustrationword.jpg) no-repeat 270px bottom;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headerneedlepoint {
	background: url(images/needlepointword.jpg) no-repeat 270px bottom;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#headerrecentwork {
	background: url(images/recentworkword.jpg) no-repeat 270px bottom;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	
}
#header  img, #headerwriting  img, #headerphil img   {
	margin-top: 20px;
	margin-bottom: 160px;
}
#headerstory img, #headerbio img, #headerdesign img, #headerneedlepoint img, #headergraphics img, #headerillustr img, #headerhaiku img {
	margin: 20px 0px 0px;
	padding: 0px;
}
#mainContentnavbar {
	padding-bottom: 50px;
	padding-top: 15px;
}
#mainContentnavbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background: #006666;
}
#mainContentnavbar li {
	float: left;
	border-left: 1px solid #FFFFFF;
}
#mainContentnavbar li a {
	display: block;
	float: left;
	padding: 4px 20px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	width: 50px;
}
#mainContentnavbar p {
	color: #006666;
	font-size: 100%;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 10px;
}
#mainContentnavbar li a:active, #mainContentnavbar li a:hover, #mainContentnavbar li a:focus {
	display: block;
	float: left;
	padding: 4px 20px;
	text-decoration: none;
	color: #99CCFF;
}
#mainContent {
	margin: 0px 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent a {
	text-decoration: none;
	color: #006666;
}
#mainContent h1, h2, h3 {
	color: #006666;
}
#mainContenthaiku {
	margin: 0px 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContenthaiku img {
	float: left;
	margin-right: 10px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#containertop {
	background: #003333;
	border-bottom: 5px solid #006666;
	padding-right: 30px;
}
#containertop li a:hover, #containertop li a:active, #containertop li a:focus {
	font-weight: bold;
	color: #FFFFFF;
}
#containertop ul {
	list-style: none;
	width: 100%;
}
#containertop li a {
	float: right;
	padding: 8px 30px 8px 0px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 90%;
}
#containerbottom {
	background: #003333;
	width: 100%;
	margin-top: 0px;
	text-indent: 10px;
}
#containerbottom p {
	color: #666666;
	font-size: 90%;
	padding-top: 10px;
	margin: 0px;
}
#footer {
	padding: 0 20px;
	background: #003333 url(images/watersliceLR.jpg) no-repeat center bottom;
	border-bottom: 5px solid #006666;
} 
#footer p {
	padding: 10px 0 90px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #0099FF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.resumebold {
	font-weight: bold;
	color: #333333;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.italic   {
	font-style: italic;
	font-weight: normal;
}
.italicbold {
	font-style: italic;
	font-weight: bold;
}
.barspace {
	margin-right: 2px;
}
.micetype {
	font-size: 80%;
	color: #006666;
}
