@import url(topnav.css);
@import url(typo.css);
@import url(forms.css);
@import url(tools.css);
html,body
{
	margin:0;
	padding:0;
	background-color:#C6C7A8;
}

body
{
	text-align:center;
	padding:15px 0 0 0;
}

div#header
{
	border: 1px solid #999;
	position:relative;
	margin: 0 0 10px 0;
	background:#fefefe;
	padding: 5px;
	background: #fefefe url(../images/main/header_bkrnd.jpg) no-repeat top right;
	clear:both;
}
div#branding {
	float: left;
}

div#subNav {
	background-color: #EEEDEA;
	float: right;
	padding: 4px 10px;
	border: 1px solid #999;
}
div#subNav p {
	padding: 0;
	margin: 0;
}

div#nav
{
	border: 1px solid #999;
	position:relative;
	margin: 0 0 8px 0;
	height: 1.9em;
	background: #430E1E url(../images/main/search_bkrnd.gif) repeat-x top left;
}

div#container
{
	text-align:left;
	width:710px;
	margin:0 auto;
	padding: 0 25px;
	background: #F0ECDB url(../images/main/bkrnd.gif) repeat-y top center;
}

div#wrapper
{
	/*background: #C6C7A8 url(../images/main/content_bkrnd.gif) repeat-y top center;*/
	padding: 0;
	
}



div#mainHeading {
	background: #3068A1 url(../images/main/h1_bkrnd.gif) repeat-x top left;
	border: 1px solid #999;
	margin: 8px 0;
	padding: 10px;
}

div#mainContent {
	border: 1px solid #999;
	background:#fffff0;
	padding: 10px;
}

#mainHeading h1 {
font-size: 1.4em;
	padding: 0;
	margin: 0;
	color: white;
	font-weight: bold;
}

div#breadcrumbs {
	font-size:.9em;
	padding: 0 0 5px 1px;
}

div#footer
{
	background:#C6C7A8;
	clear:both;
	border: 1px solid #999;
	margin: 8px 0 0 0;
	font-size:.9em;
}

div#footer p
{
	margin:0;
	padding:5px 10px;
}


/* I know the top and bottom are not really semantic.  But who cares... */
div#top
{
	width:760px;
	margin:0 auto;
	background: #C6C7A8 url(../images/main/top_bottom_bkrnd.gif) no-repeat top center;
	height:30px;
}
div#bottom
{
	width:760px;
	margin:0 auto;
	background: #C6C7A8 url(../images/main/top_bottom_bkrnd.gif) no-repeat bottom center;
	height:30px;
}

