@charset "utf-8";
/* CSS Document */
/* Written by Patrick Kearney - Patrick@Geared4Power.com */
a:link {
	color:#009;
}
a:visited {
	color:#009;
}
a:active {
	color:#666;
}
a:hover {
	color:#666;
}
body {
	background-color:#FFF;
	background-image:url(bggradient.jpg);
	background-repeat:repeat-x;
}
img {
	border:none;
}
p {
	font-family:Arial;
	font-size:18px;
	color:#000;
}
h1 {
	font-family:Arial;
	font-size:18px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
h2 {
	font-family:Arial Black;
	font-size:18px;
}
p.left {
	text-align:left;
}
p.smcenter {
	text-align:center;
	line-height:8px;
}
p.center {
	text-align:center;
}
p.smleft {
	text-align:left;
	line-height:8px;
}
#wrapper {
	margin:auto;
	width:820px;
	min-height:768px;
	height:auto;
}
#header {
	margin:auto;
	width:820px;
	height:185px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
}
#pagearea {
	background-color:#FFF;
	width:820px;
	min-height:210px;
}
#menu {
	width:228px;
	min-height:150px;
	height:auto;
	padding-left:5px;
	float:left;
}
#menu p {
	margin-top:0px;
	margin-bottom:6px;
}
#textarea {
	margin-left:10px;
	margin-right:10px;
	margin-top:4px;
	width:562px;
	min-height:200px;
	height:auto;
	background-color:#CCC;
	float:right;
}
#textarea p{
	margin-left:5px;
	margin-right:5px;
}
#textarea h1{
	margin-left:5px;
	margin-right:5px;
}
#textarea h2{
	margin-left:5px;
	margin-right:5px;
}
#footer {
	width:820px;
	clear:both;
	height:18px;
}
#footer p{
	font-size:10px;
	color:#999;
	text-align:center;
}
#footer a:link{
	color:#999;
}
#footer a:visited{
	color:#999;
}
#footer a:active{
	color:#999;
}
#footer a:hover{
	color:#333;
}