* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ddd;
}


#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#content img {
	padding-top: 10px;
	padding-bottom: 10px;
}


#header h1.logo {
	height: 321px;
	background: url('../images/page_side-bar1.jpg') center;
	text-indent: -9999px	
}

#header {
	width: 296px;
	background-color: #6d6e73;
	margin-top: 0px;
	padding-bottom: 1px;
	float: left;
}

ul#nav {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	background: #6d6e73 url('../images/nav_bg.jpg') repeat-y right;
}

#nav li {
	text-transform: titlecase;
	text-align: right;
	font: bold 16px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
	display: block;
}

#nav li a {
	text-decoration: none;
	height: 18px;
	color: #666;
	padding: 2px 5px;
}

#nav li a:hover {
	text-decoration: none;
	height: 18px;
	color: #000;
	background-color: orange;
	opacity: 0.7;
}

#sidebar a img {
	padding-bottom: 10px;
	float: left;
}

div#main {
	padding-bottom: 30px;
}

#main div.header-image {
	height: 326px;
	float: left;
	margin-bottom: 0;
}

#content {
	width: 405px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	background: #fff url('../images/content_top.jpg') repeat-x 0 top;
	min-height: 580px;
	float: left; padding-left:35px; padding-right:35px; padding-top:21px; padding-bottom:20px
}

#content p a {
	font-style: italic;
	color: black;
}

#content p strong {
	color: #000;
}

#content p em {
	color: #484848;
}

div#sidebar {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #eee url('../images/sidebar_top.jpg') repeat-x;
	min-height: 580px;
	height: 100%;
	float: right;
	width: 167px;
	/width: 160px; padding-left:30px; padding-right:30px; padding-top:21px; padding-bottom:20px
}

ul#supporters {
	list-style-type: none;
	width: 190px;
	margin: 35px auto;
	text-align: center;
}

#supporters li {
	margin-bottom: 25px;
}

#content h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	height: 12px;
}
#content h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 40px;
	color: #333;
}

#sidebar h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #666;
	height: 12px;
}

#sidebar h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 40px;
	color: #333;
}


#content p {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.5em;
	color: #333;
}

#nav a.selected {
	text-decoration: none;
	height: 18px;
	color: #000;
	background-color: orange;
	opacity: 0.7;
}

#sidebar p {
	font-size: 11px;
	line-height: 1.7em;
	margin-bottom: 10px;
	color: #333;
}

span.block {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
}.gallerycaption {
	font-family: "Helevetica Neue";
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666;
}