/* CSS Document
Kacey Jones Sings Mickey Newbury
Music Page CSS
© 2006 Kacey Jones
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
<!-- Updated 4/15/07 11:49AM -->
<!-- Validated 4/15/07 11:49AM --> */

div#contentdiv {
	width: 750px;
	background: url(../images/aboutcenter.jpg) top left repeat-y;
	padding: 0 0 25px 0;
	font-size: 0.9em;
	text-align: center;
	}
	
div#contentdiv p {
	margin-bottom: 15px;
	}
	
div#photodiv {
	display: none;
	width: 292px;
	height: 268px;
	position: absolute;
	left: 414px;
	top: 179px;
	background: url(../images/covermusicpage.jpg) top left no-repeat;
	}
	
div#titlediv {
	display: none;
	width: 196px;
	height: 19px;
	position: absolute;
	left: 47px;
	top: 174px;
	background: url(../images/contacttitle.gif) top left no-repeat;
	}

div#contentdiv a:link, div#contentdiv a:visited {
	text-decoration: underline;
	color: #5a4b26;
	}
	
div#contentdiv a:hover {
	text-decoration: underline;
	color: #930;
	}
	
div#contentdiv img {
	float: none;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 0;
	border: none;
	}
	
div.videodiv {
	border: 2px solid #000;
	width: 342px;
	margin: 0 auto 30px auto;
	padding: 20px 0 0 0;
	}
	
div#contentdiv div.videodiv img {
	border: 1px solid #000;
	margin: 0 0 15px 0;
	}
	
p.instruction {
	font-size: 80%;
	}
	
div#wrapperdiv h1 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 20px 0;
	color: #5a4b26;
	}