/* site structure */
body {
	margin: 0;
	padding: 0;
	background-color: #333;
	font-size: .71em;
	line-height: 1.7em;
	font-family: helvetica,arial,sans-serif;
	color: #000;
	text-align: center;
	}

#center {
	width: 740px;
	text-align: left;
	margin: 0 auto;
	}

#shell {
	float: left;
	width: 750px;
	background-color: #fff;
	}

/* header */
#header {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	background: black;
	min-width: 617px;
	height: 137px;
	}

#header_l {
	float: left;
	width: 434px;
	margin-top: 0;
	margin-left: 0;
	height: 137px;
	}

#header_r {
	float: right;
	margin-right: 0px;
	height: 137px;
	width: 179px;
	margin-top: 0;
	margin-left: 0;
	}

/* main navigation */
#nav {
	float: left;
	width: 100%;
	height: 2.7em;
	background: #75350c;
	min-width: 615px;
	}

#nav ul {
	padding: 0;
	margin: 6px 0 0 15px;
	display: block;
	}

#nav li {
	padding: 0;
	float: left;
	margin: 0 38px 0 0;
	list-style-type: none;
	}

#nav a {
	line-height: 1.5;
	font-size: 1.1em;
	font-weight: normal;
	font-family: helvetica, verdana, sans-serif;
	text-decoration: none;
	color: white;
	}

#nav a.active, #nav a:hover {
	color: #ffff00;
	background: none;
	}

#nav a#donate-button {
	display: block;
	height: 29px;
	margin-left: 660px;
	margin-top: -5px;
	background: url(../images/donate_button.gif) no-repeat 0 0;
	text-indent: -999em;
	}

/* subnavigation */

#l_con ul.subnav {
	margin: 0;
	clear:both;
	}

#l_con ul.subnav li {
	line-height: 1.9em;
	list-style-type: none;
	}

#l_con ul.subnav li a {
	font-family: verdana, helvetica, san-serif;
	font-size: 1em;
	color: #2f0204;
	text-decoration: none;
	font-weight: bold;
	}

#l_con ul.subnav li a.active, #l_con ul.subnav li a:hover{
	list-style-type: square;
	color: #8a6427;
	background: none;
	}

#l_con ul.subnav li ul li {
	list-style-type: disc;
	margin: 0 0 0 .2em;
	}

/* content structure */
#content {
	float: left;
	margin-left: 10px;
	width: 720px;
	padding-bottom: 20px;
	}

#r_home {
	float: left;
	display: inline;
	margin-top: 20px;
	width: 464px;
	margin-left: 30px;
	}

#l_home {
	float: left;
	display: inline;
	margin-top: 20px;
	width: 215px;
	margin-left: 11px;
	}

#r_con {
	float: left;
	display: inline;
	margin-left: 30px;
	margin-top: 20px;
	width: 539px;
	}

#l_con {
	line-height: 1.5em;
	float: left;
	display: inline;
	margin-top: 20px;
	width: 140px;
	margin-left: 11px;
	}

#donate {
	margin-top: 30px;
	}

/* elements */
img {
	display: block;
	border-style: none;
	}
	
img.right {
	float: right;
}

img.left {
	float: left;
}

#r_con img {
	margin: 0 10px;
	}

h1 {
	font-size: 2em;
	font-weight: bold;
	margin-top: .3em;
  margin-bottom: 1em;
	}

h2 {
	font-family: verdana, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.7em;
	margin-bottom: .3em;
	}

h3 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.7em;
	margin-bottom: .3em;
	margin-top: 1em;
	}

p {
	margin-top: 0;
	}

a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	}
 
a:hover {
	color: #000;
	background: #d9cbba;
	}

#content ul {
	margin: 0 0 0 1.5em;
	padding: 0;
	}

#content li {
	margin: 0;
	}

/* footer */
#footer {
	float: left;
	width: 100%;
	padding-top: .3em;
	padding-bottom: 1em;
	font-size: .85em;
	background: black;
	color: white;
	font-weight: bold;
	text-indent: 20px;
	font-family: verdana, helvetica, san-serif;
	}

#footer a {
	color: white;
	}

#footer a:hover {
	color: black;
	}

/* clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */