/* BCDC.US - Web: Design and Programming */

*			{
			margin: 0;
			padding: 0;
			list-style-type: none;
			}

body		{
			margin: 0;
			padding: 0;
			text-align: center;
			font-size: 11px;
			color: #111;
			font-family: Georgia, "Times New Roman", Times, serif;
			background: url(img/trash2.gif) no-repeat;
			}

a img 		{
			border: none;
			filter:alpha(opacity=100);   
			-moz-opacity: 1.0;   
			opacity: 1.0;
			-khtml-opacity: 1.0; 
			}
			
			
a:hover img	{
			filter:alpha(opacity=50);
			-moz-opacity: 0.5; 
			opacity: 0.5;
			-khtml-opacity: 0.5;
			}
			
.nofade:hover {
			filter:alpha(opacity=100);   
			-moz-opacity: 1.0;   
			opacity: 1.0;
			-khtml-opacity: 1.0; 
			}
			
			
#wrapper	{
			width: 895px;
			margin-left: auto;
			margin-right: auto;
			}

#navigation	{
			width: 215px;
			height: 500px;  /* was 460 */
			float: left;
			}


#header	{
			width: 660px;
			height: 122px;
			float: right;
			text-align: left;
			background-color: #FFFFFF;
			}

#content	{
			width: 660px;
			height: 378px; /* was 338 */
			float: right;
			text-align: left;
			background-color: #FFFFFF;
			}

#footer		{
			clear: both;
			}
			

#gallery	{
			width: 640px;
			height: 358px; /* was 338 */
			float: left;
			text-align: left;
			background-color: white;
			margin-top: 20px;
			margin-left: 20px;
			}

