@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(/images/background1.jpg);
	background-color: #4795d5;
}

#wrapper {
width: 950px;
margin: 0 auto;
text-align: left;
overflow:hidden;
} 

.pictures {
float: left;
padding: 0px 20px 8px 0px;
}

#navigation {
height: 50px;
font-weight: bold;
}

#navigation ul {
float: right;
list-style-type: none;
}

#navigation ul li {
float: left;
padding: 15px;
}

#navigation ul li a {
color: #fff;
text-decoration: none;
padding: 15px;
font-size: 1.2em;
}
#navigation ul a.active, #navigation ul a:hover {
background:#f82304;
-moz-border-radius: 15px;
border-radius: 15px;in-top: 10px;
}

#header {
height: 200px;
text-align:center;
padding: 10px 10px 20px 10px;
margin: 0 auto;
-moz-border-radius: 15px;
border-radius: 15px;
}

#main {
margin: 10px 10px 10px 10px;
background-color: #ffffff;
padding: 15px;
font-size: 105%;
margin: 15px 330px 10px 20px;
-moz-border-radius: 15px;
border-radius: 15px;
}

#sidebar {
margin: 15px 10px 10px 10px;
padding: 0 15px 15px 15px;
font-size: 105%;
width: 280px;
float:right;
}
#studio {
color:#000;
background-image:url(/images/sidebar.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#fff;
padding: 30px 10px 10px 10px;
margin-bottom: 20px;
-moz-border-radius: 15px;
border-radius: 15px;
}

#fees {
color:#000;
background-image:url(/images/sidebar.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#fff;
padding: 30px 10px 10px 10px;
margin-bottom: 20px;
-moz-border-radius: 15px;
border-radius: 15px;
}

#contact {
color:#000;
background-image:url(/images/sidebar.gif);
background-repeat:repeat-x;
background-position:top;
background-color:#fff;
padding: 30px 10px 10px 10px;
-moz-border-radius: 15px;
border-radius: 15px;
}
#footer {
font-size: 100%;
width: 100%;
margin: 0 auto;
}

#footer p {
margin: 0 auto;
padding: 10px;
font-size: 1.0em;
font-weight: bold;
text-align: center;
color:#FFFFFF;
}
#footer a:link {
color:#fff;
text-decoration:none;
}
#footer a:visited {
color:#fff;
text-decoration: none;
}
#footer a:hover {
color:#FF0000;
text-decoration: none;
}
#main p.instruments {
text-align: center;
font-weight:bold;
}

.style2 {color: #9900FF}
.style5 {color: #FF0000}
.style8 {font-size: medium}
.style9 {
	font-size: large;
	color: #FF0000;
}
.style11 {color: #33cc00}

-

