html { 
	min-height: 99%; 
	height: 99%; 
} 

* html { 
	height: 99%; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0;
	margin: 0;
	min-height: 100%;
	height: 100%;
	background-color: #2F2F2F;
}

p {
	font-size: 70%;
	color: #FFFFFF;
	text-align: left;
	margin: 0 0 1em;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #CCCCCC;
}

a:visited {
	color: #CCCCCC;
}

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

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Times New Roman, Times, serif;
	color: #FFFFFF;
	text-transform: none;
	text-align: left;
}

form {
	color: #FFFFFF;
	text-align: left;
	margin: 0 0 1em;
}

#shell {
	height: 600px;
	width: 800px;
	margin: 0;
	padding: 0;
}

#header {
	height: 110px;
	width: 800px;
	background: url(../images/header.gif) top center no-repeat;
}

#header p {
	visibility: hidden;
}

#colLeft {
	float: left;
	height: 440px;
	width: 319px;
	border-right: solid #666666 1px;
	background: url(../images/contentBackLow.gif) bottom right no-repeat;
	overflow: hidden;
}

#colLeftTopper {
	height: 20px;
	width: 319px;
	text-align: left;
	border-top: solid #666666 1px;
	background: url(../images/contentBackTop.gif) top right no-repeat;
}

#colLeft ul {
	padding: 0px;
	margin: 4px 16px 0px 0px;
	list-style: none;
	text-transform: capitalize;
}

#colLeft li.nav {
	display: inline;
	font-size: 70%;
	margin: 0px;
	padding: 0px 11px 0px 0px;
}

#colLeft li.navLast {
	display: inline;
	font-size: 70%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#colLeft h1, #colLeft h2, #colLeft h3, #colLeft h4, #colLeft h5, #colLeft h6 {
	padding: 10px 0px 10px 46px;
	margin: 0px;
}

#colLeft p {
	padding: 0px 16px 0px 47px;
}

#colRight {
	float: left;
	height: 440px;
	width: 480px;
	text-align: left;
	background: url(../images/galleryBackLow.gif) bottom left no-repeat;
}

#colRightTopper {
	height: 20px;
	width: 480px;
	border-top: solid #666666 1px;
	background: url(../images/galleryBackTop.gif) top left no-repeat;
}

#galFocus {
	float: left;
	height: 420px;
	width: 350px;
}

#imageBox {
	height: 290px;
	width: 290px;
	margin: 15px 25px 0px 16px;
	text-align: center;
	cursor: default;
	position: relative;
}

#imageBox a {
	cursor: default;
}

#imageBox a .preview {
	display: none;
}

#imageBox img {
	padding: 0px;
	border: solid #000000 20px;
}
	
#imageBox a:hover .preview {
	display: block;
	position: absolute;
	left: -62px;
	top: -46px;
	z-index: 1;
}
#colRight p {
	padding: 0px 25px 0px 35px;
}

#colRight h1, #colRight h2, #colRight h3, #colRight h4, #colRight h5, #colRight h6 {
	padding: 0px 25px 0px 35px;
	margin: 10px 0px 0px 0px;
}

#thumbBox {
	float: left;
	background: #ffffff;
	margin-top: 15px;
}

#thumbBox ul {
	height: 290px;
	width: 90px;
	padding: 0px;
	margin: 0px;
	background: #000000;
	list-style: none;
}

#thumbBox li {
	display: inline;
	float: left;
	height: 30px;
	width: 30px;
	margin: 10px 0px 0px 10px;
	text-align: center;	
}

#galSubNav ul {
	float: left;
	width: 90px;
	padding: 0px;
	margin: 23px 0px 0px 0px;
	background: #2F2F2F;
}

#galSubNav li {
	display: inline;
	width: 90px;
	font-size: 70%;
}

#footer {
	clear: both;
	height: 50px;
	width: 800px;
	border-top: solid #666666 1px;
}

#footer p {
	text-align: center;
	padding: 13px 0px 0px 0px;
}

#homePortrait img {
	text-align: center;
	margin: 5px 0px 3px 0px;
	border: #000000 solid 5px;
}

#homePortrait p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
