@CHARSET "ISO-8859-1";

h1, h2, h3, h4, h5, h6 {
	color: #FFF;
	margin: 15px 0px;
}

p {
	color: white;
	font-size: 10px;
}

a img {
	border; none;
}

a, a:active, a:visited {
	color: #fff;
	/*font-size: 10px;*/
}

a:hover {
	text-decoration: none;
}

body  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	background: #28393E;*/
	background: black;
	margin: 50px 0 0 0; /* zero out margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

.mainLayout #container { 
/*	background: #222C2E;*/
	background: #112434;
	width: 782px;
	margin: 0 auto; /* auto margins with a width to center the page */
	text-align: left; /* this overrides the text-align: center on the body element */
	border: 1px solid black;
}

.mainLayout #header { 
/*	background: #222C2E;*/
	background: #112434;
}

.mainLayout #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* width of this div */
/*	background: #222C2E;*/
	background: #112434;
	/*padding: 0; padding for the links*/
}

.mainLayout #mainContent { 
	margin: 0 0 0 150px;  /*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. remove this margin to have the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends */
	padding: 0 20px;
/*	background: #222C2E;*/
	background: #112434;
}

.mainLayout #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 75%;
	text-align: center;
/*	background: #222C2E;*/
	background: #112434;
}

.mainLayout #footer a {
	color: grey;
	margin: 0 10px;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	/*font-style: italic;*/
	/*color: #000;*/
	/*color: #819397;*/
	/*color: #2A5762;*/
	color: #479B7B;
}

#nav li {
	list-style-type: none;
	margin: 20px 0 0 0;
}

#nav li a {
/*	color: #85A689;*/
    color: #617F9A;
	font-weight: bold;
}

#nav #currentpage a {
	font-weight: bold;
	/*color: black;*/
	/*color: #4B4037;*/
	/*color: #819397;*/
	/*color: #2A5762;*/
	color: #A8824D;
}

.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;
}

.thumbs {
	background: #888;
	padding: 1px;
	margin: 20px 10px;
}

form {
	color: #fff;
	font-size: 75%;
}

.nextpage {
	/*float: right;*/
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
	color: #819397;
	font-weight: normal;
}

.gallerytext {
	float: right;
	/*text-align: center;*/
	margin-bottom: 10px;
	font-size: 14px;
	color: #819397;
	font-weight: normal;
}


#homeImage {
	float: right;
	/*border: solid 1px;*/
	border: none;
	margin: 10px 10px 25px 20px;
}

#IEbrowser {
	display: none;
	border: solid 1px #FF6400;
	color: red;
	text-align: center;
}

#banner { /* the a img style isn't working in firefox */
	border: none;
}

.bioImage {
	float: right;
	border: solid 1px;
	margin: 0 0 0 10px;
}

.underline {
	text-decoration: underline;
}
