HTML {
	HEIGHT: 100%
}
BODY {
	HEIGHT: 100%
}
BODY {
	MIN-WIDTH: 990px; 
	MARGIN: 0px; 
	COLOR: #000000;
	background:#f7ab3b;
	TEXT-ALIGN: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


#container {
	MARGIN: 0px auto; 
	WIDTH: 990px; 
	TEXT-ALIGN: left;
	background:#fdd397;
}

#header {
	Z-INDEX: 10; 
	WIDTH: 990px; 
	POSITION: relative;
	BACKGROUND: #e76f33 url('../images/headercontent.jpg') no-repeat 50% top; 
	HEIGHT: 175px;
	top: 0px;
	left: 0px;
}

#logo{
	position:absolute;
	width: 170px;
	height: 118px;
	left: 10px;
	z-index:99;
}

#menu{
	position:absolute;
	width:698px;
	height:38px;
	margin-left:66px;
	z-index:100;
	left: 221px;
	top: 31px;
	background:url(../images/menubar.jpg) no-repeat;
}

#content {
	PADDING: 0px; 
	position:relative;
	width:990px;
}

#content_inner {
	WIDTH:900px;
	margin:0px 40px 10px 40px;
}

#content_flash{
padding:0px;
position:relative;
width:990px;
margin-left:-40px;
}

#footer {
position:relative;
	BACKGROUND: #f7ab3b url(../images/footercontent.jpg) no-repeat;
	TEXT-ALIGN: center;
	width:990px;
	height:270px;
}

#sign_up{
	position:absolute;
	left: 129px;
	top: 38px;
	width: 306px;
	height: 29px;
	width:284px;
	height:37px;
	background:url(../images/orangebox.jpg) no-repeat;
	text-align:center;
	padding-top:2px;
}


#sign_up .signup
{
	top:-10px;
}

#join_donate{
	position:absolute;
	width:321px;
	height:92px;
	background:url(../images/bluebox.jpg) no-repeat;
	text-align:center;
	padding-top:10px;
	left: 478px;
	top: 23px;
}


#sponsors{
	position:absolute;
	margin-top:130px;
	left: 19px;
}

h1
{
	font-size:16px;
	color:#a7001a;
}

h2
{
	font-size:14px;
	color:#a7001a;
}

a:link
{
	color:#a7001a;
	text-decoration:none;
}

a:visited
{
	color:#ea6f34;
	text-decoration:none;
}

a:hover
{
	color:#a7001a;
	text-decoration:underline;
}

image
{
	border:none;
}

#home{
	position:absolute;
	left: 90px;
	top: 120px;
	width: 82px;
	height: 20px;
}
.title
{
	font-size:10px;
	font-style:italic;
}

#sub_nav{
	position:absolute;
	left: 285px;
	width: 698px;
	top: 98px;
	height: 55px;
	border:0px solid #000;
}


.style1 {color: #a7001a}


#content ul{
margin-left:-20px;
*margin-left:15px;
}

#content ol{
margin-left:-20px;
*margin-left:15px;
}



.webkit #content ul{ 
margin-left:-20px;
}

.webkit #content ol{
margin-left:-20px;
}