/* CSS Document
Kacey Jones Sings Mickey Newbury
Music Page CSS
© 2006 Kacey Jones
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

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: 12px;
	}
	
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#flashdiv {
	width: 750px;
	margin-top: 15px;
	}

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;
	}
