/* CSS Document */
*{
	margin: 0;
	padding: 0;
	}
body{
	background-color: #000;
	}
img{
	border:none;
}
ul{
	list-style-type: none;
}
p a:link, h1 a:link {
	color: #FFF;
	text-decoration: none;
	background-color: #404040;
}
p a:visited, h1 a:visited  {
	text-decoration: none;
	color: #FFF;
	background-color: #404040;
}
p a:hover, h1 a:hover  {
	text-decoration: none;
	color: #404040;
	background-color: #CCC;
}
p a:active, h1 a:active  {
	text-decoration: none;
	color: #FFF;
	background-color: #404040;
}
#contentLeft {
	background-color: #000;
	height: 630px;
	width: 650px;
	background-image: url(../images/concertFlyer.jpg);
	background-repeat: no-repeat;
	background-position: 91px 0px;
	}
#contentRight {
	background-color: #404040;
	height: 100%;
	width: 304px;
	position: absolute;
	left: 650px;
	top: 0;
	}
#contentRight #navItems {
	margin: 50px 0 0 43px;
	}
#contentRight #navItems img {
	margin: 0 0 8px 0;
	}
#contentRight p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFF;
	margin: 0 0 4px 0;
	}
#contentRight h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	margin: 20px 0 4px 0;
	}
