
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
    background-color: #000;
    margin: 0;
    padding: 0;
}


div, p, b, span, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dd, dt, form, fieldset, input, textarea, label, table, tr, td {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.clear {
    font-size: 1px;
    line-height: 1px;
    clear: both;
}


/*                  MAIN FRAME
-----------------------------------------------------------------------*/


div#vertical-margin {
	margin-top: -180px;
	position: absolute;
	top: 50%;
	width: 100%;
}

div#main-frame {
	width: 770px;
	height: 310px;
	margin: 0 auto;
	border: 0px solid #666;
	padding: 15px;
	position: relative;
}

div#logo-bg {
	width: 250px;
	height: 300px;
	background: transparent url(../images/logo-bg.jpg) no-repeat scroll 0 0;
	float: right;
}

div.menu {
	width: 150px;
	height: 310px;
	border: 0px solid #333;
	float: left;
	margin-right: 15px;
}



h1 {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 15px;
	color: #d7d7d7;
	margin-bottom: 5px;
}

h2 {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 12px;
	color: #d7d7d7;
	font-weight: normal;
}



div.menu h1 a {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 15px;
	color: #d7d7d7;
	text-decoration: none;
}

div.menu h1 a:hover.about {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 15px;
	color: #a59c3c;
	text-decoration: none;
}

div.menu h1 a:hover.gallery {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 15px;
	color: #8f5f39;
	text-decoration: none;
}

div.menu h1 a:hover.contact {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 15px;
	color: #45364d;
	text-decoration: none;
}


div.menu a img {
	border: 0 none;
	filter:alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}


div.menu a:hover img {
	border: 0 none;
	filter:alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}

a {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #d7d7d7;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}




p.text {
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-size: 13px;
	color: #d7d7d7;
	text-align: justify;
	line-height: 120%;
}

p.text a {
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-size: 13px;
	color: #d7d7d7;
	text-align: justify;
	line-height: 130%;
	text-decoration: none;
	border-bottom: 0px dotted #d7d7d7;
	padding-bottom: 2px;
}

p.text a:hover {
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-size: 13px;
	color: #999;
	text-align: justify;
	line-height: 130%;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	padding-bottom: 2px;
}

/*                  INSTRUMENTS
-----------------------------------------------------------------------*/

h3 {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #d7d7d7;
	margin-bottom: 5px;
}



ul.instrument-list {
	margin-bottom: 10px;
}

ul.instrument-list li {
	text-indent: 10px;
}

ul.instrument-list li a {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	color: #d7d7d7;
	text-decoration: none;
}	

ul.instrument-list li a:hover {
	color: #999;
	text-decoration: underline;
}

ul.instrument-list li a:visited {
	color: #888;
}

/*                  FOOTER
-----------------------------------------------------------------------*/


div#footer {
	width: 800px;
	height: 15px;
	margin: 0 auto;
	border: 0px solid #333;
}

div#footer span {
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	color: #666;
	float: right;
	margin-top: 1px;
}

div#footer span a {
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

div#footer span a:hover {
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

div#footer-about {
	width: 15px;
	height: 15px;
	background-color: #a59c3c;
	float: right;
	margin-left: 5px;
}

div#footer-instruments {
	width: 15px;
	height: 15px;
	background-color: #8f5f39;
	float: right;
	margin-left: 5px;
}

div#footer-contact {
	width: 15px;
	height: 15px;
	background-color: #45364d;
	float: right;
	margin-left: 5px;
}






