body {
	background:#a4d7db url("../images/body_bg.jpg") repeat-x left top;
	margin: 0;
	padding: 0;
	font: 13px/1.6 "lucida sans unicode", "lucida grande", serif;
	text-align: center;	
	color: #222;
}
#header {
		background: url("../images/copy_header.jpg")  no-repeat left top; 
		width:814px;
		height:259px;

}
#content a {
	color:#f06f35;
}
a {
	color:#2f9393;
}
h1 {
	background: url("../images/h1_bg2.jpg") left no-repeat;
	width:335px;
	height:215px;

	margin-bottom:20px;
}

h1 a{
	width:335px;
	height:215px;
	display:block;
}

h2 {
	color:#888;
	font: normal 31px/1.006em "lucida sans unicode", "lucida grande", serif;
	margin: 1.006em 0;
	letter-spacing: -2px;
	border-bottom: 13px solid #eee;
}

h3 {
	margin-top: 1em;
	color:#3E6D88;
	font-size:18px;
	letter-spacing: -1px;
}

#copy p,
#cat_container p {
	margin: 1.6em 0;
}

#content ul {
	list-style: disc;
	margin: 1.6em 0 1.6em 3em;
}


#copy_body ul {
	list-style-type:disc;
	padding-left:30px;
}
#header span {
	display:none;
}

#container {

	
}
#container2 {
	width: 814px;
	margin: 0 auto;
	text-align: left;
}

#navigation {
	clear:both;
	width: 805px;
	background: url("../images/nav_bg.gif") repeat-x left top;
	height:58px;
	margin:0 4px;
	padding:0;
}

#navigation ul {
margin:0;

}

#navigation ul li {
	display: inline;
	float:left;
	line-height: 50px;
	text-align: center;
	margin:0;
	border-left: thin dotted #9f8955;
	margin-top:4px;
	overflow: hidden;
}

#navigation ul li a {
	color: #483f0b;
	font-size: 15px;
	text-decoration: none;
	letter-spacing: -1px;
	display: block;
	height: 50px;
}

#navigation ul li a:hover {
	color: #2f9393;	
}

#navigation ul #signup {
		border-left:none;
	/*	padding-left:20px;*/
	width: 160px;
}

#navigation ul #involve {
		width: 288px;
}

#navigation ul #resources {
		width: 132px;
}

#navigation ul #sponsor {
		width: 218px;
}

#footer {
	color:#fff;
	text-align:center;
	padding-top:20px;
	clear:both;
}

#copy {
	background: url("../images/copy_bg2.jpg") left repeat-y;
	padding:0;
	margin:0;
	width:814px;
 	overflow:auto;
}

#footer {
	padding: 30px 30px;
	clear: both;
	text-align: center;
	background: url("../images/footer_bg.jpg") no-repeat left top;
	font-size: 11px;
	color: #2f9393;
	height: expression('1%');
	width: 800px;
}

#content {
	padding: 25px 70px 0 70px;
}

/* super button */

.sbtn {
	line-height: 28px;
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-weight: bold;			
	color: #fff !important;		
	background: url("../images/sbtn_r.gif") right center no-repeat;
	float:left;
	outline: none;
	cursor:default;
	font-size: 12px;
	margin: 0;
	padding-top: 0 !important;
}

.sbtn:hover {		
	background-position: right top;
}

.sbtn:hover span {		
	background-position: left top;
}

.sbtn:active {		
	background-position: right bottom;
}

.sbtn:active span {		
	background-position: left bottom;
}

.sbtn span {
	padding: 0 1em;
	line-height: 28px;
	float: left;
	background: url("../images/sbtn_l.gif") left center no-repeat;
}

/* super button button */

button.sbtn {
	padding:0 !important;
	margin:0 !important;
	border:none !important;
	outline:none !important;
	height:28px !important;
	width:auto !important;
	white-space: nowrap;
	overflow:visible;
}

button.sbtn span {
	position:relative;
	top:-1px;
	top:expression('0px');
	left:-3px;
	left:expression('0px');
	height:28px;
	outline:none !important;
}

/* super button - back */

.sbtn_back {
	background: url("../images/sbtn_back_r.gif") right center no-repeat;
}

.sbtn_back span {
	background: url("../images/sbtn_back_l.gif") left center no-repeat;
}

/* super button - small dark */

.sbtn_smd {
	line-height: 19px;
	background: url("../images/sbtn_smd_r.gif") right center no-repeat;
}

.sbtn_smd span {
	line-height: 19px;
	background: url("../images/sbtn_smd_l.gif") left center no-repeat;
}

button.sbtn_smd {
	height: 19px !important;
}

button.sbtn_smd span{
	height: 19px !important;
}

