/*************************************************/
/* default.css                                   */
/* RichmondDNA.net, Default Stylesheet           */
/* Copyright 2007 Richmond DNA Project           */
/*************************************************/

@import url("main.css"); 


	#container {
		width: 990px;
		height: 100%;
		margin: 0 auto 0 auto;
		background: #f5f4e9;
		border: 3px solid #000;
		border-top: 0;
		clear: both;
		}

	* html #container {
		height: 100%;
		}

	#header {
		width: 990px;
		}

	#headermenu {
		float: left;
		width: 990px;
		}

	#modules {
		margin: 0;
		}
	
	#footer {
		clear: both;
		padding: 10px 0 5px 0;
		font-size: 90%;
		text-align: center;
		}

/* First we're going to declare where the 
parent div needs to be positioned
-------------------------------------------------*/
	#adplace {
		position: absolute;
		top: 5px;
		left: 0px;
		width: 100%;
		text-align: center; /* IE5.5 Fix */
		}

/* Now that it's in position, we're going to center
the ad div and put our actual ad on the right side
-------------------------------------------------*/
	#ad {
		position: relative;
		right: 5px;
		width: 990px;
		margin: 0 auto 0 auto;
		text-align: right;
		padding: 0; 
		}

	
