/* CSS Document
Kacey Jones Sings Mickey Newbury
News 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: 0 40px 25px 40px;
	font-size: 0.9em;
	text-align: left;
	}
	
div#contentdiv p {
	margin-bottom: 15px;
	}
	
div#spacerdiv {
	width: 700px;
	height: 400px;
	}
	
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;
	}
	
h1 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 10px;
	background: #495964 url(../images/newsback.jpg) top left no-repeat;
	color: #e6ca90;
	padding: 5px;
	}
