/* Dark Sketch Studios CSS */
body {
	color: rgb(153,153,153);
	background-color: rgb(17,17,17);
	font-family: sans-serif;
	font-size: 12px;
	margin: 100px 0px 100px 0px;
}

h1, h2, h3 {
	font-family: avant garde;
	color: rgb(204,204,0)
}

h4, h5, h6 {
	font-family: courier new;
	color: rgb(102,102,0)
}

hr {
	color: black;
	background-color: rgb(17,17,17);
	height: 2px;
	width: 50%;
	clear: both;
}

#banner {
	width: 1000px;
	padding: 0px 50px 0px 50px;
	margin: auto;
	text-align: center;
}

#mainbox {
	width: 1000px;
	background: url(assets/bg.gif) #252525 repeat;
	border: 5px solid black;
	padding: 0px 50px 0px 50px;
	margin: auto;
	}
	#mainbox a {
		color: rgb(102,102,0);
		}
		#mainbox a:link {
			text-decoration: none;
		}
		#mainbox a:visited{
			text-decoration: none;
		}
		#mainbox a:hover {
			text-decoration: none;
			color: rgb(204,204,0);
		}
		#mainbox a:active {
			text-decoration: none;
}

blockquote {
	font-size: 9pt;
	font-family: sans-serif;
}

#source {font-size: 10pt;
		 font-family: sans-serif;
}
			
ul#mainnav {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#mainnav li {
		float: left;
		width: 7em;
}	
ul#mainnav2 {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	#mainnav2 li {
		float: right;
		width: 7em;
}

#albumdrop {
	margin: 0px 60px 0px 60px;
	background-color: black;
	width: 240px;
	}
	#albumdrop ul .item{
		display: none;
		font-size: 8pt; 
		list-style-type: none;
		}
		#albumdrop ul:hover .item{
			display:block;
			list-style-type: none;
	}
	#albumdrop li .item{
		display:none;
		list-style-type: none;
}

#item1 {
	list-style-type: none;
}
 							  	 
.rollover a {
		display:block;
		width: 66px;
		padding: 26px 10px 10px 0px;
		font: 12px courier new;
		color:#999900;
		background: url("assets/rollover-button-h.gif") 0 0 no-repeat;
		text-decoration: none;
		text-align: center;
		}
		.rollover a:hover {	
			background-position: -76px 0;
			color:#cccc00;
		}
		.rollover a:active {
			background-position: -152px 0;
			color:#cccc00;
}
		
address {
	text-align: center;
	font-family: courier new;
	color: rgb(102,102,0);
	padding: 20px 0px 0px 0px;
}

#footer {
	margin: auto;
	width: 1000px;
	padding: 0px 50px 0px 50px;
}
