﻿@import url(reset.css);
@import url(mainnav/layout.css);
@import url(footernav/layout.css);
@import url(subnav/layout.css);
@import url(text.css);
@import url(snippets.css);
@import url(paging.css);
@import url(../search/search.css);

body {
	text-align: center;
	background-color: #e6e6e6;
	}	
.frame {
	background: url(../library/bg-frame.png) repeat-y 0px 0px;
	width: 946px;
	margin: 0 auto;
	}
.innerframe {
	width: 920px;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
	padding: 5px;
	}			
.con-header {
	position: relative;
	z-index: 10000;
	background: url(../library/bg-header.png) no-repeat 0px 0px;
	}	
.con-wrapper {
	width: 920px;
	}
.con-innerwrapper {
	float: left;
	position: relative;
	z-index: auto;
	}		
.con-supp-1 {
	float: left;
	width: 230px;
	}		
.con-main {
	float: left;
	width: 450px;
	}
.con-supp-2 {
	float: left;
	width: 240px;
	margin-bottom: 60px;
	}							
.con-footer {
	background: url(../library/bg-footer.png) no-repeat 0px 0px;
	width: 946px;
	height: 52px;
	margin: 0 -13px 0 -13px;
	position: relative;
	margin-bottom: -57px;
	z-index: 1;
	}
.ftr-image {
	position: absolute;
	z-index: 1;
	top: -57px;
	right: 25px;
	display: block;
	}	
.mod-sitelogo {height: 133px;}
.mod-sitelogo img {display: block;}
.mod-mainnav {background: url(../library/bg-mainnav.png) no-repeat 0px 0px #837870; width: 920px; height: 36px;}
.mod-footernav {padding-left: 24px;}	

/* Clear child floats */
.clear:after {
	display: block;
	clear: both;
	content: ".";
	visibility: hidden;
	height: 0;
	}	
#make-donation {
	position: absolute;
	top: 27px;
	left: 671px;
	z-index: 1;
	}	