body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
    margin: auto; 
    width: 800px; 
    z-index: 1; 
    background-color: #000000; 
    border: 0; 
    position: relative;
}
  
#header {
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 800px; 
    height: 100px; 
    z-index: 1;
}

#nav {
    position: absolute; 
    left: 0px; 
    top: 100px; 
    width: 150px; 
    z-index:2; 
    background-color: #000000;
    padding: 0px;
}

#body {
    position: absolute; 
    left: 150px; 
    top: 100px; 
    width: 600px; 
    z-index: 2; 
    background-color: #FFFFFF; 
    padding: 15px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000000;
    font-size: 12px;
}

.footer {
	height:30px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	line-height:12px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 85px;
}

.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccc99;
	text-decoration: underline;
}

.body_text {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align:left;
	padding-right: 10px;
	margin-top: 0px;
}

.bold_text {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.plain .image-right {
	float: right;
	padding-left: 8px;
}

.plain .image-left {
	float: left;
	padding-right: 8px;
	clear: both;
}

h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}

.plain ul {
	list-style-type: square;
	list-style-position: inside;
	list-style-image: url(images/bullet.jpg);
}

h2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0A9093;
	font-style: italic;
	line-height: 12px;
	font-variant: small-caps;
}

.plain .quotes {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.plain a {
	color: #009999;
	font-weight: bold;
}
