body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:21px;
	background: #580404;
    background-image: url(/images/background3.jpg);
	background-repeat:repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #58595b;
}
#wrap {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	}
#header {
	width:940px;
	margin: auto;
	text-align: center;
	}
#buttons {
	text-align: left;
	background:#000000;
	padding:0px;
	height: 30px;
	}


#navcontainer ul
{
padding-left: 0;
margin: 0;
background-color: #000000;
color: White;
float: left;
width: 100%;
font-family: Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 6px 20px;
background-color: #000000;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #a2a2a2;
}

#navcontainer ul li a:hover
{
background-color: #6f6f6f;
color: #fff;
}


#sidebar {
	background:#ffffff;
	float:left;
	width:200px;
	margin-left:20px;
	padding-top:14px;
	display:inline;
	text-align: left;
	}
#signupbox {background: #920001;
	margin:0;
	padding:7px 5px 2px 5px;
	color: #ffffff;
	text-align: left;
	font-size: 9px;
	line-height: 8px;
	}
#submit {
	text-align:center;
	}
#sidebar a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	}
#sidebar ul {
	margin-bottom:0;
    }
#sidebar h3 {
	font-family:Times, serif;
	font-weight:bold;
	font-size:16px;
	line-height:0px;
	padding: 0px;
    }
#sidebar2 {
	background:#0081c0;
	float:right;
	width:140px;
	margin-left:30px;
	margin-top: 20px;
	margin-bottom:20px;
	padding:4px;
	display:inline;
	text-align: center;
	border: 1px solid #000000;
	color: #ffffff;
	}
#sidebar2 h4 {
	font-weight:bold;
	line-height:0px;
	font-size: 16px;
    }
#sidebar2 p {
	line-height:12px;
	font-size: 10px;
    }
#twitter_update_list {
  list-style: disc url(http://www.howtomeetbroads.com/images/diamond.gif) inside;
  vertical-align: top;
  padding-left: 4px;
padding-right: 8px;
  margin: 0;
font-size: 10px;
font-stretch: normal;
  }
  
  #twitter_update_list a{
font-size: 10px;
  }
  
#main {
	background:#ffffff;
	width:660px;
	margin-left:260px;
	margin-top:50px;
	text-align: left;
	}
#main h2 {
	padding-top:0px;
	background-color: #8b1525;
	color: #ffffff;
	padding: 6px;
	font-weight:bold;
	font-size:18px;
	}
#main h3 {
	color:#8b1525;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	text-align: center;
	}
#main a:link {
	text-decoration:none;
	font-weight:bold;
	color: #000000;
	}
#main a:visited {
	text-decoration:none;
	color: #000000;
	font-weight:bold;
	}
#main a:hover {
	color: #8b1525;
	font-weight:bold;
	}
	
#twitter_div {
	font-size: 7pt;
	line-height: 10pt;
	}
	
img.floatTL { 
	float : left;
	margin-right : 10px;
	margin-bottom : 10px;
} 
img.floatTR { 
	float : right;
	margin-left : 20px;
	margin-bottom : 10px;
} 
	
.topright { 
	padding-bottom : 10px;
} 

#boxes { 
	margin : 0px;
	border-bottom: 1px dotted #920000;
} 
.box1 { 
	width : 315px;
	padding-right : 15px;
	float : left;
	border-right : 1px dotted #920000;
	padding-bottom:10px;
} 
.box2 { 
	width : 315px;
	float : right;
} 
.clear { 
	clear : both;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #a7a9ac;
	padding-top: 8px;
	border-top: 4px double #a7a9ac;
	line-height: 18px;
	width: 940px;
	text-align: center;
	margin:auto;
}

#footer a {
	color: #a7a9ac;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
}