/* tinameeks.com */

body{
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	color:#fff;
}

h1{font-size:larger;}

a, a:link, a:active, a:visited{
	color:#fff;
	text-decoration:none;
}
a:hover{background:#666;}

#box{
	width:967px;
	height:auto;
	margin:10px auto 0 auto;
	border:4px solid #fff;
	background-color:#333;
}

#tinameeks{
	width:241px;
	height:58px;
	margin:15px auto 0 auto;
	background-image:url(../img/tinameeks.jpg);
}

#menu{
	width:auto;
	height:24px;
	margin:15px auto;
}
#home a, #bio a, #listen a, #media a, #reviews a, #appearances a, #order a, #links a, #contact a{
	display:block;
	position:relative;
	float:left;
	background-repeat:no-repeat;
	margin:2px 14px;
}
#home a{width:65px; height:23px; background-image:url(../img/home.jpg);}
#bio a{width:46px; height:23px; background-image:url(../img/bio.jpg);}
#listen a{width:69px; height:24px; background-image:url(../img/listen.jpg);}
#media a{width:69px; height:24px; background-image:url(../img/media.jpg);}
#reviews a{width:88px; height:24px; background-image:url(../img/reviews.jpg);}
#appearances a{width:140px; height:24px; background-image:url(../img/appearances.jpg);}
#order a{width:76px; height:23px; background-image:url(../img/order.jpg);}
#links a{width:154px; height:24px; background-image:url(../img/links.jpg);}
#contact a{width:105px; height:24px; background-image:url(../img/contact.jpg); margin:2px 0px 2px 14px;}
#home a:hover, #bio a:hover, #listen a:hover, #media a:hover, #reviews a:hover, #appearances a:hover, #order a:hover, #links a:hover, #contact a:hover{
	background-position:bottom left;
}

#content{
	width:900px;
	height:auto;
	margin:auto;
}

#footer{width:auto; margin:15px auto; font-size:small; text-align:center; color:#666;}
#footer a, #footer a:link, #footer a:active, #footer a:visited{color:#666; text-decoration:none;}
#footer a:hover{background:#666; color:#fff;}

#plug{font-size:x-small; text-align:right;}

