/* CSS Document */
/* Created by: Chaka Akbar		*/
/* Date: 12.1.06				*/
/**/
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.frame {
	width:760px;
	height: 100%;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	background-color: #000000;
	border: medium;
}
a:link, a:visited {
	color: #00FF00;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
h1 {
	text-align: center;
	color: #FF0099;
	font-family: "Matisse ITC";
	font-weight: lighter;
	text-transform: uppercase;
}

.topnav {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-bottom-style: outset;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.topnav td {
	padding: 5px 5px 3px;
	text-align: center;
	vertical-align: middle;
	background-repeat: repeat;
	background-position: center center;
}
.topnav td a:link, .topnav td a:visited {
	color: #EEEEEE;
	font-family: "Matisse ITC";
	font-weight: lighter;
	line-height: 30px;
	font-size: large;
	text-transform: uppercase;
}
.topnav td a:hover {
	color: #FF0099;
}
a#home:link, a#home:visited {
	background-image: url(images/menu_buttons/01_homeup.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 62px;
	display: block;
}
a#home:hover {
	background-image: url(images/menu_buttons/01_homeover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 62px;
}
a#schedule:link, a#schedule:visited {
	background-image: url(images/menu_buttons/02_scheduleeventup.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 140px;
	display: block;
}
a#schedule:hover {
	background-image: url(images/menu_buttons/02_scheduleeventover.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 140px;
	display: block;
}
a#request:link, a#request:visited {
	background-image: url(images/menu_buttons/03_requestmusicup.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 140px;
	display: block;
}
a#request:hover {
	background-image: url(images/menu_buttons/03_requestmusicover.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 140px;
}
a#contract:link, a#contract:visited {
	background-image: url(images/menu_buttons/04_eventcontractup.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 140px;
	display: block;
}
a#contract:hover {
	background-image: url(images/menu_buttons/04_eventcontractover.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 140px;
}
a#references:link, a#references:visited {
	background-image: url(images/menu_buttons/05_referencesup.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 100px;
	display: block;
}
a#references:hover {
	background-image: url(images/menu_buttons/05_referencesover.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 100px;
}
a#feedback:link, a#feedback:visited {
	background-image: url(images/menu_buttons/06_feedbackup.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 84px;
	display: block;
}
a#feedback:hover {
	background-image: url(images/menu_buttons/06_feedbackover.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 84px;
}
a#specials:link, a#specials:visited {
	background-image: url(images/holiday-specials-button_up.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 90px;
	width: 160px;
	display: block;
	text-align: center;
}
a#specials:hover {
	background-image: url(images/holiday-specials-button_over.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 90px;
	width: 160px;
	display: block;
}
.centercol {
	vertical-align: top;
	/* background-color: #1C0055; */
	background-color:  #1C0055;
	padding: 10px 20px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#maincontent {
	border: thin solid #FFFFFF;
	float: left;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: top;
}
.rightnav {
	margin-bottom: 100%;
	width: 200px;
	color: #FFFFFF;
	vertical-align: top;
	text-align: center;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	font-size: small;
	background-color: #000066;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

.footer {
	font-size: small;
	text-align: center;
	padding: 10px;
}
.holidaylink {
	text-decoration: blink;
	font-weight: bold;
	font-size: x-large;
	text-transform: uppercase;
}
