/* Style sheet created by Tim Marsolais */
/* http://www.technology-works.net      */
/* 2004 Copyright All Rights Reserved   */

/* general styles */

body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	font-family: Optima, arial, helvetica, sans-serif;
	}

#container {
	width: 800px;
	margin: auto;
	margin-top: 0;
	padding: 0;
	}
	
h1 {
	
	}
	
h2 {
	
	}
	
p {
	
	}
	
/* header styles */

#header {	
	height: 220px;
	margin: 10px 0 0 0;
	padding: 0;
	background: #000 url(../images/name_banner3.gif) bottom left no-repeat;
	}
	
#header h1, #header h2 {
	margin: 0;
	padding: 0;
	visibility: hidden;
	}
	
#tagLine {
	position: absolute;
	top: 10px;
	right: 10%;
	font-size: 14px;
	}

/* nav styles */

.leftNav {
	width: 140px;
	float: left;
	}
	

.rightNav {
	width: 140px;
	float: right;
	}
	
ul.leftNav, ul.rightNav {
	margin: 20px 0 0 0;
	padding: 0;
	}
	
ul.leftNav li, ul.rightNav li {
	list-style-type: none;
	margin: 45px 10px;
	}
	
ul.leftNav li {
	text-align: right;
	}
	
ul.rightNav li {
	text-align: left;
	}
	
a:link, a:visited {
	color: #A85DAB;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #CC6699;
	}
	
/* content styles */
	
#content {
	
	}
	
#content img {
	padding: 5px 0 15px 8px;
	}
	
#images {
	text-align: center;
	}
	
/* footer styles */

#homeFooter {
	margin-top: 20px;
	margin-bottom: 50px;
	font-size: 11px;
	text-align: center;
	color: #A85DAB;
	}