/* CSS Document */
*{padding: 0; margin: 0;}

/*	------------     Structure     ------------*/
	body {
		background: #fff top center no-repeat fixed;
		font-family: Verdana, Courier, Helvetica, sans-serif;
		font-size: 12px;
		background-image: url(../img/bg_dancer.jpg);
	}
	
	#header {
		text-align: center;
		background: #fff url(../img/header.jpg) top center no-repeat scroll;
		width: 780px;
		height: 167px;
		margin: 0 auto;
		border: solid 1px #000;
	}
	
	#content {
		margin: 0 auto 1px auto;
		padding: 35px 0 50px 0;
		width: 780px;
		min-height: 400px;
		/*background:#f4f4f4 url(../img/body_bglogo.png) top left no-repeat scroll;*/
		background-color: #fff;
		border: 1px solid #000;
	}
	#leftColumn {
		width: 528px;
		padding: 0 8px 0 20px;
		/*border-right: thin solid #000;*/
		float: left;
		line-height: 180%;
	}
	#rightColumn {
		float: right;
		padding: 0 30px 0 0;
	}
	#rightColumn img, #rightColumn form {
		margin: 5px 0;
	}
	#rightColumn a img, #rightColumn a:link img {border: 1px solid #000;}
	#rightColumn a:hover img, #rightColumn a:active img, #rightColumn form .border:hover {border: 1px solid #0076a3}

/*	------------     Classes     ------------*/
.clearLeft {clear: left}
.colorTwo {color: #0076a3}	/* #ce6518 */
.upperCase {text-transform:uppercase}
.lowerCase {text-transform:lowercase}
.justify {text-align: justify;}
.border {border: 1px solid #000;}
.buy {
	font-size: 12px;
	float:right;
	margin: 0 28px 0 0;
	padding: 0;
	line-height: 100%;
}

.articleDate {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 15px;
}

#listen {
	margin: 0 auto;
	width: 780px;
	height: 450px;
}
#homeAlbum {
	padding-bottom: -8px;
}
#player {
	width: auto;
	display: inline;
	margin: 0 auto;
}
#moreMusic {
	margin: 10px 0 25px 0;
	font-size: 18px;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 8px;
}
p {
	margin: 0 0 20px 0;
	text-align: justify;
}
a {
	color: #0076a3;
	text-decoration: none;
}
a:hover {color: #9a9a9a}

hr {height:1px;}


/*	------------     Nav     ------------*/
	#navcontainer {
		width: 780px;
		margin: 0 auto;
		font-size: 16px;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		text-transform: uppercase;
		background-color: #fff;
	}
	#navcontainer ul {
		width: auto;
		margin: 0 auto;
		font-family: arial, helvetica, sans-serif;
	}
	#navcontainer ul li {
		display: inline;
	}
	
	#navcontainer a {
		padding: 2px 14px;
		color: #000;
		text-decoration: none;
		float: left;
	}
	
	#navcontainer a:hover {
		color: #666;
	}

/*	------------     IE PNG Hack     ------------*/
	/*#content img, div { behavior: url(/css/iepngfix.htc) }*/
