ul,li 
{
	margin:0;
	padding:0;
}

img
{
	border:none;	
}

body 
{
	background:black;
	font-size:12px;
	font-variant:small-caps;
	text-align:center;
	color:white;
}

body a, body a:visited
{
	color:white;
	text-decoration:none;
}

body a:hover, body a:active
{
	color:silver;
	text-decoration:underline;
}

#logo
{
	margin:auto;
	background:url('../../images/logo.jpg') center no-repeat;
	width:280px;
	height:150px;
}

#page
{
	margin:auto;
	margin-top:8px;
	background:#0A0A0A;
	padding:10px;
	text-align:center;
	width:700px;
	height:auto;
	min-height:500px;
	overflow:auto;
	border:solid #232323 1px;
}

#menu
{
	margin:auto;
	width:720px;
	height:16px;
}

#menu a
{
	display:inline;
	text-decoration:none;
	/*font-size:0px;*/
	color:transparent;
	margin-left:40px;
	margin-right:40px;
}

#menu li
{
	list-style-type:none;
	display:inline;
}

#menu ul
{

}

.itemhome a, .itemhome a:visited
{  background : url(../../images/home.jpg) no-repeat;}

.itemhome a:hover
{  background : url(../../images/home_on.jpg) no-repeat;}

.itembastards a, .itembastards a:visited
{  background : url(../../images/bastards.jpg) no-repeat;}

.itembastards a:hover
{  background : url(../../images/bastards_on.jpg) no-repeat;}

.itemreleases a, .itemreleases a:visited
{  background : url(../../images/releases.jpg) no-repeat;}

.itemreleases a:hover
{  background : url(../../images/releases_on.jpg) no-repeat;}

.itemgigs a, .itemgigs a:visited
{  background : url(../../images/gigs.jpg) no-repeat;}

.itemgigs a:hover
{  background : url(../../images/gigs_on.jpg) no-repeat;}

.itemcontact a, .itemcontact a:visited
{  background : url(../../images/contact.jpg) no-repeat;}

.itemcontact a:hover
{  background : url(../../images/contact_on.jpg) no-repeat;}


#bastard
{
	width:200px;
	height:333px;
	float:left;
	margin-left:25px;
	margin-top:20px;
}

#releases
{
	width:250px;
	height:250px;
	float:left;
	margin-left:65px;
	margin-top:20px;
}

#radio
{
	position:absolute;
}
