/* CSS Document */

html {
	height: 100%;
	margin-bottom: 1px;
	}
	
body {
	background: #dadce0 url(images/bkrd.gif) repeat-y center;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #444;
	}
	
a:link, a:visited {
	color: #878787;
	text-decoration: none;
	border-bottom: 1px dotted #e5c4c4;
	}
	
a:hover, a:active {
	color: #e50000;
	text-decoration: none;
	border-bottom: none;
	}
	
#main {
	margin: 0 auto;
	width: 610px;
	}
	
#logo {
	padding-top: 69px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #e50000;
	letter-spacing: 4px;
	}
	
#logo a, #logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	color: #e50000;
	border-bottom: none;
	}
	
#tagline {
	margin: 13px 0 0 0;
	padding: 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	text-transform: uppercase;
	color: #dcdcdc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 3px;
	line-height: 10px;
	width: 610px;
	text-align: right;
	}
	
#container {
	width: 610px;
	margin: 28px 0;
	}
	
#col1 {
	float: left;
	width: 419px;
	padding-right: 45px;
	margin: 0;
	border-right: 1px dotted #eaeaea;
	} 
	
#col2 {
	float: right;
	width: 125px;
	padding: 0 0 0 20px;
	margin: 0;
	}
	
.clearer {
	height: 1px;
	overflow: hidden;
	clear: both;
	margin-top: -1px;
	}
	
/* text */

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 12px;
	color: #c7c9cd;
	letter-spacing: 3px;
	padding-top: 10px;
	}
	
.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #e50000;
	text-align: right;
	}
	
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #e50000;
	padding: 10px 0 3px 0;
	margin: 0;
	font-weight: bold;
	}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #777;
	padding: 0;
	margin: 0;
	font-weight: bold;
	}
	
.details {
	color: #c7c9cd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	}
	
.big {
	font-size: 24px;
	}
	
.black {
	color: #000;
	}
	
.underline {
	border-bottom: 1px dashed #e50000;
	padding-bottom: 2px;
	}
	
h1#xtra_title {
	padding-top: 69px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	color: #e50000;
	letter-spacing: 4px;
	}
	
h2#xtra_tagline {
	margin: 13px 0 0 0;
	padding: 2px 0;
	border-bottom: 1px solid #dcdcdc;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 12px;
	width: 610px;
	text-align: center;
	}
	
p#xtra_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 320px;
	text-align: center;
	margin: 12px 0 0 145px;
	padding: 0;
	}