*{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Lucida Grande", Arial, Helvetica, Sans-Serif;
	background-color: #121315;
	color:#ccc;
}
h1{font-size:18px;}
a{
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	border: none;
}

a img{
	border: none;
}
.sslogo{
float:left;
width:180px;
}
.clear{
	clear: both;
}
#menu{
display:inline-block;
width:1020px;
float:left;
clear:both;
margin-top:0px;
padding-top:2px;
border-top:1px solid #fff;
border-bottom:1px solid #222;
}
#venues{
float:left;}

#header{
background:#000;
height:32px;
margin:0px;
padding:0px;
border-top:0px solid #222;}
#menu ul{
  list-style:none;
}
#menu ul li{
	display:inline-block;
	
}
#menu ul li a{
  color:#ccc;
  font-weight:bold;
	display:inline-block;
	width:100px;
  border:#eee solid 1px;
	text-align:center;
	border:none;
  width:70px;
  line-height:15px;
  padding:5px;
	
}
#menu ul li a:hover{
 color:#fff;
background:#555;
}
#container{
	width: 1020px;
	margin: 0 auto;
    background:#000;
	padding:2px;
}

#header{
	font-size: 12px;
	border-bottom: 1px solid #121315;
	margin-bottom:4px;
	}
#footer{
  width: 1020px;
	display:inline-block;
	border-top: 1px solid #121315;
	margin-top:4px;
}
#footer .dsd{
    float:right;
	padding:4px;
}
#footer .dsd img{
width:250px;
}

#venue_form {
}

#venue_form .radio_list label {
  margin-right: 15px;
}


#venue_form th
{
  white-space: nowrap;
  font-style: italic;
}

#venue_form td, #venue_form th
{
  text-align: left;
  vertical-align: top;
  padding: 7px;
}

#venue_form tfoot td, #venue_form tfoot th
{
  border: 0;
  text-align: right;
}

#venue_form .radio_list li
{
  display: inline;
}
