/* CSS Document */

/* Layout */




body {
	background-color:#0099FF;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	margin-top:20px;

}
img {
border:none;

}
.hiddenPic {display:none;}
#scroll {
    display:block;
    height:388px;
    overflow:auto;
    width:715px;
	position:relative;
	padding:0px;
}
#textbody{
	position:relative;
    display:block;
    width:400px;
    margin-left:20px;
}
#textbodyhome{
	position:relative;
    display:block;
    width:420px;
    margin-left:20px;
}
#textbodywide{
	position:relative;
    display:block;
    width:660px;
    margin-left:20px;
}
.bgnone{
	position: absolute;
	z-index: 0;
	width: 410px;
	height: 388px;
    margin-left:15px;
	background-color: #CCCCCC;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
.menutable{

}
.menutable a:link,.menutable a:visited,.menutable a:active{

font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#FFFFFF;
text-decoration:none;
}
.menutable a:hover{
color:#666666;
}
.buzz{
background-color:#2B1902;
	background-attachment: fixed;
	background-image: url(pages/buzz.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
	border: 1px;
	border-style: solid;
}
.studio{
background-color:#2B1902;
	background-attachment: fixed;
	background-image: url(pages/studio.jpg);
	background-repeat: no-repeat;	
	background-position: center 20px;
	border: 1px;
	border-style: solid;
}
.index{
background-color:#2B1902;
	background-attachment: fixed;
	background-image: url(pages/index.jpg);
	background-repeat: no-repeat;	
	background-position: center 20px;
	border: 1px;
	border-style: solid;
}
.home{
background-color:#2B1902;
	background-attachment: fixed;
	background-image: url(pages/home.jpg);
	background-repeat: no-repeat;	
	background-position: center 20px;
	border: 1px;
	border-style: solid;
}
.teaching{
background-color:#2B1902;
	background-attachment: fixed;
	background-image: url(pages/teaching.jpg);
	background-repeat: no-repeat;	
	background-position: center 20px;
	border: 1px;
	border-style: solid;
}
.lessons{
background-color:#2B1902;
	background-attachment: fixed;
	background-image: url(pages/lessons.jpg);
	background-repeat: no-repeat;	
	background-position: center 20px;
	border: 1px;
	border-style: solid;
}
.contact{
background-color:#2B1902;
	background-attachment: fixed;
	background-image: url(pages/contact.jpg);
	background-repeat: no-repeat;	
	background-position: center 20px;
	border: 1px;
	border-style: solid;
}
.instructors{
background-color:#2B1902;
	background-attachment: fixed;
	background-image: url(pages/contact.jpg);
	background-repeat: no-repeat;	
	background-position: center 20px;
	border: 1px;
	border-style: solid;
}


/* Text Styles */
.headers {
	color:#000000;
	font-weight: 700;
	font-size: 140%;
}
.subheaders {
	color: #000000;
	font-weight: 700;
	font-size: 120%;
}

/* links*/
a:link, a:visited, a:active{
	text-decoration: underline;
	font-weight: 400;
		color: #999999;
}
a:hover{
	text-decoration: underline;
	font-weight: 400;
		color:#cccccc;
}
/* email links*/
a.email:link, a.email:visited, a.email:active{
	color: #999999;
}
a.email:hover{
	color: #cccccc;
}

/*form style*/
#select select {
background-color:#b99d76;
border:1px solid #333333;
color:#000000;
font-size:12px;
width:140px;
}
#select input {
 background-color: #b99d76;
 color: #000000;
 border: 1px solid #333333;
}
#select input:visited {
 background-color: #b99d76;
 color: #000000;
 border: 1px solid #333333;
}
#select input:link {
 background-color: #b99d76;
 color: #000000;
 border: 1px solid #333333;
}
#select input:active {
 background-color: #FFF;
 color: #000000;
 border: 1px solid #333333;
}
#select input:hover {
 background-color: #FFF;
 color: #000000;
 border: 1px solid #333333;
}

#select textarea {
 background-color: #b99d76;
 color: #000000;
 border: 1px solid #333333;
height: 75px;
width: 300px;
	scrollbar-face-color: #869e6c;
scrollbar-track-color: #ede9c6;
scrollbar-arrow-color: #ede9c6;
scrollbar-3dlight-color: #394251;
scrollbar-shadow-color: #899465;
scrollbar-highlight-color: #899465;
scrollbar-darkshadow-color: #333333;
}