html,body {
	margin:0px; 
	padding:8px 0px;
	text-align:center;
	background:#999 url(../images/back.png) top center repeat-x fixed;
	scrollbar-3dlight-color: #000080;
	scrollbar-arrow-color: #ddd;
	scrollbar-face-color: #000080;
	scrollbar-darkshadow-color: #000080;
	scrollbar-highlight-color: #ddd;
	scrollbar-shadow-color: #ddd;
	scrollbar-track-color: #000080;
	margin-bottom:10px;
	color:#fff;
}
#master {
	position:relative;
	width:932px;
	margin:auto;
}
#header {
	height:110px;
	width:100%;
	background:#000084 url(../images/header.gif) no-repeat;
	letter-spacing:2px; 
	font:bold 18px 'Courier New', Courier, monospace;
}
#content {
	text-align:left;
	background-color:#000;
	overflow:auto;
	font:11px Verdana, Geneva, sans-serif;
	line-height:15px;
	border-left:2px solid #000084;
	border-right:2px solid #000084;
	padding-bottom:6px
}
.left, .center, .right {
	float:left;
	background-color:#000084;
	padding:10px;
	margin-left:18px;
	margin-top:15px
}
.left {
	width:146px;
}
.center {
	width:450px;
}
.right {
	width:200px;
}
#footer {
	text-align:center;
	background:#000084 url(../images/footer.gif);
	font:10px Verdana, Geneva, sans-serif;
	height:45px;
	width:100%;
}
img {
	border:none
}
.heading {
	background-color:#ff9900; 
	color:#000; 
	padding:2px 0px 2px 6px; 
	font-weight:bold;
	margin-bottom:5px
}
/*curvy corners*/
#header {
	border-top-left-radius:15px;
  	border-top-right-radius:15px;
  -moz-border-radius-topleft:15px;
  -moz-border-radius-topright:15px;
  -webkit-border-top-left-radius:15px;
  -webkit-border-top-right-radius:15px;
}
#footer {
	border-bottom-left-radius:15px;
  	border-bottom-right-radius:15px;
  -moz-border-radius-bottomleft:15px;
  -moz-border-radius-bottomright:15px;
  -webkit-border-bottom-left-radius:15px;
  -webkit-border-bottom-right-radius:15px;
}
.left, .center, .right, .corners {
	border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
} 
/*links*/
a {
	white-space:nowrap
}
a:link, a:visited {
	text-decoration:none;
	color: #ffaa00
}
a:hover, a:focus, a:active {
	color:#000;
	background-color:#ffaa00;
}
/*contact*/
.form {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
input {
	font: 11px Verdana, Geneva, sans-serif;
	padding-left: 2px;
	height: 14px;
	background-color:#ddd;
	border: 1px solid #666;
}
textarea {
	font: 11px Verdana, Geneva, sans-serif;
	padding-left: 2px;
	background-color:#ddd;
	border: 1px solid #666;
}
.subm {
	font: 11px Verdana, Geneva, sans-serif;
	height: 18px;
	border: 1px solid #666;
	background-color:#ddd;
}
/*coin musiciens*/
.hide {
	display:none
}
