* { 
	margin: 0;
	padding: 0;
}

body {
	background-color: #003333;
/*
	background: #003333 url(images/dragun.gif) no-repeat;	
*/
	font: 12px Courier New, courier, mono;
	color: #FFFF00;
	margin-left: 20px;
	}

p {
	padding-bottom: 16px;
}

#content {
	width: 800px;
	margin: 0 auto;
	}

.centered {
	text-align: center;
	}
	
.leftie {
	width: 266px;
	float: left;
	display: inline;
	text-align: right;
	}
	
.mids {
	width: 266px;
	float: left;
	display: inline;
	text-align: center;
	}
	
.rightie {
	width: 266px;
	float: left;
	display: inline;
	text-align: left;
	}
	
	
h1 {
	font-size: 18px;
	}
	
h2 {
	font-size: 14px;
	}
	
a {
	color: #00FFFF;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}
	

.copyright {
	text-align: center;
	}