/* Links */

a:link {
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline
}
a:active {
	color: #F1CA62;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline
}
a:hover {
	color: #F1CA62;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline
} 
a:visited {
	font-family: arial, helvetica, sans-serif
}

a.nav2:link {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}
a.nav2:active {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}
a.nav2:hover {
	color: #FFFFFF;
	background: #5E4615 url(/images/gold-nav.gif);
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
} 
a.nav2:visited {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}



/* Global */

body {
	margin: 0px;
	background: #C2C2C2 url(/images/background.gif) repeat-y;
	font-family: arial
}

.main {
	background: #D1D1D1
}

.nav {
	background: #171717;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 9px;
	padding-right: 9px
}

.nav2 {
	color: #FFFFFF;
	background: #171717;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px
}

.headline {
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background: #C40707;
	padding: 5px 5px 5px 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px;
	border-style: solid;
	border-color: #000000;
	width: 686px
}

.maintable {
	margin-top: 15px;
	margin-bottom: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.content {
	color: #000000;
	background: #D1D1D1;
	text-align: left;
	padding: 5px 5px 5px 5px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	font-family: arial;
	font-size: 9pt;
	width: 686px
}

.light {
	background: #D1D1D1;
	color: #000000;
	font-family: arial;
	font-size: 9pt
}

.medium {
	background: #ACACAC;
	color: #000000;
	font-family: arial;
	font-size: 9pt
}

.medium2 {
	background: #ACACAC;
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	padding: 4px 4px 4px 4px;
	margin: 6px 6px 6px 6px;
}

.dark {
	background: #5E5E5E;
	color: #FFFFFF;
	font-family: arial;
	font-size: 9pt
}

.red {
	background: rgb(250,59,59);
	color: #000000;
	font-family: arial;
	font-size: 9pt
}

.smallheader {
	background: #5E5E5E;
	color: #FFFFFF;
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	margin: 6px 6px 6px 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000
}

.copyright {
	background: #171717;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: arial;
	font-size: 8pt;
}

/**** Photo Gallery ****/

.photo {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	margin-bottom: 5px
}


/* Discography */

.albumdetail {
	color: #000000;
	background: #D1D1D1;
	text-align: left;
	padding: 5px 5px 5px 5px;
	margin: 15px 15px 15px 15px;
	border-width: 2px;
	border-style: solid;
	border-color: #000000;
	font-family: arial;
	font-size: 9pt;
	height: 415px
}

.album {
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	margin-right: 10px
}

.albumtitle {
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #000000;
	line-height: 16pt;
}

/* Style for the form */
table.contactform {
	width: 99%;
}

/* Style for the form */
td.contactfieldname {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	width: 35%;	
}

/* Style for the form */
td.contactfieldvalue {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	width: 35%;	
}

/* Style for the form */
td.contactfielderrormsg {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	width: 30%;	
}

p.contact {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
}