/* this is the main style sheet for CompletelyDifferent */
body
{
	background-color: #000000;
	color: #009999;
	font-family: Arial, Helvetica, Geneva, Swiss, sans-serif;
	font-size: 1em;
	margin: 0;
}
p 
{
	font-size: .8em;
	text-align: justify;
	line-height: 1.7em;
}
p.footer 
{
	font-size: .5em;
	text-align: center;
	margin-bottom: 1px;
	font-weight: bold;
}
h1 
{
	font-size: 1.2em;
	font-style: italic;
	text-align: right;
	letter-spacing: 5px;
}
h2 
{
	font-size: 1.1em;
	text-decoration: underline;
}
a:link,
a:visited,
a:hover,
a:active
{
	color: #009900;
}
#header
{
	color: Red;
	font-size: 2.5em;
	font-weight:bold;

	font-family: "Courier New",
                    Courier,
                    monospace;
	
	border-bottom: 1px #ffffff solid;

	/*background-image: url("img/cdpred.gif");*/
	background-repeat: no-repeat;
	background-position: left top;
	height: 63px;
}
#main-content
{
	border: 1px #ffffff solid;
	padding-left: 15px;
	padding-right: 15px;
	/* clear out 180 px on either side of main-content */
	margin-left: 100px;
	margin-right: 100px;
}
#navbar
{
	position: absolute;
	top: 64px;
	left: 0px;
	/* this (plus 2x padding) must match the main-content margin */
	width: 94px;
	font-size: .75em;
	font-weight: bold;
	border: 1px #ffffff solid;
	padding: 2px;
}
