* {
	margin: 0;
	padding: 0;
}

body {
	background: black;
	color: white;
	font-family: Georgia, Times New Roman, Times, Serif;
}

#header {
	width: 900px;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	text-transform: uppercase;
	padding: 30px 0 0 0;
	display: block;
	height: 48px;
}

#header h1 {
	font-size: 18px;
	display: inline;
	float: left;
	text-transform: none;
	font-variant: small-caps;
}
#header  ul {
	display: block;
	padding: 2px 0;
	float: right;
	list-style: none;
}

#header ul li {
	display: inline;
	padding: 0 10px;
}

#header ul li a {
	color: #CCCCCC;
	text-decoration: none;
}

#header ul li a:hover {
	color: white;
	border-bottom: 1px dotted white;
}

#splash {
	position: relative;
	background: #111111;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
#border {
	background: transparent url(../img/border.gif) center top no-repeat;
	height: 35px;
	border-top: 2px solid white;
	position: relative;
}

#splash #container {
	display: block;
	width: 450px;
	margin: 0 auto;
	position: relative;
	background: transparent url(../img/ray.jpg) left top no-repeat;
	padding: 20px 0 0 450px;
	height: 300px;
}

#splash #container h2 {
	text-indent: -9999px !important;
	display: block;
	height: 67px;
	width: 320px;
	background: transparent url(../img/h2.gif) left top no-repeat;
}
#splash #container p {
	padding: 1em 2em;
	font-size: 18px;
	line-height: 1.4em;
	color: #CCCCCC;
}
#splash a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}
#splash a:hover {
	color: white;
	border-bottom: 1px dotted white;
}

#content {
	min-height: 600px;
	width: 900px;
	margin: 0 auto;
	position: relative;
	left: 0;
	padding: 20px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}

#content h2, #content h3, #content p, #content ul, #content ol {
	padding: 0.5em 0;
}

#content ul, #content ol {
	padding: 1em 2em;
}

#content a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}

#content a:hover {
	color: white;
	border-bottom: 1px dotted white;
}

#footer {
	width: 900px;
	margin: 0 auto;
	position: relative;
	clear: both;
	font-size: 11px;
	padding: 40px 0 0 0;
	height: 30px;
}

#footer p {
	float: right;
	text-align: right;
	padding: 0 5px;
}

#footer  ul {
	float: left;
	list-style: none;
}

#footer  ul li {
	display: inline;
	padding: 0 5px;
}

#footer  a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	border-bottom: 1px dotted white;
}
#leftside {
	float: left;
	width: 650px;
}
#sidebar {
	width: 150px;
	float: left;
}

img.alignleft {
	margin: 0.5em 1em 0.5em 0;
	float: left;
}

img.alignright {
	margin: 0.5em 0 0.5em 1em;
	float: right;
} 


.postmetadata {
	font-size: 0.625em;
	font-family: Tahoma;
	line-height: 1.3em;
}


