body{
	background-color: #C2A17E;
	margin: 0px;
	padding: 0px;
	background-image: url('../res/body_bg_com.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}
html{
	width: 100%;
	height: 100%;
}

/*________________________________________________ FONT ISSUES */
body{
	font-family: Georgia, Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
}
h1{
	font-weight: normal;
	font-size: 16pt;
	line-height: 1.2em;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	color: #760000;
}
a{
	color: #760000;
}


/*________________________________________________ BOX LAYOUT */
img#bulletmonks-logo{
	position: absolute;
	top: 0px;
	left: 12px;
}
div#header{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 200px;
	position: relative;
}
div#content{
	position: relative;
	background-image: url('../res/cont_bg.png');
	width: 525px;
	margin: 0px 0px 0px 30px;
	padding: 10px 10px 10px 20px;
}
div#footer{
	position: relative;
	margin: 0px 0px 0px 10px;
}

/*________________________________________________ HEADER */

/*____________________________ CONCERT TEASER */
div#concert-teaser{
	position: absolute;
	margin: 20px 0px 0px 300px;
}
h1#concert-teaser-header{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -99999px;
	background-image: url(../res/upcoming_shows.png);
	background-repeat: no-repeat;
}
p.concert-teaser-date{	
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*____________________________ RADIO */
div#radio{
	position: absolute;
	width: 200px;
	height: 60px;
	width: 200px;
	height: 60px;
	left: 600px;
	top: 13px;
}
div#radio a{
	display: block;
	width: 200px;
	height: 60px;
	text-indent: -99999px;
	background-image: url(../res/bulletradio.png);
}


/*________________________________________________ NAVIGATION */
#navigation{
	position: relative;
	height: 20px;
	width: 550px;
	margin: 0px 0px 10px 30px;
	padding: 0px 0px 0px 10px;
	display: block;
}
#navigation a{
	display: block;
	float: left;
}
#navigation img{
	margin: 0px 6px 0px 0px;
}



/*________________________________________________ ADDITIONAL */
div#additional{
	position: absolute;
	top: 237px;
	left: 600px;
}
p#myspace a{
	
	background-image: url(../res/myspace.png);
	text-indent: -99999px;
	display: block;
	width: 84px;
	height: 28px;
}
p#youtube a{
	background-image: url(../res/youtube.png);
	text-indent: -99999px;
	display: block;
	width: 84px;
	height: 33px;
}
p#napalm a{
	background-image: url(../res/napalm_records.png);
	text-indent: -99999px;
	display: block;
	width: 84px;
	height: 106px;
}
p#dragon a{
	background-image: url(../res/dragon_productions.png);
	text-indent: -99999px;
	display: block;
	width: 84px;
	height: 374px;
}
p#ras a{
	background-image: url(../res/rock_am_see.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	display: block;
	width: 140px;
	height: 117px; 
}
p#ngjp a{
	background-image: url(../res/no_gain_just_pain_dl.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	display: block;
	width: 140px;
	height: 98px;
}
p#tshirtdrucker a{
	background-image: url(../res/tshirtdrucker.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	display: block;
	width: 84px;
	height: 44px;
}
p#myspace a,
p#youtube a,
p#ras a,
p#ngjp a{
	outline: none;
}




/*________________________________________________ FOOTER */
div#footer{
	margin: 10px 0px 20px 30px;
}
div#footer a{
	margin: 0px 15px 0px 0px;
}