/*
Style Sheet for www.CenterStageMusic.com
Author: Josh Wilkerson | Company: PowerServe www.powerserve.net
*/



* {margin:0; padding:0;}

body {
	background:url("/img/bg.png") top left repeat-x #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000;
	text-align:center;
	}
a { text-decoration:none; color:#006;}
a:hover { text-decoration:none; color:#900;}
#clear { clear:both;}
.right { float:right;}
.left { float:left;}

/* Start Container */
	
#container {
	margin:20px auto;
	text-align:left;
	width:909px;
	}
	
/* Start Header */

#header {
	background:url("/img/header-bg.png") top left no-repeat;
	width:909px;
	height:135px;
	}
	
/* End Header */
/* Start Top Navigation */

#topnav {
	background:url("/img/topnav-bg.png") top left no-repeat;
	height:30px;
	width:909px;
	}
#topnav ul {
	list-style:none;
	margin:0 0 0 5px;
	}
#topnav ul li {
	background:url("/img/topnav-div.gif") top left no-repeat;
	float:left;
	padding:0 0 0 3px;
	}
#topnav ul .first {
	background:none;
	}
#topnav ul li a {
	color:#fff;
	display:block;
	font-size:14px;
	text-transform:uppercase;
	padding: 6px 28px 7px 28px;
	}
#topnav ul li a:hover {
	background:url("/img/topnav-over.png") top left repeat-x;
	color:#900;
	}
	
/* End Top Navigation */
/* Start Page */

#page {
	background:url("/img/container-bg.png") top left repeat-y;
	width:909px;
	}
#page h1 {
	color:#006;
	font-size:24px;
	text-transform:uppercase;
	}
#page h2 {
	color:#006;
	font-size:18px; 
	}
#page h3 {
	color:#006;
	font-size:15px; 
	}
#page p {
	color:#000;
	font-size:12px; 
	padding:10px 0 10px 0;
	}
#page img {
	border:1px solid #000;
	margin:5px 0 10px 10px;
	}
/* Start Home Page */
#welcome {
	float:left;
	margin:15px 20px 5px 20px;
	width:868px;
	}
#welcome #top {
	background:url("/img/content-home-top.png") bottom left no-repeat;
	height:6px;
	font-size:1px;
	}
#welcome #mid {
	background:url("/img/content-home-bg.png") top left repeat-y;
	padding:5px 15px 5px 15px;
	}
#welcome #bot {
	background:url("/img/content-home-bottom.png") top left no-repeat;
	height:6px;
	font-size:1px;
	}
	
#section {
	float:left;
	width:208px;
	margin:0 0 5px 12px;
	}	
#sectionfirst {
	float:left;
	width:208px;
	margin:0 0 5px 10px;
	}
#section img, #sectionfirst img {
	border:none;
	}
/* End Home Page */
/* Start Left Side */

#productnav, #lessons #lessonsnav { 
	display: block;
	}
#lessonsnav, #lessons #productnav {
	display: none;
	}
#home #productnav {
	display:none;
	}
#lessonsnav, #productnav {
	float:left;
	width:208px;
	margin:15px 0 20px 20px;
	}
#lessonsnav img, #productnav img {
	border:none;
	margin:0 0 0 0;
	}
#leftnav {
	width:208px;
	margin:8px 0 0 0;
	}

#leftnav #top {
	background:url("/img/leftnav-top.png") bottom left no-repeat;
	height:4px;
	font-size:1px;
	}
#leftnav #mid {
	background:url("/img/leftnav-bg.png") top left repeat-y;
	padding:0 0 0 4px;
	}
#leftnav #bot {
	background:url("/img/leftnav-bottom.png") top left no-repeat;
	height:4px;
	font-size:1px;
	}
#leftnav ul {
	list-style:none;
	width:200px;
	}
#leftnav ul li {
	list-style:none;
	border:solid #333;
	border-width:0 0 1px 0;
	}
#leftnav ul a {
	color:#fff;
	display:block;
	font-size:14px;
	padding:7px 1px 7px 7px;
	}
#leftnav ul a:hover {
	background:url("/img/leftnav-over.png") top left repeat-y;
	color:#900;
	}
/* End Left Side */
/* Start Main Pages */

#main {
	float:left;
	margin:15px 0 15px 10px;
	width:650px;
	}
#main #top {
	background:url("/img/content-main-top.png") bottom left no-repeat;
	font-size:1px;
	height:6px;
	}
#main #mid {
	background:url("/img/content-main-bg.png") top left repeat-y;
	padding:5px 15px 5px 15px;
	min-height:300px;
	}
#main #bot {
	background:url("/img/content-main-bottom.png") top left no-repeat;
	height:6px;
	font-size:1px;
	}
#main .staff {
	border-collapse:collapse;
	}
#main .staff td {
	vertical-align:top;
	text-align:center;
	padding:8px 20px 8px 20px;
	}
#main .staff img {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
/* End Main Pages */
/* End Page */
/* Start Footer */

#footer {
	background:url("/img/footer-bg.png") top left no-repeat;
	width:909px;
	height:34px;
	}
#footer p {
	color:#fff;
	font-size:10px;
	text-align:right;
	padding:7px 10px 0 0;
	}
#footer a {
	color:#fff;
	font-size:10px;
	}
#footer a:hover {
	color:#ccc;
	}

/* End Footer */
/* End Container */


