body {
	background-color:black;
	/*background-image:url("F:\ZombieNewtonDotCom\images\ZN.bmp");*/
	background-repeat:no-repeat;
	background-position:center center;
	color:#700000;
	font-family:andalus;
	font-size:18px;
}
/*customize hyperlink coloration*/
a:link {color: #900000}
a:visited {color: #500000}
a:hover {color: #FFFFFF}
a:active {color: #500000}

/*header tag formatting*/
h1 {
	text-align:center;
	font-size:150%;
}
h2 {
	text-align:center;
	font-size:125%;
}
h3 {
	text-align:center;
	font-size:110%;
}
h4 {
	text-align:center;
	font-size:100%;
}
h5 {
	text-align:center;
	font-size:90%;
}
h6 {
	text-align:center;
	font-size:80%;
}

/*generic paragraph tag details*/
p {
	padding:4px;
	text-align:center;
}

/*whenever we decide that Zombie Newton needs to say something*/
p.hijack{
	color:#000000;
	font-style:italic;
	font-weight:bold;
	font-size:110%;
}

/*the content of the page will go in the "box" div*/
div.box {
	background-color:#333333;
	width:728px;
	height:750px;
	margin-left:15%;
	margin-right:15%;
	margin-top:5%;
	padding:0;
	overflow:hidden;
}

/*Logos nav buttons and what not in the top bar*/
div.top {
	width:728px;
	height:144px;
	padding:0;
	background-color:#700000;
}

/*logo in top bar*/
div.logo {
	margin:2px;
	float:left;
	/*vertical-align:middle;*/
	width:204px;
	padding:0;
}

/*img of "To Slay ZOmbie Newton"*/
img.tszn {
	position:relative;
	width:350px;
	height:140px;
	bottom:4px;
	top:2px;
}

/*box containing navigation buttons*/
div.nav {
	width:360px;
	text-align:right;
	font-size:20px;
	color:#0000FF;
	float:right;	
	padding:2px;
	vertical-align:middle;
}

/*left border of the content box*/
div.left {
	width:4px;
	height:600px;
	background-color:#700000;
}

/*content box - contains the content of each individual page*/
div.content {
	/*background-image:url("F:\Web\ZombieNewtonDotCom\images\ZN3.bmp"); this is for viewing the page on my computer, not the server*/
	background-image:url("http://www.zombienewton.com/images/ZN3.jpg");
	padding:2px;
	width:720px;
	height:600px;
	overflow:auto;
	float:left;
	position:relative;
	top:-600px;
	left:4px;

}

/*right border of content box - pretty much oposite of left*/
div.right{
	width:4px;
	height:600px;
	background-color:#700000;
	float:right;
	position:relative;
	top:-600px;
}

/*bottom border of content box*/
div.bottom {
	width:728px;
	height:10px;
	background-color:#700000;
	position:relative;
	/*top:-600px;*/
}

/*navigation buttons*/
img.button {
	width:150px;
	height:30px;
}
	
/*formatting for discography tables*/
table.disco {
	text-align:center;
	position:relative;
	left:10%;
	border-color:#700000;
	border-style:double;
	width:582px;
}	

/*right aligned cells*/
td.rAlign {
	text-align:right;
}

/*left aligned cells*/
td.lAlign {
	text-align:left;
}

/*band pictures with digital camera*/
img.portrait {
	width:375px;
	height:500px;
}
img.landscape {
	height:375px;
	width:500px;
}
img.smallPort {
	width:187px;
	height:250px
}
img.smallLand {
	width:250px;
	height:188px;
}
img.headShot {
	height:150px;
	width:100px;
}

/*tablature specifics*/
tr.bass{
	color:black;
	font-style:italic;
}
tr.rhythm{
	color:#33FF33;
	font-style:italic;
}
tr.lead {
	color:#33FFFF;
	font-style:italic;
}
tr.misc {
	font-style:italic;
	color:#3333FF;
}

tr.chord {
	font-style:italic;
}	
