body {
	margin: 15px 0;
	padding: 0;
	text-align: center;
	background: #fff;
	font-weight: normal;
}

.content a:link, .content a:visited, .content a:hover {
	color: #3364A4;
	font-weight: bold;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

button {
	background: #3364a4;
	padding: 0.25em 0.5em;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div#shadowcontainer {
	width: 790px;
	margin: 0 auto;
	text-align: center;
	background: url(/assets/_media/img/bg-containershadow.gif) top left repeat-y;
}

div#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
}

div#header {
	width: 790px;
	margin: 0 auto;
	background: url(/assets/_media/img/bg-header_01.gif) top left no-repeat;
	height: 109px;
	text-align: left;
	position: relative;
}

div#header img#logo {
	position: absolute;
	top: 11px;
	left: 30px;
	display: block;
}

div#header img#headline {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
}

div#nav {
	height: 35px;
	background: #f4bf23;
	width: 760px;
	margin: 0 auto;
}

a#donate {
	display: block;
	position: absolute;
	bottom: -50px;
	right: 35px;
	z-index: 9999;
}
a#donate-home {
	display: block;
	position: absolute;
	bottom: -340px;
	right: 35px;
	z-index: 9999;
}
div#flash {
	z-index: -9999;
}

div#nav ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

div#nav li:before {
	content: "";
}

div#nav li {
	float: left;
	padding: 0;
	margin: 0;
}

div#nav a {
	color: #6d1e11;
}

div#nav li img {
	display: block;
}

h1 img, h2 img, h3 img {
	display: block;
	font-weight: normal;
}

h1 {
	color: #6d1e11;
	font-size: 2em;
}

div#sidebar {
	width: 240px;
	float: right;
	padding-top: 34px;
	line-height: 1.4em;
}

div#sidebar div.section {
	margin-bottom: 25px;
	padding: 0px 15px;
	font-size: 0.95em;
}

div#sidebar h3 {
	background: #fff;
	padding: 0 15px;
	color: #3364a4;
	margin-top: 0;
	font-size: 1.1em;
}

div#content {
	margin-right: 255px;
	padding-left: 30px;
	border: 1px solid #fff;
}

div#content h2 {
	color: #6C1E14;
}

div#content li {
	margin-top: 10px;
}

div#footer {
	width: 730px;
	margin: 0 auto;
	background: url(/assets/_media/img/bg-footer.gif) top left no-repeat;
	height: 42px;
	padding: 10px 30px;
}

div#footer ul {
	list-style: none;
	text-align: right;
}

div#footer li:first-child {
	border-left: none;
}

div#footer li {
	display: inline;
	padding: 0 6px;
	border-left: 1px solid #ccc;
}

div#footer a {
	font-weight: normal;
	color: #3364A4;
}

div#footer a:hover {
	text-decoration: underline;
}

div#conversation_controls {
	float: right;
	font-weight: bold;
	color: #ccc;
	text-align: right;
	margin-top: 20px;
}

div#conversation_controls a {
	color: #BCA29C;
}

div#comment,div.comment {
	margin-bottom: 30px;
}

div#comment label,div.comment label {
	display: block;
	font-weight: bold;
}

div#comment input,div#comment textarea,div.comment input, div.input textarea {
	display: block;
	margin-bottom: 15px;
}

div#comment textarea, div.comment textarea {
	width: 300px;
}

div#comment h2,div.comment h2 {
	margin-top: 40px;
}

div.mosaic {
	width: 220px;
	float: right;
	margin: 12px;
}

div.mosaic img {
	float: left;
	display: block;
	margin: 2px;
	padding: 0;
}

div#content ul.sitemap li,div#content ul.sitemap ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
