/* 	
************************************************
** 	STYLE SHEET                               **
** 	CREATED FOR JENN KERSHNER - PIANO STUDIO  **
**	Friday, September 15, 2006                **
**	By: Jeremy Harrison                       **					
**	jeremy@spiread.com                        **
************************************************

*/

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	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: "Trebuchet MS", Arial, Helvetica sans-serif;
	font-size: 22px;
	font-weight: bold;
	color:#330000;
}

#main_wrapper {
	position: relative;
	width: 750px;
	height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
}

#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 
}

#left_nav {
	position: absolute;
	top:295px;
	left:2px;
	width: 200px;
	font-size:14px;
}

#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;
}

