﻿@charset "UTF-8";

/********************************************************************************
You may adapt elements of this CSS in your own projects, but the unique 
combination of images, colors, sizes, typography, and positioning ("the design") 
is copyright 2009 AWGI LLC and may not be reproduced. 
/********************************************************************************/	

#container {
	border:1px solid #999999;
	width:99%;
	background:#ffffff;
	margin-top:3px;
	position:relative;
	font-size: 1em;
	min-width: 970px;
	}
	
#content { clear:both; padding: 0px 10px 10px 10px; font-size: 1.2em; }

#content-links { clear:both; padding: 10px 10px 0px 10px; }
	
#masthead {
	float:left;
	background:url(../images/header-bkg.jpg) repeat-x bottom; 
	height:69px; 
	border-bottom:1px solid #999999;
	width:100%;
	}

.zindexrepress { position: relative; z-index: 10; }
	
#footer {margin:8px 0px; float:left; width:95%; padding-bottom:20px;}
#footer .copyright{font-size:1.1em; width:auto; margin-left:45%; float:left; padding-top:2px;}



