body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(/graphics/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

/*
body
	div#page
		div#header
		div#navigation
		div#content
		div#footer

column width: 140px
column spacing: 10px
page width: 750px
content width: 610px
+------+--------------------------+
|      |          header          |
|      +--+------+------+------+--+
| nav  |  |      |      |      |  |
|      |  | page | page | page |  |
|      |  |      |      |      |  |
+------+--+------+------+------+--+
*/

#page {
	width: 750px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	background-image: url(/graphics/menu_fade.gif);
	background-position: left top;
	background-repeat: repeat-y;
	position: relative;
}

#content {
	padding: 35px 70px 70px 70px;
	margin: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 470px;
	float: left;
}

#navigation {
	width: 140px;
	float: left;
}

#navigation ul {
	font-size: 0.85em;
	margin: 2em 0;
	border-top: 1px dotted #7E93C8;
	list-style-type: none;
}

#navigation ul li {
	border-bottom: 1px dotted #7E93C8;
	margin-bottom: 0;
}

#navigation ul li a {
	display: block;
	padding: 0.5em 5px 0.5em 21px;
	color: white;
	line-height: 1.4em;
	text-decoration: none;
	background-image: url(/graphics/bullet.gif);
	background-position: 8px center;
	background-repeat: no-repeat;
}

#navigation ul li a:hover,
#navigation ul li.current li a:hover {
	background-color: #7E93C8;
}

#navigation ul li.current a{
	background-color: #E09931;
	background-image: url(/graphics/bullet-white.gif);
}

#navigation ul li.current li.current a  {
	background-color: #7E93C8;
	cursor: default;
}

#navigation ul ul {
	margin: 0;
	font-size: 1em;
}

#navigation ul li li {
	border: none;
}

#navigation ul li li a {
	background: none;
	padding: 0.2em 5px 0.2em 21px;
}

#navigation ul li li li a {
	margin-left: 15px;
}

#navigation ul li.current li a {
	background: transparent;
}

#header {
	float: right;
	position: relative;
	width: 600px;
	background-image: url(/graphics/header_fade.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 35px;
	padding: 5px 5px 5px 5px;
	z-index: 50;
}

#header p.breadcrumbs {
	display: none;
	color: White;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}

#header p.breadcrumbs a {
	color: White;
}

#header p.donate {
	float: right;
	margin: 2px 3px 0 0;
}

/*
#header p.search {
	float: float;
	margin: 1px 3px 0 0;
}

#header p.search  input{
	border: 1px solid #7E93C8;
	background-color: #FAFAFA;
}

#header p.search button {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	vertical-align: middle;
}

#header p.search label {
	position: absolute;
	top: -3000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
*/

h1  {
	margin-left: -35px;
	clear: left;
}

.home h1 strong {
	position: relative;
	left: 35px;
}

.home h1 em,
.home h1 strong {
	display: block;
}

#footer {
	clear: both;
	margin: 0 70px 0 210px;
	padding-bottom: 15px;
	color: Gray;
	font-size: 0.8em;
	font-style: italic;
}

#footer a.subtle {
	color: #B9B9B9;
}
