/*	Created By Jordan Dobson of MadeBySquad.com on November 5, 2007
*/


/*																				Page Global Settings 
*/
html{
	font-family: Georgia, serif;
	font-size: 20px;
	padding: 0;
	margin: 0;
}
body{
	margin: 8px 0 8px 0;
	padding: 30px 20px 20px 20px;
	background-image: url(../_img/bg.jpg);
	background-color: #161211;
	font-family: Georgia, serif;
	font-size: 20px;
	text-align: center;
}
a:link, a:visited, a:active{
	color:#70241b;
	text-decoration: none;
	border: 0px;
	border-bottom: 1px dotted #70241b;
}
a:hover{
	color: black;
	border-bottom: 1px solid #000;

}
div.cb{
	clear: both;
}
body hr{
	display: none;
}
/*																				Page Wrapper
*/
#pgWrap {
	width: 445px;
	height: 752px;
	margin: 0 auto;
	padding: 0px 145px 0px 155px;
	background-image: url(../_img/page.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/* 																				Page Header
*/
h1{
	display: none;
}
#pgHeader{
	height: 137px;
	overflow: hidden;
}
#pgHeader h2{
	display: none;
}
#pgHeader ul{
	list-style: none;
	margin: 0 auto;
	padding: 125px 0 0 0;
	width: 180px;
}
#pgHeader ul li{
	display: block;
	float: left;
}
#pgHeader ul li a{
	display: block;

	height: 11px;
	margin: 0 0;
	text-decoration: none;
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65;
	border: none;
	overflow: hidden;
}
body#news a#navNews, body#music a#navMusic, body#about a#navAbout{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
#pgHeader ul li a:hover, body#news a#navNews:hover, body#music a#navMusic:hover, body#about a#navAbout:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
#pgHeader ul li a span{
	visibility: hidden;
	
}
#pgHeader ul li a#navNews{
	width: 48px;
	background-image: url(../_img/news.gif);
}
#pgHeader ul li a#navMusic{
	width: 51px;
	background-image: url(../_img/music.gif);
	margin: 0 12px;
}
#pgHeader ul li a#navAbout{
	width: 57px;
	background-image: url(../_img/about.gif);
}
/*																				Page Body
*/
#pgBody{
	margin: 50px 0 0 0;
	padding: 0;
	width: 100%;
}
#pgBody h3{
	display: none;
}

/* 																				Page Footer
*/

div#pgFooter {
	width: 445px;
	text-align: center;
	padding: 0;
	margin: 60px 0 0 0;
}
div#pgFooter ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
div#pgFooter ul li{
	display: block;
	margin: 0;
	padding:0;
	width: 100%;
}
div#pgFooter ul li a{
	display: block;
	text-decoration: none;
	margin: 0 auto;
	background-position: top center;
	background-repeat: no-repeat;
	border: none;
	
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
div#pgFooter ul li a:hover{
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
div#pgFooter ul li a span{
	visibility: hidden;
}
div#pgFooter ul li#jmContact a{
	background-image: url(../_img/copyright.gif);
	width: 294px;
	height: 16px;
	overflow: hidden;
	padding: 0;
	margin-bottom: 15px;
}
div#pgFooter ul li#mbsLink a{
	background-image: url(../_img/madebysquad.gif);
	width: 40px;
	height: 30px;
}
