*	{
	padding: 0;
	margin: 0;
	border: 0;
	}

html	{
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	}
	
body	{
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	}
	
#content ol,ul	{
	width: 450px;
	padding-left: 20px;
	}

#content	{
	display: block;
	height: 100%;
	max-height: 100%;
	overflow: scroll;
	padding-left: 200px;
	padding-right: 100px;
	position: relative;
	z-index: 3;
	background: #000033 url('../images/blueswirlbackground.gif') no-repeat 100% 50% fixed;
	color: #999999;
	}
	
#content p, #content li	{
	margin-top: 8px;
	margin-bottom: 8px;
	width: 450px;
	}
	
#content h1	{
	margin: 10px 0;
	font-size: 28px;
	}
	
#content h2	{
	width: 450px;
	font-size: 20px;
	}
	
#content a	{
	font-weight: bold;
	text-decoration: none;
	color: #CCC;
	}
	
#content a:hover	{
	text-decoration: underline;
	}
	
#nav	{
	position: absolute;
	top: 125px;
	left: 0;
	width: 180px;
	}
	
#nav ul	{
	padding-left: 0;
	margin-left: 0;
	}
	
#nav li	{
	list-style-type: none;
	margin: 0;
	padding-bottom: 10px;
	}
	
#head	{
	position: absolute;
	margin: 0;
	top: 0;
	right: 19px;
	display: block;
	width: 100%;
	height: 100px;
	background: #990000 url('../images/headerbackground.jpg') repeat-x 0 100%;
	z-index: 6;
	color: #FFF;
	border-bottom: 1px solid #000;
	}
	
#foot	{
	position: absolute;
	margin: 0;
	bottom: 0;
	right: 19px;
	display: block;
	width: 100%;
	height: 80px;
	background: #660000 url('../images/footerbackground.jpg') repeat-x 0 0;
	color: #996666;
	text-align: right;
	z-index: 5;
	border-top: 1px solid #000;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 10px;
	overflow: hidden;
	}
	
#copyright	{
	float: left;
	width: 300px;
	text-align: left;
	margin-left: 25px;
	}
	
#contact	{
	float: right;
	width: 200px;
	text-align: right;
	}
	
#foot a	{
	text-decoration: none;
	color: #996666;
	font-weight: bold;
	}
	
#foot a:hover	{
	color: #FFF;
	text-decoration: underline;
	}

.pad1	{
	display: block;
	width: 18px;
	height: 90px;
	float:left;
	}

.pad2	{
	display: block;
	height: 100px;
	}
	
#quotes	{
	display: block;
	width: 300px;
	height: 70px;
	margin: 5px;
	margin-left: 15px;
	float: left;
	font-size: 11px;
	}
	
#quotes p	{
	text-align: right;
	}
	
#logo	{
	float: right;
	margin-right: 15px;
	padding-top: 15px;
	}