/* Main Definitions */

body {
	font:small Trebuchet MS,Verdana,Geneva, Sans-Serif;
	background:#000 url(../graphics/pic_bg.jpg);
	background-attachment: fixed
	}

/*body {
	font:small Trebuchet MS,Verdana,Geneva, Sans-Serif;
	background:#fff; 
	}
*/

#content_outer {
	margin:0px;	
	}

#content {
	padding:25px;
	margin-left:165px;
	background:#fff;
	color:#000;
	}

#nav {
	padding:5px;
	float:left;
	width:165px;
	height:100%;
	}

#welcome1 {
	margin:20% 0 15% 0;
	margin-left: auto;
    margin-right: auto;
	max-width:270px;
	}

#welcome2 {
	margin-left:auto;
    margin-right:auto;
	max-width:540px;
	}
	
#header {
	padding:5px;
	margin-left:10px;
	margin-right:10px;
	float:right; 
	display:inline;  
	text-align:right
	}
	
#footer {
	padding:5px;
	margin-left:10px;
	margin-right:10px;
	height:60px;
	font-size:x-small;
	clear:both;
	background:#fff url(../graphics/wavy-staff-bg.gif) repeat-x;
	}

#footer .rside { 
	float:right; 
	display:inline;  
	text-align:right
	}

/* Content area headings */
#content h1, #content h2, #content h3, #content h4 {
	font-family:Trebuchet MS,Verdana,Geneva, Sans-Serif;
	color:#600;
	padding:0;
	background:transparent;

}	

#content h1 {
	font-size:1.8em;
}


#content h2 {
	font-size:1.6em;
}

#content h3 {
	font-size:1.3em;
}

#content h4 {
	font-size:1.1em;
}


/* Content List Items */
#content ul, #content ul li {
	list-style-type:none;
}

#content li {
	color:#000;
	background:url(../graphics/2-8th-notes.gif) no-repeat 0 .35em;
	margin-left:12px;
	padding-left:22px;
}

/* Content Links */
a:link {
	color:#600;
	background:transparent;
}

a:visited {
	color:#000;
	background:transparent;
}

a:hover {
	color:#999;
	background:transparent;
}

a:link, a:visited, a:hover {
	font-weight:normal;
}
