@charset "UTF-8";
/* CSS Document
R.W. Hampton
Common CSS
© 2008 R.W. Hampton
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com
Built 11/5/07 10:25AM
Updated 11/5/07 10:25AM
Validated 11/5/07 10:25AM */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

/* Remove list-style from lists */
ol, ul {
	list-style: none;
	}
	
/* Normalize font-style and font-weight */
address, captin, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
		

/* Universal */

html, body {
	color: #fff;
	background: #000;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	}
	
	
/* Global Layout Elements */	
	
div#wrapperdiv {
	width: 1080px;
	margin: auto;
	}
	
div.clearfloats {
	clear: both;
	}
	
div#headerdiv {
	width: 1080px;
	height: 79px;
	background: url(../images/bio4_01.jpg) top left no-repeat;
	}
	
div#navdiv {
	width: 1080px;
	height: 29px;
	}
	
div#signupdiv {
	width: 1080px;
	height: 67px;
	}
	
div#contentdiv {
	width: 1080px;
	background: url(../images/bio3_26.jpg) bottom right no-repeat;
	}
	
div#contentldiv {
	width: 93px;
	height: 551px;
	float: left;
	background: #000 url(../images/bio3_21.jpg) top left no-repeat;
	}
	
div#contentcdiv {
	width: 546px;
	float: left;
	padding: 0 0 0 0;
	background: #e7d8b9 url(../images/paper3.jpg) top left repeat;
	font-size: 0.85em;
	color: #2d1708; 
	min-height: 1120px;
	position: relative;
	z-index: 1;
	}
	
div#contenttilediv {
	position:relative;
	width: 546px;
	z-index: 1;
	}	

div#frameslicediv {
	width: 17px;
	height: 191px;
	position: absolute;
	top: 432px;
	right: 0px;
	background: url(../images/frameslice_26.png) top left no-repeat;
	visibility: visible;
	z-index: 10;
	}
	
div#spurslicediv {
	width: 124px;
	height: 169px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	visibility: visible;
	}
	
div#contentrdiv {
	width: 441px;
	height: 656px;
	float: left;
	}
	
div#footerdiv {
	width: 1080px;
	height: 27px;
	background: url(../images/bio3_27.jpg) top left no-repeat;
	color: #777;
	font-size: 0.6em;
	clear: both;
	}
	
div#telldiv {
	width: 1080px;
	height: 63px;
	}
	
div#latestnewsdiv {
	width: 188px;
	height: 28px;
	margin: 110px 0 12px 0;
	}
	
div#tourdatesdiv {
	width: 172px;
	height: 27px;
	margin: 20px 0 12px 0;
	}
	
div#copyrightdiv {
	width: 350px;
	float: left;
	text-align: left;
	padding: 5px 0 0 100px;
	}
	
div#dvmdiv {
	width: 400px;
	float: right;
	text-align: right;
	padding: 5px 50px 0;
	}
	
div.spacerdiv {
	width: 150px;
	height: 50px;
	float: right;
	}
	
div#tellldiv {
	width: 557px;
	float: left;
}
	
div#tellcdiv {
	width: 174px;
	float: left;
}
	
	
/* Text */

strong {
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	}
	
em {
	font-style: italic;
	}
	
strong em {
	font-weight: bold;
	font-style: italic;
	}
	
em strong {
	font-weight: bold;
	font-style: italic;
	}
	
h1 em {
	font-weight: bold;
	font-style: italic;
	}
	
div#contentcdiv p {
	padding: 0 45px 10px 55px;
	}
	
div#contentcdiv p.first {
	padding: 0 45px 10px 55px;
	}
	
div#contentcdiv p.click {
	font-size: 0.8em;
	padding: 0 0 6px 0;
	}
	
div#contentcdiv h1 {
	padding: 0 45px 2px 45px;
	font-weight: bold;
	}
	
div#contentcdiv h1#christmasheadline {
	padding: 0;
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	margin: 10px 0 20px 0;
	}
	
div#contentcdiv h3 {
	padding: 8px 45px 4px 55px;
	font-weight: bold;
	font-size: 90%;
	}
	
/* Links */

a {
	color: #122f41;
	text-decoration: none;
	}
	
a:hover {
	color: #522f0e;
	text-decoration: underline;
	}

div#footerdiv a {
	color: #777;
	text-decoration: none;
	}
	
div#footerdiv a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
	
/* Lists */

ul, li {
	display: inline;
	}
