/* CSS Document */

body {
	background-color: #000;
	text-align: center;
	}
	
#box {
	position: absolute;
	width: 803px;
	height: 643px;
	margin-left: -402px;
	margin-top: 30px;
	padding-bottom: 40px;
	left: 50%;
	background-image: url(../img/page_background_quote.jpg);
	background-repeat: no-repeat;
	}
	
.row {
	margin: 0 !important;
	margin-bottom: -4px;
	padding: 0;
	}
	
#navigation {
	width: 140px;
	float: right;
	height: 100px;
	margin-top: 150px;
	margin-right: 25px;
	color: white;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	line-height: 210%;
	}
	
#navigation .performers {
	margin-top: -22px;
	}
	
#navigation .organizations {
	margin-top: -44px;
	}
	
#navigation .venue {
	margin-top: -66px;
	}
	
#navigation .contact {
	margin-top: -88px;
	}
	
#navigation a:link, #navigation a:visited, #navigation a:active {
	color: #414141;
	text-decoration: none;
	}

#navigation a:hover {
	color: #767676;
	text-decoration: none;
	}
	
#body {
	float: left;
	width: 385px;
	color: #f5f4f4;
	margin-top: 181px;
	margin-left: 220px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	}
	
#body a:link, #body a:visited, #body a:active, #body a:hover {
	color: #888888;
	}

