body		
		{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(images/master-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
		}
.floatright {
	float: right;
}

#container		
		{
	width: 710px;
	background-color:#CCCCCC;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
		}
.footertext {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url(images/footer--bg.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#banner
	{
	width: 710px;
	height: 298px;
	text-align: center;
	background-image: url(images/master-banner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	}
	
#bdbanner
	{
	width: 710px;
	height: 298px;
	text-align: center;
	background-image: url(BrooksandDunn/Hard-Working-Men-logo.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	}	
	
	
#menu {
list-style: none;
	padding: 0;
	margin: 0;
	position:absolute;
	left:38px;
	top:260px;
	width:340px;
	height:14px;
	
	background-repeat: no-repeat;
}
#menu span {
	position: absolute;
	display: none;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu .home {
  width: 60px;
  height: 14px;
  background: url(images/home.gif) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .live {
  width: 62px;
  height: 14px;
  background: url(images/live.gif) no-repeat;
  left: 60px;
  top: 0px;
}
#menu .pics {
  width: 59px;
  height: 14px;
  background: url(images/pics.gif) no-repeat;
  left: 122px;
  top: 0px;
}
#menu .promo{
  width: 79px;
  height: 14px;
  background: url(images/promo.gif) no-repeat;
  left: 181px;
  top: 0px;
}
#menu .contact{
  width: 80px;
  height: 14px;
  background: url(images/contact.gif) no-repeat;
  left: 260px;
  top: 0px;
}
#content {
	height: 300px;
	width: 660px;
	position: absolute;
	margin-top: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}
.textcolumn {
	width: 400px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
}
#textcontent{
	width: 380px;
	text-align: center;
}
#photocontent{
	width: 600px;
	text-align: center;
	margin-left: 30px;
}
a:link {
	color: #000099;
}
