


body {
	
	font-family: Helvetica, Arial, sans-serif;
	background: #d9d0c1 url("images/jumpstart-bg.jpg") repeat-x; 
padding: 0;
height:100%;
margin: 0;
}

#main-container {
	margin: 0 auto;
	width: 950px;
	height:100%;
	
	position:relative;
}

#profiles {
	margin-top: 100px;
	position: relative;
	float: left;
	padding: -60px 20px 20px 20px;
		width: 950px;
}

#testimonials {
	margin-top: 100px;
	position: relative;
	float: left;
	padding: -60px 20px 20px 20px;
		width: 950px;
}


#main-content {
	background: url("images/main-content-bg.jpg") no-repeat; 
	width: 950px;
	height: 424px;
	margin-top: 39px;
	float: left;
	margin-bottom: 0px;
	clear: both;
}

#introtext {
	width: 540px;
	margin-left: 380px;
	padding-top: 25px;
	position: relative;
}

h1 {
	font-size: 30px;
	font-weight: bolder;
}

#introtext p {
	line-height: 25px ;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
}

#logo {
	float: left;
	margin-top: 10px;
}

#top-links {
	float: right;
	margin-top: 60px;
	color: #fff;
	font-weight: bold;
	
}

a img {
	border: none;
}

#top-links a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
}

#top-links a:hover {
	color: #c6d626;

}

#button-left {
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	
		margin-right: 10px;
			background-image: url("images/jumpstart-left.gif"); 
				background-repeat: no-repeat;
				width: 459px;
				height: 88px;
				
}

#button-left img {
	display: none;
}
#button-right img {
	display: none;
}


#button-left a {
		padding-right: 459px;
		padding-bottom: 88px;
	display: block;
	position: relative;
		
			
	}
	
#button-right a:hover {

			background-image: url("images/jumpstart-right-hover.gif"); 
			background-repeat: no-repeat;

		}
#buttons {
	clear: both;
	float: left;
	margin-top: -100px;
}	


	#button-right{
		float: left;
			width: 459px;
			height: 88px;
		margin-top: 0px;
			
				background-image: url("images/jumpstart-right.gif"); 
				background-repeat: no-repeat;
			
	}

	#button-right p {
		display: none;
	}

	#button-right a {

		position: relative;
			padding-right: 459px;
			padding-bottom: 88px;
			width: 459px;
			height: 88px;
			display: block;
		}

#button-left a:hover {

					background-image: url("images/jumpstart-left-hover.gif"); 
					background-repeat: no-repeat;

				}
				

#footer {
	
	width: 100%;
	height: 100px;
	background-image: url("images/footer-bg.jpg"); 
	background-repeat: repeat;
	float: left;
	left: -10px;
	padding-right: 18px;
	bottom:0;
	position:absolute;
}
#footer2 {
	
	width: 100%;
	height: 200px;
	background-image: url("images/footer-bg.jpg"); 
	background-repeat: repeat;
	float: left;
	left: -10px;
	padding-right: 18px;
	bottom:0;
	margin-top: -100px;
	
}

#footer-links {
float: right;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	position: relative;
	margin-top: 10px;
	z-index: 200;
	vertical-align: middle;
	font-size: 12px;
}

#footer-links a {
	font-size: 12px;
	color: #ccc;
}

#form-join {
	float: left;
	height: auto;
	width: 950px;
	position: relative;
		z-index: 200;
		padding-bottom: 40px;
		background-color: #f4ede5;
			-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px;border-radius: 5px;
}

#form-request
 {
	float: left;
	height: auto;
	width: 950px;
	position: relative;
		z-index: 200;
			padding-bottom: 40px;
			background-color: #f4ede5;
				-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px;border-radius: 5px;
}

#form-request table
 {
	float: left;
		margin-left: 120px;
		padding: 15px;
	}
	
	
	#form-join table
	 {
		float: left;
		margin-left: 230px;
		}

#clear-footer {
	clear:both; 
	height:100px;
	width:100%
}

#form-request input {
		width: 200px;
	height: 23px;
	-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px;border-radius: 5px;
	line-height: 200%;cursor: pointer;
}

#form-join input {
		width: 200px;
	height: 23px;
	-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px;border-radius: 5px;
	cursor: pointer;
}

textarea {
		-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px;border-radius: 5px;
		width: 200px;
}

.button input{
padding: 0;
background-color: #f29700;
padding-left: 10px;
padding-right: 10px;
color: #fff;
width: 80px;
height: 25px;
font-weight: bold;
cursor: pointer;
border: 1px solid #d13700;
}

#form-request input.button {
padding: 0;
background-color: #f29700;
padding-left: 10px;
padding-right: 10px;
color: #fff;
width: 80px;
height: 25px;
font-weight: bold;
cursor: pointer;
border: 1px solid #d13700;
}
#form-join input.button:hover{

background-color: #f2bc00;

}

#form-request input.button:hover{

background-color: #f2bc00;

}




