* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #cccccc;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 6px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 6px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0px 6px;
}

p {
	padding: 0px 0px 6px;
}

p.caption {
	font-style: italic;
}

.thumbnail {
	float: left;
	padding: 12px;
	text-align: center;
}

.hidden {
	display: none;
}

#wrapper {
	position: relative;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#header {
	width: 720px;
	height: 128px;
}

#navigation ul {
	padding: 4px 0px;
	list-style: none;
	background-color: #99cc99;
}
#navigation li {
	display: inline;
}
#navigation li a {	
	padding: 4px 12px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	background-color: #66cc66;
}
#body_home #nav_home a,
#body_about #nav_about a,
#body_newsletters #nav_newsletters a,
#body_press #nav_press a,
#body_join #nav_join a,
#body_contact #nav_contact a,
#body_links #nav_links a
{
	background-color: #009900;
}
#navigation li a.self:link, #navigation li a.self:visited {	
	background-color: #009900;
}
#navigation li a:hover {
	background-color: #009900;
}
#navigation li a:active {
	background-color: #00cc00;
}

#content {
	float: left;
	width: 720px;
	border-left: 204px solid #ffffcc;
	background-color: #cccc99;
	border-right: 0px solid #ffffcc;
}

#left {
	float: left;
	position: relative;
	width: 180px;
	padding: 24px 12px;
	margin-left: -204px;
}

#main {
	float: left;
	width: 492px;
	padding: 24px 12px;
	margin-right: -516px;
}

#splash {
	float: left;
	width: 516px;
	margin-right: -516px;
}

#splash img {
	border-style: none;
}

#right {
	float: right;
	position: relative;
	width: 0px;
	margin-right: -0px;
}

#footer {
	clear: left;
	text-align: center;
	padding: 6px 0px;
	font-size: 10px;
	background-color: #99cc99;
}

#credits ul {
	list-style-type: none;
	list-style: none;
	padding: 3px 0px;
}
#credits li {
	display: inline;
	padding-right: .5em;
}

#validation ul {
	list-style-type: none;
	list-style: none;
	padding: 3px 0px;
}
#validation li {
	display: inline;
	padding-left: .5em;
}
