@charset "utf-8";
/* CSS Document */

#tabs #abouttab a{
	background:#FF0;
	color: #002800;
}

#aboutpage{
}

#toplineleft{
	margin: 0px;
	padding: 0px;
	width: 600px;
	float: left;
	clear: left;
}

#toplineright{
	margin-left: 600px;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
}

#contentleft{
	margin-right: 400px;
}

#contentright{
	float: right;
	width: 400px;
}

#mainheading{
	clear: both;
	padding: 0px;
	background-color: #FFC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #582727;
	border-bottom-color: #582727;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#aboutcontent{
}

#aboutpage h1 {
	color: #005100;
	font-size: 1.8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#aboutpage h2 {
	color: #582727;
	font-size: 1.4em;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 15px;
}
