/* CSS Document */

html {
	height: 100%;
	margin-bottom: 1px;
	}
	
body {
	background: #000021 url(images/sparkle2.gif) repeat-y center;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	}
	
a:link, a:visited {
	color: #009900;
	text-decoration: none;
	border-bottom: 1px dotted #000033;
	}
	
a:hover, a:active {
	color: #e50000;
	text-decoration: none;
	border-bottom: 1px dotted #e50000;
	}
	
#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 #003;
	border-bottom: 1px solid #003;
	text-transform: uppercase;
	color: #003;
	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 #000033;
	} 
	
#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: #060;
	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;
	}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006600;
	padding: 0;
	margin: 0;
	}

