/* Begin initial settings */

html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0px;
}

dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

a img {
	border: none;
}

img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

/* End initial settings. */

/* CSS and HTML by Amphibian :: http://amphibian.info */

body {
	background: #EEE;
	font: normal 12px/16px Verdana, Arial, sens-serif;
	color: #600;
	text-align: center;
}


#wrapper {
	width: 720px;
	background: #C00 url(images/background.gif) repeat-y;
	margin: 0px auto;
}

#header {
	height: 225px;
	background: url(images/header.gif) no-repeat;
}

#header h1 {
	display: none;
}

#header img {
	margin: 21px auto auto 169px;
}

/* ------------ NAV MENU -------------- */

#navigation {
	width: 167px;
	margin: 0px 0px 0px 22px;
	float: left;
	display: inline;
	border-top: 4px solid #FFF;
}

#navigation li {
	height: 44px;
	list-style: none outside;
}

#navigation a {
	display: block;
	text-decoration: none;
	height: 44px;
	width: 167px;
}

#navigation a span {
	visibility: hidden;
}

#home a {
	background: url(images/nav/home.gif) no-repeat;
}

#home, #home a:hover {
	background: url(images/nav/home_over.gif) no-repeat;
}

#intro a {
	background: url(images/nav/intro.gif) no-repeat;
}

#intro, #intro a:hover {
	background: url(images/nav/intro_over.gif) no-repeat;
}

#helping a {
	background: url(images/nav/helping.gif) no-repeat;
}

#helping, #helping a:hover {
	background: url(images/nav/helping_over.gif) no-repeat;
}

#organizing a {
	background: url(images/nav/organizing.gif) no-repeat;
}

#organizing, #organizing a:hover {
	background: url(images/nav/organizing_over.gif) no-repeat;
}

#groups a {
	background: url(images/nav/community.gif) no-repeat;
}

#groups, #groups a:hover {
	background: url(images/nav/community_over.gif) no-repeat;
}

#links a {
	background: url(images/nav/links.gif) no-repeat;
}

#links, #links a:hover {
	background: url(images/nav/links_over.gif) no-repeat;
}

#contact a {
	background: url(images/nav/contact.gif) no-repeat;
}

#contact, #contact a:hover {
	background: url(images/nav/contact_over.gif) no-repeat;
}

/* ------------------------ CONTENT AREA -------------------------- */

#content {
	float: left;
	display: inline;
	background: #FFF url(images/footer_full.gif) no-repeat 100px bottom;
	width: 480px;
	padding: 14px 10px 120px 18px;
	margin: 0px 23px 0px 0px;
	text-align: left;
}

h2 {
	color: #999;
	font: bold 20px/24px Helvetica, Arial, sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}

a:hover {
	text-decoration: none;
}

.leftCol {
	float: left;
	width: 220px;
}

.rightCol {
	width: 220px;
	float: right;
}

.footer {
	color: #000;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	padding: 15px;
}

br.clear {
	clear: both;
	visibility: hidden;
}

#footer {
	height: 16px;
	background: url(images/footerShadow.gif) no-repeat;
	width: 720px;
	margin: 0px auto;
}
