
body{
	font: small/1 Verdana,Arial,Helvetica,sans-serif;
	background: #000 url(image/fondo.png) repeat-x;
	margin: 0px;
	padding: 0px;
	color: #b7b7c8;	
}

#allcontent {
	width: 800px;

	background: #002255 url(image/fondo2.png) repeat-x;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px white;
}

#header {
	background-color: #980065;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 108px;
}

#navbar {
	color: white;
	background-color: #003380;
	padding: 10px 0px;
	margin: 0px 0px 10px 0px;
	clear: right;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	
}

#navbar ul {
	 margin: 0px;
       padding: 0px;
       list-style-type: none;
       text-align: center;
}
    
#navbar ul li {  
       display: inline;
   
}

#navbar ul li a {
	 color: #fff;
       text-decoration: none;
       padding: 9px 30px 8px 30px;
       margin: 0px 0px 0px 0px;

}

#navbar ul li a:hover {
    background-color: #002255;
}

#navbar ul li a:active {
    background-color: #002255;
}

#sidebar {
	font: large/1.6 Verdana,Arial,Helvetica,sans-serif;
	background-color: #002255;
	border: 1px solid white;
	border-right: 0px;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 10px 10px;
	width:300px;
	float: right;
	display: inline;
	color: white;
}

#sidebarform {
	font: small/1.6 Verdana,Arial,Helvetica,sans-serif;
	background-color: #002255;
	border: 1px solid white;
	border-right: 0px;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 10px 10px;
	width:300px;
	float: right;
	display: inline;
	color: white;
}
	
#main{
	font: small/1.6 Verdana,Arial,Helvetica,sans-serif;
	/*background: #002255 url(image/guitar.png) top left;*/
	padding: 10px 10px 10px 10px;
	margin: 10px 330px 0px 10px;
	background-color: #002255;
	border: 1px solid white;
	border-left: 0px;
}

#main p {

}


#footer{
	font: bold small/normal Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	color: #FFD700;
	background-color: #003380;
	padding: 5px;
	margin: 0px 330px 10px 10px;
	border-right: 1px solid white;
	border-top: 0px;
	
}

#subfooter{
	margin: 30px 10px 10px 10px;
}

li#instruments {
	list-style-image: url(image/guitar_bullet.png);
}

.valid{
	margin: 30px 0px 10px 10px;
}

/*Star of style for table on classes page*/

table#prices{
	margin: 20px 10px 0px 90px;	
	border-collapse: collapse;
	caption-side: bottom;
	border: 1px solid white;
	color: white;
} 

#prices td{
	border: 1px dotted white;
	padding: 5px 40px 5px 40px;

}

#prices caption{
	font-size: xx-small;
	margin: 3px 5px 20px 45px;
}

.cellcolor{
	background-color: #003380;
	
}

.cellcolorb{
	background-color: #003380;
}

/*End of style for table on classes page*/


h2 {
	border-bottom: 1px solid white;
	color: white;
}

h3 {
	font-family: Verdena, Arial, sans-serif;
	font-weight: bold;
	color: white;
}

a {
	color: white;
}

#temp {
	position: absolute;
	width: 325px;
	height: 510px;
	padding:0px;
	margin:0px;
	background-image: url(image/temp-background.png);
	top: 155px;
	left: 573px;
	color: black;
}

#temp p {
	background-color: white;
	width:200px;
	margin: 100px 60px 100px 60px;
	padding:10px;
}

#temp p a{
	color: black;
}