/* Basic Body Elements */

*	{margin: 0;
	 padding: 0;
	}
	
body
	{
	background-color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #c0c0c0;
	font-size: 0.9em;
	border: 0;
	}

div
	{
	font-size: 1em;
	}
	
a:link, a:visited, a:active
	{
	color: #c0c0c0;
	text-decoration: none;
	border-bottom: 1px dotted #800000;
	font-size: 1.0em;
	}
	
a:hover
	{
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
	font-size: 1.0em;
	}
	
h1
	{
	font-size: 1.1em;
	color: #666;
	text-align: right;
	letter-spacing: 1.1em;
	}

h2
	{
	color: #0080FC;
	font-size: 1.0em;
	font-style: italic;
	text-align: left;
	padding: 10px 0 0 10px;
	}

p
	{
	margin: 6px;
	}

ul
	{
	margin: 10px 6px 10px 40px ;
	}

/* Container Elements */	
#header
	{
	padding: 50px 0 10px 0;
	text-align: center;
	background-color: black;
	}
	
#header img
	{
	width: 437px;
	height: 27px;
	}
	
#container
	{
	}
	
#content
	{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	}
	
#footer
	{
	text-align:center; 
	background-color: black;
	clear: both;
	}

#footer a:link, a:visited, a:active
	{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #800000;
	font-size: 1.0em;
	}
	
#footer a:hover
	{
	color: #666;
	text-decoration: underline;
	border: 0;
	font-size: 1.0em;
	}



/* unique classes */
.date
	{
	font-size: 0.7em;
	}
	
.posttitle
	{
	font-weight: bold;
	font-style: italic;
	color: #eee;
	font-size: 1em;
	}
	
.post
	{
	padding-left: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #666;
	}

p.links
	{
	padding-left: 25px;
	font-size: 0.9em;
	}

.linktitle
	{
	color: #eee;
	}

.heading
	{
	float: left;
	width: 50%;
	font-weight: bold;
	padding: 5% 0 0 20px;
	}

.address
	{
	float: right;
	font-weight: normal;
	padding-right: 15px;
	}

.block
	{
	display: block;
	}
	
.divider
	{
	padding: 0 10px 0 10px; 
	font-size: 8px;
	font-weight: bold;
	}
	
.sideshot
	{
	float: right;
	padding-bottom: 10px;
	}
	
.copydesign 
	{
	text-align: center;
	padding: 20px 1px 0px 1px;
	color: #666;
	font-size: .7em;
	}
	
.exclaim
	{
	color: #0080FC;
	font-weight: bold;
	padding: 20px 20px 10px 20px;
	}
	
.exclaimsubs
	{
	color: #0080FC;
	font-weight: bold;
	padding: 5px 20px 10px 20px;
	}

.exclaim a, .exclaimsubs a
	{
	font-weight: normal;
	}

.next
	{
	font-size: 0.6em;
	text-align: right;
	}

.next a
	{
	font-size: 1.4em;
	color: #fff;
	}

.prev
	{
	font-size: 0.6em;
	text-align: left;
	}

.prev a
	{
	font-size: 1.4em;
	color: #fff;
	}
	
table.main
	{
	margin: 0;
	padding: 0;
	width: 60%;
	border: 0;
	}
	
td.list
	{
	width: 50%;
	}
	
