html, body {
	margin: 15px;
	background-color: #F2FFF6;
}

div.container {
	width: 681px;
}

div.page {
	position: relative;
	width: 650px;
	height: auto;
	min-height: 798px;
	border-width: 2px;
	border-style: solid;
	border-color: #d55340;
	background-color: #fff;
	z-index: 1;
	float: left;
}

div.main {
	margin: 10px 10px 50px 10px;
	font: 10pt/1.6 arial, geneva, sans-serif;
}

div.footer {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 630px;
	font: 8pt/1.6 arial, geneva, sans-serif;
	text-align: right;
	color: #d55340;
}

img {
	display: block;
}

.main img.left {
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	margin: 7px 7px 7px 0px;
}


.main img.right {
	float: right;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	margin: 7px 0px 7px 7px;
}


img#another-world-is-possible {
	margin-top: 7px;
	margin-left: 7px
}


h1, h2, h3, h5, p {
	margin: 15px 0px;
}

h1 {
	color: #d55340;
	font-size: 18px;
}

h2 {
	color: #d55340;
	font-size: 16px;
}

h3 {
	color: #d55340;
	font-size: 14px;
}

h4 {
	margin: 15px 0px 0px 0px;
	color: #d55340;
	font-size: 12px;
}

h5 {
	color: #d55340;
	font-size: 10px;
}

.main a {
	color: #d55340;
	text-decoration: none;
}

.main a:hover {
	text-decoration: underline;
}

div.navigation {
	float: right;
}

a.navigation-tab {
	position: static;
	display: block;
	width: 27px;
	height: 100px;
	text-indent: -3000px;
	z-index: 0;
}

a#johns-blog {
	background-image: url(../images/johns-blog.gif);
	height: 102px;
}

a#about-john {
	background-image: url(../images/about-john.gif);
}

a#the-campaign {
	background-image: url(../images/the-campaign.gif);
}

a#latest-news {
	background-image: url(../images/latest-news.gif);
}

a#articles {
	background-image: url(../images/articles.gif);
}

a#events {
	background-image: url(../images/events.gif);
}

a#audio-video {
	background-image: url(../images/audio-video.gif);
}

a#get-involved {
	background-image: url(../images/get-involved.gif);
}