@charset "utf-8";
/* CSS Document */

* {border:0; padding:0; margin:0;}
body {
	background-color:#000;
	color:#333333;
	font-size:.75em;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
}
#container_home {
	width: 1000px;
	margin: 0px auto;
	border: 1px solid #000000;
}

#container {
	width: 1000px;
	margin: 0px auto;
	border-top-width: 20px;
	border-right-width: 1px;
	border-bottom-width: 20px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align:left;
	background-repeat: no-repeat;
	background-position: 650px 0px;
	padding-bottom:20px;
	background-color:#fff;
}
#container.bio {
	background-image: url(../images/main_pic_bio.jpg);	
}
#container.contact {
	background-image: url(../images/main_pic_contact.jpg);	
}
#container.merchandise {
	background-image: url(../images/main_pic_merchandise.jpg);	
}
#container.press {
	background-image: url(../images/main_pic_press.jpg);	
}
#container.gift {
	background-image: url(../images/main_pic_gift.jpg);	
}
#nav {

}	
#nav ul {
	list-style-type: none;
}
#nav ul li {
	display:inline;
	padding: 2px 10px;
}
#nav ul li a:link, #nav ul li a:visited{
	text-decoration:none;
	padding:3px 10px 3px 20px;
	color:#333333;
	background-image: url(images/sqaure_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#nav ul li a:hover, #nav ul li a:focus {
	background-color:#D70005;
	color:#fff;
	background-image: none;
	background-image: url(images/sqaure_bullet_on.jpg);
}
#main_pic {
	position:absolute;
	width:365px;
	height:565px;
	left:684px;
	top:33px;
	background-image:url(../images/main_pic_bio.jpg);
	background-repeat: no-repeat;
}
h1 {
	color:#FF0000;
	font-family:"Arial Narrow", "Arial MT", "Helvetica Condensed", sans-serif;
	margin:20px 0px;
	padding-bottom:10px;
	font-size:3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
p {
	margin-bottom:1em;

}
#main {
	width:650px;
	padding-left:30px;
}
a:link, a:visited {
	color:#D70005;
}

a:hover, a:focus {

}
#footer, #footer a {
	font-size:10px;
	color:#fff;	
	
}
