/* 	
***************************************************
** 	STYLE SHEET                                  **
** 	CREATED FOR IAN HODGE -- READ, WRITE & PLAY  **
**	Monday, January 29, 2007                     **
**	By: Jeremy Harrison                          **					
**	jeremy@spiread.com                           **
***************************************************

*/
/* <head>
<style type="text/css">	*/

	body {
		margin: 0;
		padding: 0;
		/*background-color: #000000;*/
		background-image:url(../images/music_wallpaper.gif);
		font-family: "Trebuchet MS", Arial, Helvetica sans-serif;
		font-size: small;
		color:#000000;

	}

	a:link {
		text-decoration: none;
	}

	a:visited {
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

	.page_title {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: bold;
		color:#330000;
	}

	.page_title2 {
		font-family: "Trebuchet MS", Arial, Helvetica sans-serif;
		font-size: 16px;
		font-weight: bold;
		color:#000066;
	}

	.page_title3 {
		font-family: "Trebuchet MS", Arial, Helvetica sans-serif;
		font-size: 20px;
		font-weight: bold;
		color: #FF4500;
	}

	p {
		font-family: "Trebuchet MS", Arial, Helvetica sans-serif;
		font-size: small;
		text-align: justify;
		text-indent: 15px;
	}

	li {
		font-family: "Trebuchet MS", Arial, Helvetica sans-serif;
		font-size: small;
		text-align: justify;
		font-style: italic;
	}

	h1 {
		font-family: "Trebuchet MS", Arial, Helvetica sans-serif;
		font-size: 14pt;
		color: #483D8B;
		font-style: oblique;
		background-color: Aqua;
		border-style: double;
	}

	h2 {
		font-family: "Trebuchet MS", Arial, Helvetica sans-serif;
		font-size: 14pt;
		color: #483D8B;
	}

	#main_wrapper {
		position: relative;
		width: 750px;
		height: 100%;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		background-color:#FFFFFF;
		border-width:1px;
		border-style:solid;
		border-color:#000000;
	}

	#left_nav {
		position: absolute;
		top:295px;
		left:2px;
		width: 200px;
		font-size:14px;
	}

	#right_nav {
		position: absolute;
		top:295px;
		left:765px;
		width: 200px;
		font-size:14px;
	}

	#right_header {
		position: absolute;
		top: 20px;
		left: 765px;
		width: 200px;
		font-size: 14px;
	}

	#left_header {
		position: absolute;
		top: 20px;
		left: 10px;
		width: 200px;
		font-size: 18px;
	}


	#header {
		width: 746px;
		/*	border-bottom: 4px #baae45 solid;*/
	}

	#gold_stripe {
		width: 746px;
		height: 5px;
		background-color:#baae45;
		border-bottom: 2px #FFFFFF solid;
	}
	#body_background {
		width:486px;
		border-left-color:#430309;
		border-left-width:200px;
		border-left-style:solid;
		padding: 30px
	}

	#footer {
		position: relative;
		bottom:0px;
		left:0px;
		width:746px;
		font-size:12px;
		color:#000000;
		background-color:#baae45;
		border-left: 2px #FFFFFF solid;
		border-right: 2px #FFFFFF solid;
		border-top: 2px #FFFFFF solid;
	}

	.footer_link a {
		color: #330000;
	}

	.footer_link a:hover {
		color: #990000;
	}

	.footer_link a:visited {
		color: #990000;
	}

	.nav_link td {
		border: 0px solid #FFFFFF;
	}

	.nav_link a {
		display: block;
		width: 190px;
		height: 20px;
		background-color:#330000;
		padding-top: 15px;
		margin-top:5px;
		padding-right:10px;
		text-decoration:none;
		color:white;
	}

	.nav_link a:hover {
		display: block;
		width: 190px;
		height: 20px;
		background-color:#660000;
		padding-top:15px;
		margin-top:5px;
		padding-right:10px;
		text-decoration:none;
		color:#FFFF99;
	}

	/*
</Style>

</head> */

