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

div#contentdiv {
	width: 670px;
	background: url(../images/aboutcenter.jpg) top left repeat-y;
	padding: 40px 30px 5px 50px;
	font-size: 0.9em;
	}
	
div#contentdiv p {
	margin-bottom: 12px;
	}
	
div#photodiv {
	width: 241px;
	height: 307px;
	position: absolute;
	left: 414px;
	top: 179px;
	background: url(../images/kaceyphototour.jpg) top left no-repeat;
	}
	
div#titlediv {
	width: 113px;
	height: 19px;
	position: absolute;
	left: 47px;
	top: 174px;
	background: url(../images/tourtitle.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;
	}
