#logo{
	width: 190px;
	height: 100px;
	float: left;
}
#header{
	width: 500px;
	height: 100px;
	float: left;
	vertical-align: center;
}
#blank {
	float: left;
	width: 200px;
	height: 100px;
	font-size: 13px;
	
}
#blank a{
	text-decoration: underline;
	color: white;
	font-size: 13px;
font-family: Verdana, Arial, sans-serif;
}	
#header h1{
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}
#menu{
	float: left;
}
#sponsormenu{
	float: left;
}
#outer {
	width: 900px;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: white;
	background-color: #333;
}
body{
	background-color:#333;
	text-align: center;
}
body a {
	color: white;
	text-decoration: underline;
}

#content {
	float: left;
	padding: 10px;
	font-size: 15px;
	font-family: Verdana, Arial, sans-serif;
	width: 500px;
	
}
#sponsormenu li{
	font-size: 15px;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	
}

#contentbig {
	float: left;
	padding: 10px;
	font-size: 15px;
	font-family: Verdana, Arial, sans-serif;
	width: 700px;
	
}

.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background: #333 url(m/sexypanelright.gif) no-repeat right top; /*color of menu by default*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: black; /*color of menu onMouseover*/
color: white;
}

.lastitem{
border-bottom: 0;
}
.sexytitle{
text-align: center;
background: #333;
font: bold 17px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 6px 0;
text-decoration: none;
border-bottom: 1px solid black;
}



.sexypanelswide{
list-style-type: none;
margin: 0;
padding: 0;
width: 200px; /* width of menu */
}

.sexypanelswide li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanelswide li a{
background: #333 url(m/sexypanelright.gif) no-repeat right top; /*color of menu by default*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
text-align: center;
width: auto;
padding-top: 3px;
text-decoration: none;
}

.sexypanelswide li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanelswide li a:hover{
background-color: black; /*color of menu onMouseover*/
color: white;
}
