@charset "UTF-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(images/bodyBg.jpg);
	background-repeat: no-repeat;
}
.flashZindex {
	z-index: 1;
	position: absolute;
}
.thrColFixHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header { 
	height: 104px;
	width: 1000px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;}
.thrColFixHdr #navBar {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}	 
.thrColFixHdr #sidebar1 {
	color: #FFFFFF;
	float: left;
	height: auto;
	width: 250px;
	background-color: #000000;
	margin-top: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* padding keeps the content of the div away from the edges */
	color: #FFFFFF;
	height: auto;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.thrColFixHdr #sidebar2Gallery {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* padding keeps the content of the div away from the edges */
	color: #FFFFFF;
	height: auto;
	margin-top: 35px;
}
.thrColFixHdr #mainContent {
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 200px;
	margin-bottom: 5px;
	margin-left: 275px;
	height: auto;
	width: 350px;
}
.thrColFixHdr #mainContentContact {
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 200px;
	margin-bottom: 5px;
	margin-left: 275px;
	height: auto;
	width: 500px;
}
.thrColFixHdr #mainContentGallery {
	color: #FFFFFF;
	margin-top: 50px;
	margin-right: 200px;
	margin-bottom: 10px;
	margin-left: 275px;
	height: auto;
	width: 496px;
} 
 
.thrColFixHdr #footer { 
	text-align: right;
	font-weight: normal;
	background-color: #000000;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #C20F00;
} 
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
a:visited {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}
a:link {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
	font-size: 16px;
}
.smallText {
	font-size: 85%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.redText {
	color: #FF0000;
}
.whiteText {
	color: #FFFFFF;
}
.headers {
	font-size: 125%;
	font-style: italic;
	text-transform: uppercase;	
}
blockquote {
	font-size: 85%;
	background-color: #000000;
	border: thin dotted #999999;
	padding: 3px;
}

