
  #content {
	padding: 1em 1em 1em;
	background: Black none repeat scroll 0%;
	margin-left: 10em;
	color: rgb(221, 221, 221);
}
#content h2
{
color: rgb(0, 51, 204);
	
}
#content a { text-decoration: none;
    color: rgb(255, 102, 0);
    }
	 
#content a:hover
{
	color: rgb(255, 255, 255);
	background: Black none repeat scroll 0%;
	text-decoration: underline;
}

#content ul{ float: left; }
#content li{
		display: inline;
		float: left;
		width: 65px;
		height: 95px;
		}

#gal_thumb_container{ width: 130px; }
#gal_enlarge_container{ float: left; width: 400px; height: 400px; }
#gal_enlarge_container img{ border: 4px solid #FFFFFF; padding: 0px; }
#gal_thumb_container img{ border: 1px solid #000; }

	
