
html {
	font-size: 11pt; }

body {
	margin: 10px 0px;
	padding: 0px;
	background: #fff;
	text-align: center;
	font-family: helvetica, veranda, arial, sans-serif; }

p {
	line-height: 21px; }

a {
	color: #006666;}
#heading {
	height: 100px;
	width: 100%;
	text-align: left;
	background: #99CCCC;}
	
	*html #heading {
		width: 105%; }

	#heading a, #heading img {
		border: 0px solid #fff; }

#wrapper {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 85%;
	background: #eee;
	border: 5px solid #99CCCC;  }
	
#topLink {
	margin: 0px auto;
	padding: 0px;
	width: 85%;
	text-align: right;}
	
	*html #topLink {
		width: 90%; }
	
	#topLink a {
		font-size: 10pt;
		line-height: 21px;}
	
/*Navigation. - Every Page has Navigation*/

#nav {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;  }

	#nav a {
		padding-top: 25px;
		float: left;
		width: 100px;
		height: 70px;
		color: #000;
		text-decoration: none;}

	#nav ul {
		margin: 0;
		padding: 0;
		float: left;
		border-right: 2px solid #fff; }

	#nav li {
		padding: 0px 5px 0px 5px;
		float: left;
		width: 100px;
		height: 95px;
		font-size: 14pt;
		border-left: 2px solid #fff;
		list-style-type: none; }

	#navActive a {
		background: #fff; }
		
/*Every page has the content box.*/

#content {
	margin: 10px 10px ;
	padding: 0px;
	position: relative;
	text-align: left;}
	
	#content p {
		margin-left: 50px;
		margin-right: 50px;}
		
	#content ul {
		margin-left: 100px; }
		
	
/*Float an Image - Index, About, Spec, Contact.*/
	
	img.floatLeft {
		float: right;
		margin: 4px 50px 4px 4px;
		border: 3px solid #333;}
	
/*Special Text. - Throughout. */

#gallery .inspire {
	float: left;}

	
/*Special Text. - Index*/

.quote {
	line-height: 25px;
	border-bottom: 1px solid black; }

/*Special Text. - About.*/

.subtitle {
	font-weight: bold;}

/*Definition List - Spec*/

#spec dl {
	margin-left: 25px;
	line-height: 21px;}
	
	#spec dt {
		text-align: right;
		width: 125px;
		font-weight: bold; }

	#spec dd {
		position: relative;
		top: -21px;
		margin-left: 150px;}
		
/*Table of Contents - TOC - Photo Gallery*/

#toc {	
	margin: 10px 450px 10px 0px;
	padding: 10px;
	float: left;
	border: 1px solid #333;
	whitespace: wrap;}
	
	*html #toc {
		display: inline; }
	
	#toc p {
		margin: 10px;
		padding: 0;}
	
	#toc img {
		margin: 0px 3px 10px;
		float: left;
		border: 1px solid #333;}
.link {

	float: left;
	clear: left;
	width: 200px;
	white-space: nowrap;}
		
	
/*Image Viewer- Photo Gallery*/

#viewer {
	margin: 10px 0px 10px -425px;
	float: right;
	border: 3px solid #333;}
	
#links {
	margin: 0px;
	padding: 0;
	float: left;}
		


/*Video Gallery*/

#tubeview {
	margin: 25px;
	width: 100%;
	text-align: center; }
	
/*Footer - All Pages*/

#footer {
	padding-bottom:  10px;
	clear: both;
	text-align: center;
	font-size: 9px;}

	#footer p {
		margin: 0;
		padding: 10px 0px 0px;  }
		
	#footer a {
		padding: 0px 20px;
		border-right: 1px solid #333; }


