/* mr smolin 2.0 css */
body{
	background-color:#000;
	font-size:62.5%;
	font-family:georgia,serif;
	color:#fff;
	margin:0;
}
/* structural definitions */
#main{
	width:950px;
	margin:0 auto;
	text-align:center;
}
#main-content{
	text-align:left;
}
#top{
	height:315px;
	background-image:url(../images/logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:15px;
	margin-bottom:15px;
}
#topnav{
	width:630px;
	margin:0 auto;
}
#main-body{
	padding:25px 15px 40px 15px;
}
#footer{
	height:163px;
	background-image:url(../images/footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

/* headlines & text definitions */
h1 {
	font-family:times, serif;
	font-size:3.0em;
	color:#BC2411;
	margin:0px 0px 30px 0px;
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0px;
}
h2 {
	font-size:2.4em;
	font-weight:bold;
	margin:10px 0px;
	}
h3 {
	font-size:1.2em;
	font-weight:normal;
	font-style:italic;
}
p {
	line-height:2.0em;
	font-size:1.7em;
}

a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}

a:hover {
	color:#000;
	background-color:#fff;
}

/* nav */
ul#nav {
	list-style:none;
	height:50px;
	margin:0px;
	padding:0px;
}
#nav li{
	list-style:none;
	width:73px;
	height:45px;
	float:left;
	margin:0px 3px 0px 0px;
	padding:0;
}
#nav li a{
	display:block;
width:73px;
	height:45px;
	border-bottom:0px;
	text-decoration:none;
}
#nav li a:hover{
	background-color:transparent;!important
}
.h-on{
	background-image:url(../images/home_on.gif);	
}
.h-off{
	background-image:url(../images/home_off.gif);	
}
.m-on{
	background-image:url(../images/music_on.gif);	
}
.m-off{
	background-image:url(../images/music_off.gif);	
}
.t-on{
	background-image:url(../images/trips_on.gif);	
}
.t-off{
	background-image:url(../images/trips_off.gif);	
}
.n-on{
	background-image:url(../images/notes_on.gif);	
}
.n-off{
	background-image:url(../images/notes_off.gif);	
}
.ho-on{
	background-image:url(../images/hours_on.gif);	
}
.ho-off{
	background-image:url(../images/hours_off.gif);	
}
.s-on{
	background-image:url(../images/store_on.gif);	
}
.s-off{
	background-image:url(../images/store_off.gif);	
}
.c-on{
	background-image:url(../images/credit_on.gif);	
}
.c-off{
	background-image:url(../images/credit_off.gif);	
}
.r-on{
	background-image:url(../images/radio_on.gif);	
}
.r-off{
	background-image:url(../images/radio_off.gif);	
}
/* floats */
.left {
	float:left;
}
.right {
	float:right;
}
.clear{
	clear:both;
}
