/* CSS Document */

/*SITE STRUCTURE*/
#container{width:100%; margin:0 auto; background-color:#000000}
#bannerBar{width:100%; display:center; height:auto; background-color:#000000}
#main{width:100%; display:block; height:auto; background-color:#000000}
#column_left{width:18%; clear:left;  float:left; padding: 0px 0px 0px 0px; margin:0; background-color:#000000}
#column_right{width:20%; clear:right;float:right; padding: 0px 0px 0px 0px; margin:0; background-color:#000000}
#column_center{padding: 0px 0px 0px 0px; margin:0; background-color:#000000; float:inherit}
#footer{width:100%; display:block; height:auto; background-color:#000000}
.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* 
div.spacer, solves an issue with #container height
in multi-column layout. 
*/

/*LINK STYLES*/
a:link {color: #00FFFF; text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none; color: #FF0000;}
a:active {text-decoration: none;}

/*SITE WIDE STYLES*/
img {border:0;} 
body {background-color: #000000;}

/*GALLERY STYLES*/
.galleryHeader {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #FFFFFF; bold;}
.galleryNav {color: #FFFFFF; font-style: italic; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
