/* CSS Document */

/*SITE STRUCTURE*/
#container{width:100%; display:block;margin:0; height: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:20%; clear:left;  float:left; padding: 0px 0px 0px 0px; margin:0; <!--background-color:#000000-->}
#column_right{width:80%; clear:right;float:right; padding: 0px 0px 0px 0px; margin:0; <!--background-color:#000000-->}
#footer{width:100%; display:block; height:auto; <!--background-color:#000000-->}
div.spacer{clear:both; height:10px; display:block; <!--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: #FF3300; text-decoration: none;}
a:visited {color: #FFFF33; text-decoration: none;}
a:hover {text-decoration: none; color: #FFFF33;}
a:active {text-decoration: none;}

/*SITE WIDE STYLES*/
img {border:0;} 
body <!--{background-color: #000000;}-->
<body style="background-image:url(images/tommyBrick.jpg); background-repeat:repeat;">
/*GALLERY STYLES*/
.galleryHeader {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #FF3300; bold;}
.galleryNav {color: #FF3300; font-style: italic; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}

