body { 
    background: url("/static/images/mlbg.jpg") repeat-x top center; 
    background-color: #000;
    margin-left: 0px;
    margin-top: 0px;
}
*:focus, *:active, *:link, *:visited {
			outline: none;
}
#headerContent img {
	border: 0;
}

a:link,a:visited {
    color:#626262;
    font:11px georgia;
}
a:active, a:hover {
    color:#a99e79;
    font:11px georgia;
}
a { 
    text-decoration:none; 
}

.off img { /*needed to tie off image to others*/
	border: 2px solid #626262;
}
a:link img, a:visited img {border-color: #626262;}
a:active img, a:hover img {border-color: #a99e79;}




.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: 666666;
}
.footerlink {
	color: 666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
}
.headerlink {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: 666666;
}
.headerlinkhover {


	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: a99e79;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: a99e79;
	font-weight: bold;
}
.textcopy, .error {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #1D1D1D;
	border: none #000000;
}
.calendarClub {
	display: block;
	float: left;
	margin: 20px 20px 40px;
	width: 230px;
}
#calendarContent {
	padding: 20px 20px;
}

#venuesTable {
	padding-top: 20px;
}

.columnLabel {
	text-align: right;
}

input {
	padding: 2px 5px;
}


#loginCopy {
	text-align: justify;
	padding: 1px;
}

/***navigation***/
.navItem {
	height: 39px;
	display: block;
}

#navHome {
	background-image: url(/static/images/mlnv02.jpg);
	width: 64px;
}
#navHome.current, #navHome:hover {
	background-image: url(/static/images/mlnv02a.jpg);
}
#navVenues {
	background-image: url(/static/images/mlnv03.jpg);
	width: 74px;
}
#navVenues.current, #navVenues:hover {
	background-image: url(/static/images/mlnv03a.jpg);
}
#navResy {
	background-image: url(/static/images/mlnv04.jpg);
	width: 119px;
}
#navResy.current, #navResy:hover {
	background-image: url(/static/images/mlnv04a.jpg);
}
#navContact {
	background-image: url(/static/images/mlnv08.jpg);
	width: 112px;
}
#navContact.current, #navContact:hover {
	background-image: url(/static/images/mlnv08a.jpg);
}
#navFaq {
	background-image: url(/static/images/mlnv09.jpg);
	width: 51px;
}
#navFaq.current, #navFaq:hover {
	background-image: url(/static/images/mlnv09a.jpg);
}
#venueHolder {
	width: 165px;
	height: 123px;
}

/*faq*/
#faqContent p {
	width: 450px;
	text-align: justify;
}
#faqContent .heading {
text-align: center;
}
.faqQuestion {
	font-weight: bold;
	margin-top: 30px;
}

