body {
	background: #600 url(images/background.jpg) repeat-y center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a {
	color: #101010;
	text-decoration: none;
	border-bottom: dotted #7b4e0f 1px;
}
a:hover {
	color: #990000;
	text-decoration: none;
	border-bottom: none;
}
h1, h2 {
	font-family: Georgia, 'Lucida Grande', 'Lucida Sans Unicode', serif;
	text-indent: 0;
	border-bottom: solid #000 1px;
	margin-bottom: -0.3em;
}
h1 {
	font-style: italic;
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
	width: 75%;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	width: 250px;
	background-color: #E6E6E6;
	border: 1px solid;
}
#page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #2e2e2e;
	text-align: left;
	width: 700px;
	margin: auto;
}
#header {
	background:  url(images/new/header.jpg) no-repeat;
	width: 700px;
	height: 130px;
	cursor: pointer;
}
#header h1 {
	display: none;
}
#menu {
	display: block;
	height: 40px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#menu li {
	float: left;
	display: inline;
	height: 40px;
}
#menu a {
	display: block;
	height: 0px;
	padding-top: 40px;
	border: 0;
	overflow: hidden;
}

#menu li#link1 { background: transparent url(images/new/menu_1.gif) no-repeat; width: 110px; }
#menu li#link2 { background: transparent url(images/new/menu_2.gif) no-repeat; width: 110px; }
#menu li#link3 { background: transparent url(images/new/menu_3.gif) no-repeat; width: 90px; }
#menu li#link4 { background: transparent url(images/new/menu_4.gif) no-repeat; width: 75px; }
#menu li#link5 { background: transparent url(images/new/menu_5.gif) no-repeat; width: 75px; }
#menu li#link6 { background: transparent url(images/new/menu_6.gif) no-repeat; width: 80px; }
#menu li#link7 { background: transparent url(images/new/menu_7.gif) no-repeat; width: 70px; }
#menu li#link8 { background: transparent url(images/new/menu_8.gif) no-repeat; width: 90px; }

#menu li#link1 a:hover { background: transparent url(images/new/menu_1_on.gif) no-repeat; }
#menu li#link2 a:hover { background: transparent url(images/new/menu_2_on.gif) no-repeat; }
#menu li#link3 a:hover { background: transparent url(images/new/menu_3_on.gif) no-repeat; }
#menu li#link4 a:hover { background: transparent url(images/new/menu_4_on.gif) no-repeat; }
#menu li#link5 a:hover { background: transparent url(images/new/menu_5_on.gif) no-repeat; }
#menu li#link6 a:hover { background: transparent url(images/new/menu_6_on.gif) no-repeat; }
#menu li#link7 a:hover { background: transparent url(images/new/menu_7.gif) no-repeat; }
#menu li#link8 a:hover { background: transparent url(images/new/menu_8.gif) no-repeat; }

#content {
	background: url(images/trebleclef.gif) no-repeat left bottom;
	text-indent: 1em;
	padding: 1px 40px 50px 115px;
}
#content-index {
	text-indent: 1em;
	padding-left: 5px;
}
#content-index p {

}
#footer {
	background: url(images/new/footerbg.gif) repeat-x left bottom;
	font-family: Georgia, 'Lucida Grande', 'Lucida Sans Unicode', serif;
	background-color: #cccccc;
	color: #666;
	font-size: 80%;
	text-align: center;
	padding: 5px 10px;
}
#footer a {
	color: #333;
	border-bottom: none;
}
#footer a:hover {
	color: #000;
}

.contactbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
.contacttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	width: 150px;
	background-color: #E6E6E6;
	border: 1px solid;
}
#table-border td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.quote-text {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	letter-spacing: 3pt;
	text-align: center;
}