/* centering page */
body {
	background:  url(../images/bg.jpg) fixed center top;
	text-align: center;
	}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	text-align: left;

}


/*fonts and colors*/


h1 {
	color: #000;
	font-family: "Gill Sans", Sans-Serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-style: normal;
	font-weight: lighter;
	   
	}

h1.center {
	text-align: center;

	   
	}	
	
h2 {
	padding-top:20px;
	color: #000;
	font-family: "Gill Sans", Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-style: normal;
	font-weight: lighter;	
	}
	
h5 {
	padding-top:5px;
	color: #000;
	font-family: "Gill Sans", Sans-Serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-style: normal;
	font-weight: lighter;	
	}
	
h3 {
	padding-left:45px;
	padding-bottom:10px;
	color: #000;
	font-family: "Gill Sans", Sans-Serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .06em;
	font-style: normal;
	font-weight: lighter;	
	}
	


#h4 {
	padding-top:25px;
	margin:0px;
	font-size: 12px;
	color: #000000;
	font-family: "Gill Sans", Sans-Serif;
	letter-spacing: .06em;
	text-transform: uppercase;
	}
	
	
a {
	color: #000000;
	font-family: "Gill Sans", Sans-Serif;
	font-size: 14px;
	padding-top: 4px;
	text-transform: uppercase;
	text-decoration: none;
}

div {
	color: #000;
	font-size: 12px;
	font-family: "Gill Sans", Sans-Serif;
	}
	
p.splash {
	font-size: 16px;
	line-height: 1.5em;
	
	}
	
span.center {
		font-size: 14px;
		}


	


/* Begin Structure */

ul {
	padding:0;
	margin:10;
}

img {
	border:0;
	padding:0;
	margin:0;
	}


#title {
	text-align: center;
}
	
div#splashHeader {
	text-align: center;
	margin-bottom:30px;
	}

.splashParagraph {
	margin-left: 10;
	margin-right: 10;
	margin-bottom: 0;
	}
			
#splashWrap {
	margin-top:30px;
	background:#fff;
	float: left;
	clear: both;
	width: 820px;
	}

#splashLeft {
	float:left;
	width: 440px;

	}
			

#splashRight {
	margin:5px;
	float:right;
	width: 330px;

	}

#buttons {
	text-align: center;
	height:37px;
	}

li.inline {
	display: inline;
	list-style-image: none;
	list-style-type: none;
}
	
div.description {
	margin-top:12px;
	margin-left:10px;
	width: 260px;
	float:left;
	}
	
div.image {
	float:left;
	}
	
	
h3.center {
	padding:0;
	margin-top: 5;
	text-align:center;
}

div.kiteRunner {
 	margin-bottom: 20px;
	}
	
div.spacer {
height:400px;

}

#footer {
	margin-top:30px;
	margin-bottom:30px;
	background-color:#fff;
	text-align:center;
	clear:both;

}
#footer img {
	margin-top:30px;
	}

div.terms {
	text-align:center;
	color: #908e8c;
	font-size: 10px;
	font-family: "Gill Sans", Sans-Serif;
	}
	
a.footer {
	text-align:center;
	color: #908e8c;
	font-size: 10px;
	margin:10px;
	font-family: "Gill Sans", Sans-Serif;
}