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

* {
	margin: 0;
	padding: 0;
}
html {
	background-color: #49312d;
	background-image: url(img/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: none;	
}
body {
	background-color: transparent;
	background-image: url(img/afro_girl.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: none;	
}
#header {
	width:100%;
	background-color: transparent;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 126px 0 0 0;
	text-align:center;	
}
#header_anim {
	width:100%;
	background-color: transparent;
	background-image: url(img/header_index.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px 0 0 0;
	text-align:center;	
}
#nav {
	width: 800px;
	margin: 0px auto;
}
#nav p {
	font-family: century gothic, verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #111111;
	text-align: center;
	letter-spacing: 0.5px;
	text-decoration: none;
	padding: 0px;
}
#nav a:link, #nav a:visited {
	font-family: century gothic, verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #111111;
	text-align: center;
	letter-spacing: 0.5px;
	text-decoration: none;
	padding: 0px;
}
#nav a:hover {
	color: #FF0000;
}
#wrapper {
	margin: 20px auto 0px auto;
	width: 580px;
}
#top {
	background-color: transparent;
	padding: 0px 0 0 0;
}
#middle {
	background-color: transparent;
	background-image: url(img/guts_middle.png);
	background-repeat: repeat-y;
	background-position: top center;
	padding: 10px 30px 20px 30px;
	text-align: left;
}
#middle2 {
	background-color: transparent;
	background-image: url(img/guts_middle.png);
	background-repeat: repeat-y;
	background-position: top center;
	padding: 10px 30px 20px 30px;
}

#middle2 H1, #middle2 p, #middle2 a:link {
	 text-align: center;
}
#bottom {
	background-color: transparent;
	padding: 0px 0 10px 0;
	margin-bottom: 90px;
}
#img1 {
	position:absolute;
	left:0px;
	top:0px;
	z-index: -1;
}
h1 {
	font-family: century gothic, verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	color: #58EDF6;
	padding: 0px 0 0px 0;
	letter-spacing: 2px;
	text-align: center;
}
h2 {
	font-family: century gothic, verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: lighter;
	color: #58EDF6;
	text-align: left;
	padding: 0px 0 2px 0;
	letter-spacing: 1px;
	margin-top: 12px;
	border-bottom: 1px dashed #8BD3E7;
}
h3 {
	font-family: century gothic, verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #58EDF6;
	text-align: center;
	padding: 0px 0 6px 0;
	letter-spacing: 1px;
	margin: 100px 0px 200px 0px;

}

p {
	font-family: century gothic, verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #ffffff;
	text-align: justify;
	padding: 10px 0 0 0;
	line-height: 130%;
	letter-spacing: 1px;
}
a:link, a:visited {
	font-family: century gothic, verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-align: justify;
	padding: 10px 0 0 0;
	line-height: 130%;
	letter-spacing: 1px;
}
a:hover {
	color: #8BD3E7;
}
/* Supporters Page Page */
#supporters {
	width: 520px;
	margin: 10px 0 0 0px;
	text-align: left;
}
.support p {
	font-family: century gothic, verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#ffffff;
	padding: 0 0 18px 0;
	letter-spacing: 0px;
}
.support a, .support a:visited {
	font-family: century gothic, verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#ffffff;
	padding: 0 0 18px 0;
	letter-spacing: 1px;
	text-decoration: underline;
}
.support a:hover {
	color: #8BD3E7;
}

/* Contact Page */
#formbox {
	width: 80%;
	margin: 15px auto 0 auto;
	text-align: left;
}
label {
	font-family: century gothic, verdana, tahoma, arial, helvetica, sans-serif;
	font-style: normal;
	color: #58EDF6;
	font-size: 14px;
	text-align: right;
	letter-spacing: 1px;
	float: left;
	width: 120px;
	padding-left: 0px;
	margin-top:18px;
}
.textbox {
	width: 220px;
	margin: 0px 0px 10px 10px;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #333;
}
.textarea {
	width: 220px;
	height: 80px;
	padding: 4px;
	margin: 0px 0px 10px 10px;
	background-color: #ffffff;
	border: 1px solid #333;
}
#submitbutton {
	margin-left: 130px;
	margin-top: 10px;
	width: 120px;
}
.bump {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin: 20px 0 14px 14px;
	padding: 0px 0 20px 20px;
	letter-spacing: .2em;
	line-height: 130%;
	border-bottom: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
	width: 486px;
}
#back {
	padding: 10px 0 0 0px;
}
/* Footer */
#footer {
	width:100%;
	height: 40px;
	background-color: transparent;
	background-image: url(img/footer2.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 80px 0 0 20px;
	margin: 0px;
	text-align: left;
}
#footer p, #footer a:link, #footer a:visited {
	font-family: century gothic, verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #ffffff;
	font-style: italic;
	text-align: justify;
	padding: 10px 0 0 0;
	line-height: 130%;
	letter-spacing: 1px;
	text-decoration: none;
}
#footer a:hover {
	color: #66CCFF;
}
