/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image: url(../images/musictile1.jpg);
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat;	
/*	background:#f2a142;  */
	font-family: "Georgia","Times New Roman", serif;
	color: black;
}

blockquote {
	font-style: italic;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
}

a.urlstyle:link, a.urlstyle:visited, a.urlstyle:hover, a.urlstyle:active {
	font-size: small;
	font-family: "Courier", "Monaco", monospace;
	font-weight: normal;
	text-decoration: none;
	color: blue;
}

a.nav:link, a.nav:visited, a.nav:active {
	font-size: small;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a.nav:hover {
	font-size: small;
	font-family: "Georgia", "Times New Roman", serif;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

.nav {
	background-color: transparent;
}

a.subnav:link, a.subnav:visited, a.subnav:active {
	font-size: small;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}

a.subnav:hover {
	font-size: small;
	font-family: "Arial", "Helvetica", sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color: #666;
}

.subnav {
	text-align: center;
	background-color: transparent;
	font-size: small;
	font-family: "Arial", "Helvetica", sans-serif;
	color: #666;
}

table.clientarea {
	
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#banner {
	margin:0px auto;
	margin-top:0px;
}

#clientarea {
	width:750px;
	margin:0px auto;
	margin-top: 5px;
	text-align:left;
	padding:15px;
	border:1px #333;
	background-color:#eee;
	color: black;
}

#centeredclientarea {
	width:750px;
	margin:0px auto;
	margin-top: 5px;
	text-align: center;
	padding:15px;
	border:1px #333;
	background-color:#eee;
	color: black;
}

/*
td {
	background: #fff;
}
*/
.mesg {
	font-size: 12px;
	background: #000;
	color: white;
	font-family: "Gill Sans", arial, sans-serif;
}

}
img{
	border:0;
}


/* BELOW IS FROM GUESTBOOK STYLESHEET */

fieldset {
	margin:0px auto;
	border: solid 1px #666666;
	width: 590px;
	padding: 4px 4px 4px 4px;
	margin-top: 30px;
	margin-bottom: 15px;
	background-color:#eee;
}

legend {
	color: #ffffff;
	background: #336633;
	border: 1px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
}

.inputText, .inputTextArea {
	margin: 2px 0px 2px 5px;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
	color: #000000;
	background: #99cc99;
	border: 2px outset #cccccc;
	width: 120px;
}

.footer {
	clear: both;
	width: 600px;
	margin: 0px auto;
	margin-top: 8px;
/*	font-family: Arial, sans-serif; */
	font-size: 10pt;
	text-align: center;
/*	font-weight: bold;	*/
	color: #000000;
/*	border-top: solid 2px #000000; */
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}

/*
a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #990099;
}

a:active {
	color: #ff0000;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
}
*/
.entry {
	width: 580px;
	border-bottom: solid 2px #999999;
	margin-bottom: 5px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	clear: both;
}

.entry .field, .timestamp {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 4px;
}

.entry .field .value {
	margin-left: 110px;
}

.timestamp {
	margin: 0px 0px 4px 110px;
	padding-top: 4px;
	clear: both;
}


.navigation {
	float: left;
}

/* ABOVE IS FROM GUESTBOOK STYLESHEET */

