@charset "UTF-8";
/* CSS Document */

body {
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(../imgs/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	padding: 0px;
	clear: both;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../imgs/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: none;
}
#header {
	clear: both;
	height: 289px;
	width: 950px;
	background-image: url(../imgs/main_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
}
#leftContent {
	margin: -25px 0px 0px;
	padding: 0px;
	float: left;
	width: 250px;
	clear: left;
}
#rightContent {
	margin: 25px 14px 0px 0px;
	padding: 0px;
	float: right;
	width: 665px;
	clear: right;
}
.introPara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .1em;
}
#navpanel {
	width: 250px;
}
#footer {
	margin: 0px 0px 0px 255px;
	padding: 20px 0px 0px;
	clear: both;
	width: 680px;
}
#footerNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333333;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a:link, a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover, a:active {
	color: #CCFF00;
	text-decoration: none;
}
.secondaryNav:link, .secondaryNav:visited {
	color: #333333;
	text-decoration: none;
}
.secondaryNav:hover, .secondaryNav:active {
	color: #CCFF00;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	display: block;
	line-height: 35px;
	text-indent: 14px;
	font-size: 21px;
	color: #FFFFFF;
	background-image: url(../imgs/header_backer.gif);
}
.boldText {
	font-weight: bold;
	color: #FFFFFF;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 14px 0px;
	clear: both;
}
#discogNav {
	height: 57px;
	width: 680px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.discogItem {
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	clear: both;
	float: right;
}
.discogDate {
	clear: both;
	float: right;
	display: block;
	width: 680px;
}
.discogTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	text-transform: lowercase;
	display: block;
}
.discogImg {
	float: right;
	border: 1px solid #FFFFFF;
	clear: right;
	margin: 0px 0px 10px 20px;
	padding: 0px;
	display: block;
}
.italic {
	font-style: italic;
}
.top {
	text-align: right;
	display: block;
	padding: 5px;
	clear: both;
	color: #999999;
	margin: 0px;
}
.top:link, .top:visited {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
.top:hover, .top:active {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCFF00;
	text-decoration: none;
}
h5 {
	color: #333333;
	text-transform: uppercase;
	font-size: 14px;
}
#rightContent li {
	list-style-image: url(../imgs/listsquare.gif);
	line-height: 18px;
	padding-bottom: 5px;
}
form {
	padding: 10px 10px 20px;
	background-color: #333333;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	margin-bottom: 10px;
}
#form p {
	padding: 10px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#form label {
	float: left;
	clear: left;
	width: 150px;
	display: block;
	padding: 0px;
	margin: 0px;
}
.inputAreas {
	width: 300px;
}
#rightContent p {
	margin-left: 7px;
}
#clear {
	clear: both;
	float: left;
	width: 800px;
}
