/* Act Two Studio CSS */
body 
	{
		font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		background-color: #4d3722;
		margin: 0px;
		padding: 0px;
		color: #ffffff;
	}

div#container
	{
		margin: 0em auto;
		width: 750px;
		padding: .5em;
		text-align: left;
	}
	
div#act_two_banner img { border: 0px; }

div#act_two_footer {text-align: center; font-size: .8em; }

div#wwd { width: 101px; height: 19px; float: right; position: relative; top: -19px; }
div#wwd img { border: 0px; }

div#act_two_rtt { font-size: 0.8em; clear: both; }

.imgleft { float: left; background-color: #ddd; padding: 3px; margin: 0px 5px 5px 0px; }
.imgright { float: right; background-color: #ddd; padding: 3px; margin: 0px 0px 5px 5px; }
.imgcenter { text-align: center; padding: 10px; }
.imgcenter img { background-color: #ddd; padding: 3px; }

.italic { font-style: italic; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }

div#contact { width: auto; margin-left: 00px; margin-bottom: 25px; margin-top: 25px;  text-align: left;}

a {color: #8ffc6e; }

.smaller { font-size: 0.8em; }

.ybg { background-color: yellow; color: black; }

.blocklevel { display: block; }

#album { text-align: center; }
#album td { vertical-align: top; }

.galimg { float: left; width: 225px; text-align: center; padding: 10px; margin-bottom: 12px; }
.galimg img { display: block;  }