* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 76%;
	background: black;
	color: #DFAB29;
	font-family: "Lucida Console", "courier new", monaco, courier, monospace;
	
	text-align: center;
	
	scrollbar-base-color: #000;
	scrollbar-arrow-color:#DFAB29; 
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

ol, ul {
	margin-left: 1em;
}

li {
	
}

p {
	font-size: 1em;
	line-height: 1.4;
	
	text-align: left;
	
	margin-bottom: 0.5em;
}

a, a:link {
	text-decoration: none;
	color: #ff9;
}

a:visited {
	color: #ddd;
}

a:hover {
	color: white;
	text-decoration: underline;
}

a:active {
	
}

a img {
	border-width: 0;
}
		
img.left {
	float: left;
	margin-right: 4px;
	margin-bottom: 5px;
}
		
img.right {
	float: right;
	margin-left: 4px;
	margin-bottom: 5px;
}

#container {
	position: relative;
	top: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 978px;
	height: 780px;
	
	background: #311B0C url(images/background_photo_long.jpg);
	
	text-align: left;
	margin-bottom: 2em;
}

#header {
	position: absolute;
	top: 10px;
	left: 38px;
	width: 900px;
	height: 135px;
	
	background: transparent url(images/nav_bar_bg2.gif);
	background-repeat: no-repeat;
	background-position: 0 35px;
}

#header a {
	display: block;
	position: absolute;
	top: 53px;
	height: 26px;
	width: 100px;
}

#header a img {
	border-width: 0;
}

#header a:hover, #header a.current {
	background-position: 0 -26px;
}

a#nav_latest {
	left: 18px;
	width: 119px;
	background-image: url(images/navigation/latest.gif);
}

a#nav_bands {
	top: 52px;
	left: 144px;
	width: 108px;
	background-image: url(images/navigation/bands.gif);
}

a#nav_blog {
	top: 52px;
	left: 255px;
	width: 97px;
	background-image: url(images/navigation/blog.gif);
}

a#nav_who {
	left: 615px;
	width: 120px;
	background-image: url(images/navigation/people.gif);
}

a#nav_what {
	left: 500px;
	width: 104px;
	background-image: url(images/navigation/label.gif);
}

a#nav_contact {
	left: 737px;
	width: 152px;
	background-image: url(images/navigation/contact.gif);
}

a#nav_home, a#nav_home:hover {
	top: 0;
	left: 360px;
	width: 134px;
	height: 133px;
	background-image: url(images/4AMRecords.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 2;
}

.box, .box_tab, .box_big {
	position: absolute;
}

.box_tab h2 {
	position: absolute;
	top: 8px;
	left: 29px;
}

.box h2 {
	position: absolute;
	top: 15px;
	left: 20px;
}

.box_big h2 {

}

.content
{
	font-size: 0.9em;
}

.content ul {
	margin-bottom: 0.5em;
}

.box_tab .content {
	position: absolute;
	top: 45px;
	left: 25px;
	
	padding-right: 12px;
	
	overflow: auto;
}

.box .content, .box_big .content  {
	position: absolute;
	top: 50px;
	left: 20px;
	
	padding-right: 12px;
	
	overflow: auto;
}
		
.column {
	position: absolute;
	width: 190px;
	height: 608px;
	background: transparent url(images/boxes/skinny_tall.gif);
	
	overflow: hidden;
}

.column .content {
	position: absolute;
	top: 13px;
	left: 12px;
	width: 165px;
}

.column .content p {
	margin-left: 4px;
}