hml, body{
	height:100%;
}
body{
	background-image:url(images/broadwabg3.jpg);
}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

.content{
	height:300px;
	background-color:#e7d2a5;
	background-image:url(images/bg_content.jpg);
	background-repeat:no-repeat; 
	background-position:bottom; 
	padding:0px 0px 0px 20px;
}

.bottom{
	background-image:url(images/bg_footer.jpg); 
	background-repeat:no-repeat;
}

.bannerdivide{
	height:8px;
	background-color:#9A875D;
}
.shell{
	background-color:#000000;
	border:2px solid #330000;
}

.cornerImg{
	padding-left:20px;
}

a:link, a:active{
	color:#917239;
}
a:visited{
	color:#660000;
}
a:hover, a:focus{
	color:#ae8452;
	text-decoration:none;
}

/*Contact Form Styles*/
input[type=button], input[type=reset], input[type=submit]{
   font-family:Georgia,serif;
   font-weight:bold;
   color:#FFFFFF;
   background-color:#6A3528;
   border-style:solid;
   border-color:#7D6969;
   border-width:2px;
}
