/* Blacksheep Music Festival CSS Document */

html, body, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited {
	color: #005F5F;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

#container {
	background-image: url(../images/twirl.gif);
	background-position: -70px -420px;
	background-repeat: no-repeat;
}

#head {

}

#nav {
	height: 22px;
	background-color: #000;
}

#logo {

}

#main {
	
}

#pagetitle {
	background-color: #000;
	height: 22px;
	vertical-align: top;
	width: 575px;
	padding: 0;
	text-align: left;
}

#pagetitle_edge {
	height: 3px;
	background-image: url(../images/pagetitle_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	vertical-align: top;
}

#tagline {
	padding: 15px 0 0px 0;
	margin: 0;
	height: 50px;
}

#tile {
	width: 175px;
	text-align: right;
	vertical-align: top;
	background-color: #066;
}

#maincontent {
	vertical-align: top;
	height: 400px;
	padding: 0 50px 20px 10px;
	line-height: 20px;
}

#maincontent img {
	margin: 10px;
}

.highlight {
	/*background-color: #005F5F;
	color: #FFF;
	padding: 10px;*/
}

#footer_table {
	
}

#footer_edge {
	background-image: url(../images/footernav_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 4px;
}

#footer {
	background-color: #000;
	height: 24px;
	color: #FFF;
	font-size: 12px;
	text-align: right;
	padding-right: 4px;
}

#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FEFF00;
	text-decoration: none;
}

#extreme {
	height: 50px;
	color: #7A7A7A;
	font-size: 11px;
	text-align: right;
	vertical-align: top;
	padding-right: 4px;
	padding-top: 5px;
}

#extreme a:link, #extreme a:visited {
	color: #7A7A7A;
	text-decoration: none;
}

#extreme a:hover, #extreme a:active {
	color: #000;
	text-decoration: none;
}