@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0, 0, 0, 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background: transparent url(images/backgroundimage_1.jpg) no-repeat scroll center;
	background-color:#000000;
	
}	

.oneColFixCtr #container {
	width: 575px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#spacer {	
	height:80px;
	width: 575px;
	margin: 0 auto;
}

#content {
	width: 575px;
	margin: 0 auto;

}
#nav {
	width: 450px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

#Bandana {
	
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-family: 'ComicSansMS-Bold', 'Comic Sans MS', 'ComicSansMS', 'Comic Sans MS';
	font-size: 40px;
    font-variant: normal;
    font-weight: bold;
    line-height: 33px;
    opacity: 1.00;
    text-transform: uppercase;
	color: #ffffff;
	margin: -20px;
}


#addr {
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-family: 'ComicSansMS-Bold', 'Comic Sans MS', 'ComicSansMS', 'Comic Sans MS';
	font-size: 20px;
    font-variant: normal;
    font-weight: bold;
    line-height: 20px;
    opacity: 1.00;
    text-transform: uppercase;
	color: #ffffff;
}	
#logosmall {
float:left;
}

ul#menu {
	width: 100%;
	height: 15px;
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	margin:0px auto;
	text-align:left;
	padding:0px 15px 0px 15px;
	}


ul#menu li {
	display: block;
	float: left;
	margin: 45 0 0 5px;
}
ul#menu li a {
	height: 15px;
	color: #999;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 100%;
	padding: 5px 10px 5px 10px;
}
ul#menu li a:hover {
	color: #999999;
}
ul#menu li a.current {
	color: #FFF;
	padding: 5px 10px 5px 10px;
}

.floatright
{
float:right;
}
 
.bar {
	width:240;
	float:left;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-family: 'ComicSansMS-Bold', 'Comic Sans MS', 'ComicSansMS', 'Comic Sans MS';
	font-size: 16px;
    font-variant: normal;
    font-weight: bold;
    line-height: 16px;
    opacity: 1.00;
    text-transform: uppercase;
	color: #ffffff;
	padding-left:15px;
}

.grill{
	width:240;
	float:right;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-family: 'ComicSansMS-Bold', 'Comic Sans MS', 'ComicSansMS', 'Comic Sans MS';
	font-size: 16px;
    font-variant: normal;
    font-weight: bold;
    line-height: 16px;
    opacity: 1.00;
    text-transform: uppercase;
	color: #ffffff;
	padding-right:15px;
}

#centered {
	font-family: 'ComicSansMS-Bold', 'Comic Sans MS', 'ComicSansMS', 'Comic Sans MS';
	width:575px;
	height:600px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	
}

#centered a {
	color: #999;
}

#centered a.current {
	color: #FFF;
}               

.rule {
width: 575px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	}
.summary{
width:480;
margin:15px;
}	
     
                    