@charset "UTF-8";
/* CSS Document */

<style type="text/css">

body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.oneColFixCtrHdr {
	background-color: #000000;
}

.oneColFixCtrHdr #header {
	background-color: #000000;
	color: #336666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	font-weight: normal;
	width: 780px;
}
#indexcontainer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	background-image: url(images/infoart/ocotopus_large.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px;
	font-size: 14px;
	font-style: normal;
	color: #666633;
	background-color: #000000;
}
.oneColFixCtrHdr #container #header #mainContent #infotext h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336666;
	font-weight: lighter;
	font-variant: normal;
}


.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	border: 1px none #FF0000;
}

.oneColFixCtrHdr #galleryContent {
	color: #996600;
	background-color: #000000;
	padding-top: 0;
	border: 1px solid #333333;
	width: 780px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.oneColFixCtrHdr #container #collageContent {
	width: 550px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.oneColFixCtrHdr #mainContent {
	color: #999966;
	background-color: #000000;
	border: 1px solid #333333;
	width: 780px;
	background-image: url(images/infoart/bioborder_long.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}

.oneColFixCtrHdr #mainContent #infotext {
	width: 400px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: lighter;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.oneColFixCtrHdr #contactmainContent {
	color: #999966;
	background-color: #000000;
	border: 1px solid #333333;
	width: 780px;
	background-image: url(images/infoart/hc_studio.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}

.oneColFixCtrHdr #contactmainContent #contacttext {
	width: 300px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: lighter;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-repeat: no-repeat;
}

#indeximage {
	border:1px solid #333333;
}


.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #99CCCC;
	color: #000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#navcontainer
{
	padding: 0;
	height: 20px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666633;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: right;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #333300;
width: 100px;
height: 16px;
border-top: 1px solid #000000;
border-left: 0px solid #000000;
border-right: 1px solid #000000;
padding: 0;
margin: 0 0 10px 0;
color: #336666;
text-decoration: none;
display: block;
text-align:center;
font-size:10px;
padding-top: 3px;
}

#navcontainer ul li a:hover
{
color: #999966;
background: #000000;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}

#subnavcontainer
{
	padding: 0;
	height: 25px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 700px;	
}

#subnavcontainer ul
{
	border: 0;
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#subnavcontainer ul li
{
	display: block;
	float: left;
	font-size: 16px;
	color: #666633;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subnavcontainer ul li a
{
	width: 110px;
	height: 0px;
	color: #336666;
	text-decoration: none;
	display: block;
	text-align:center;
	font-size:10px;
	background-color: #000000;
	padding: 5px;
}


#subnavcontainer ul li a:hover
{
	color: #CC9900;
	text-decoration: none;
	font-size:12px;
	background-color: #000000;
}

#subnavcontainer a:active
{
	background-color: #000000;
}

#subnavcontainer li#active a
{
	background-color: #000000;
}


#detailnav {
	border-color: opacity:.40
	left: 300px;
	margin-left: 0px;
	background-color: #000000;
	font-size: 10px;
	color: 999966;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #999966;
	text-align: left;
	padding-bottom: 0px;
	line-height: 30px;
}

#gallerynavcontainer
{
	padding: 0;
	height: 25px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666633
}

#gallerynavcontainer ul
{
	border: 0;
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#gallerynavcontainer ul li
{
	display: block;
	width: 52px;
	float: left;
	font-size: 14px;
	color: #996600;
	text-align: center;
	margin: 0;
	padding: 0px;
}

#gallerynavcontainer ul li a
{
	height: 0px;
	color: #339999;
	text-decoration: none;
	display: block;
	text-align:center;
	font-size:10px;
	background-color: #000000;
	padding: 2px;	
}

#gallerynavcontainer ul li a:hover
{
color: #999966;
background: #000000;
}

#gallerynavcontainer a:active
{
background: #000000;
color: #fff;
}

#gallerynavcontainer li#active a
{
background: #000000;
color: #fff;
}

a:link {
	color: #336666;
	text-decoration: none;
}

a:visited {
	color: #336666;
	text-decoration: none;
}

a:hover {
	color: #996600;
	text-decoration: none;
}

a:active {
	color: #996600;
	text-decoration: none;
	}
	
a img {border: none; }

#imagetitle {
	font-size: 9px;
	color: #996600;
	height: 100px;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	margin-left: 645px;
	margin-top: 150px;
}

#galleryimage {
	border: 2px none #666633;
}

#collageContent ul {
	list-style-type: none;
}

#collageContent ul li {
	float: left;
	height: 30px;
	width: 30px;
	padding: 30px;
}




