/** {
	padding:0px;
	margin:0px;
}*/
html, body {
    background: #262626;
    overflow:hidden;
}
body {
	font: 10pt/12pt Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color:#262c36;
	padding-left:20px;
	padding-right:20px;
	padding-top:190px;
	padding-bottom:0px;
	text-align: center;
}
td {
	font: 10pt/12pt Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	color:#262c36;
}
#header {
	background: #ffffff url(images/bg.jpg) no-repeat 0 0;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-400px;
	
	width:800px;
	height:100%;

	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-color:#ffffff;
	border-style:solid;
	z-index:1;
}
#topmusic {
	background: #ffffff;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-400px;
	
	width:800px;
	height:100%;

	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
	border-bottom-width:0px;
	border-color:#ffffff;
	border-style:solid;
	z-index:1;
}
#menu {
    text-align:left;
    position:absolute;
    top:169px;
    left:50%;
    margin-left:-389px;
    width:330px;
    height:170px;
    z-index:2;
}
#mtitle {
    position:absolute;
    top:137px;
    left:50%;
    margin-left:-180px;
    width:250px;
    height:31px;
    z-index:2;
}
#address {
    position:absolute;
    top:473px;
    left:50%;
    margin-left:-384px;
    width:150px;
    height:80px;
    z-index:2;
}
#container {
    margin-left:auto;
    margin-right:auto;
    width:800px;
    height:100%;
}
#content {
    float:right;
    text-align:justify;
    position:relative;
    width:590px;
    height:100%;
    overflow : auto;
    z-index:5;
    scrollbar-arrow-color: #262c38;
    scrollbar-base-color: #262c38;
    scrollbar-track-color: #ecf1f8;
    scrollbar-face-color: #bfc3cb;
    scrollbar-highlight-color: #bfc3cb;
    scrollbar-3dlight-color: #262c38;
    scrollbar-darkshadow-color: #262c38;
    scrollbar-shadow-color: #bfc3cb;
}
img { border:0px; }
a { color:#4e5a6f; text-decoration:none; }
a:hover { color:#000000; text-decoration:none; }
input {
	border: 1px #404040 solid;
	background-color: #ECEFF4;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	padding:2px;
}
select {
	border: 1px #404040 solid;
	background-color: #ECEFF4;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	padding:2px;
}
textarea {
	border: 1px #404040 solid;
	background-color: #ECEFF4;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	padding:2px;
}
