/* CSS Document */

#wrapper {
	background-image: url(../images/index_bg.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 990px;
	position: relative;
	height: 448px;
}

#about {
	position: absolute;
	top: 55px;
	right: 15px;
	width: 230px;
}

#about h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0054A5;
	text-align: center;
	margin: 0px 8px 0px 8px;
	padding-bottom: 10px;
	border-bottom: 1px #999999 dotted;
	line-height: 22px;
}

#about h3 span {
	font-size: 32px;
}

#about p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 5px 15px 0px 15px;

}

#contact {
	position: absolute;
	left: 280px;
	top: 222px;
	width: 150px;
}	

#contact h1 {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 22px;
	text-align: center;
}

#contact h1 a {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: underline;
}

#contact h1 a:hover {
	color: #0054A5;
	text-decoration: underline;
}
	

#signup_butt {
	width: 275px;
	height: 26px;
	position: absolute;
	bottom: 65px;
	right: 20px;
}

#volunteer {
	width: 130px;
	height: 26px;
	float: left;
	text-align: center;
}

#fighterkite {
	width: 130px;
	height: 26px;
	background-image: url(../images/fightkite_butt.jpg);
	background-repeat: no-repeat;
	float: right;
	text-align: center;
}

#volunteer p a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	line-height: 26px;
	background-image: url(../images/volunteer_butt.jpg);
	background-repeat: no-repeat;
	display: block;
}

#volunteer p a:hover {
	background-image: url(../images/volunteer_butt.jpg);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}

#fighterkite p a {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	line-height: 26px;
	background-image: url(../images/fightkite_butt.jpg);
	background-repeat: no-repeat;
	display: block;
}

#fighterkite p a:hover {
	background-image: url(../images/fightkite_butt.jpg);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}

#st_link {
	width: 119px;
	height: 45px;
	display: block;
	position: absolute;
	left: 29px;
	bottom: 53px;
	background-image: url(../images/st_logo_big.jpg);
	background-repeat: no-repeat;
}

#st_link a {
	width: 119px;
	height: 45px;
	display: block;
}

#sponsor {
	position: absolute;
	bottom: 2px;
	left: 0px;
	text-align: center;
	width: 990px;
	height: 42px;
	padding-top: 5px;
}

#sponsor p {
	font-size: 9px;
	color: #666666;
	width: 100px;
	position: absolute;
	top: 7px;
	left: 9px;	
}

#sponsor img {
	text-align: center;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	text-align: center;
	padding-top: 1px;
}

#footer p a {
	text-decoration: none;
	color: #006699;
}

#footer p a:hover {
	text-decoration: none;
	color: #9E1F63;
}