/*************************************************/
/* optional.css                                  */
/* RichmondDNA.net, Optional Stylesheet          */
/* Copyright 2007 Richmond DNA Project           */
/*************************************************/

@import url("main.css");


#container {
	background: #f5f4e9;
	height: 100%;
	width: 100%
	}
* html #container {
	height: 100%;
	}
#header {
	width: 100%;
	}
#headermenu {
	float: left;
	}

#footer {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 10px 0 5px 0;
	font-size: 90%;
	text-align: center;
	border-top: 3px solid #000;
	background: #786e64;
	}

/* First we're going to declare where the 
parent div needs to be positioned
-------------------------------------------------*/
#adplace {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;
	width: 490px;
	}