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

* {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
body {
	font-size: 100.01%;
	background: #000;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
div#wrapperdiv {
	width: 750px;
	margin: auto;
	position: relative;
	}
	
div#titlediv {
	width: 300px;
	height: 35px;
	position: absolute;
	left: 288px;
	top: 170px;
	background: url(../images/aboutheader.gif) top left no-repeat;
	}
	
div#headerdiv {
	width: 750px;
	height: 114px;
	background: url(../images/newabout.jpg) top left no-repeat;
	}
	
div#topinfodiv {
	width: 750px;
	height: 32px;
	background: url(../images/newabout-12.jpg) top left no-repeat;
	}
	
div#contentdiv {
	width: 690px;
	background: url(../images/aboutcenter.jpg) top left repeat-y;
	padding: 40px 30px 5px 30px;
	font-size: 0.9em;
	}
	
div#contentdiv p {
	margin-bottom: 12px;
	}
	
div#contentdiv img {
	float: left;
	margin-top: -35px;
	margin-right: 15px;
	border: 1px solid #000;
	}
	
p.credit {
	font-size: 0.8em;
	}
	
div#footerdiv {
	width: 750px;
	height: 58px;
	background: url(../images/about-15.jpg) top left no-repeat;
	}
	
div#credits {
	width: 750px;
	margin: auto;
	}
	
div#copyright {
	width: 435px;
	padding-left: 10px;
	float: left;
	color: #444;
	font-size: 0.6em;
	text-align: left;
	}
	
div#dvm {
	width: 285px;
	padding-right: 15px;
	float: right;
	color: #444;
	font-size: 0.6em;
	text-align: right;
	}
	
a:link, a:visited {
	color: #444;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}
