@charset "utf-8";
/* CSS Document */

/*-------------------------Basic Styling---------------------*/


*{
	margin: 0px;
	padding: 0px;

}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	background-image: url(../images/Background.gif);
		

}

#wrapper {
	position: relative;
	width: 902px;
	margin: 0 auto;
	text-align: left;
}

#clear {
	clear:both;
	/*-----to clear floats-----*/
}

/*---------------------Basic body setup-------------------*/


#header {
	position: relative;
	height: 171px;
	background: url(../images/header_background2.gif);
	top: 25px;
	margin-bottom: 50px;
	
}

#body {
	position: relative;
	height: 750px;
	background: url(../images/body_background3.gif );
	background-repeat: repeat-y;
	padding: 20px;
	

}

#footer {
	position: relative;
	height: 100px;
	background: #FFFFFF;
	color:#999999;
	text-align: center;

}


/*---------------------------------Extras------------------------------*/


#flash {
	position: relative;
	height: 200px;
	
	margin-bottom: 20px;
	width: 860px;
	}

#bodytext {
	float: left;
	width: 535px;
	height: 530px;
	padding-right: 10px;
}

#sponsors {
	position: relative;
	width: 903px;
	height: 265px;
	background-image:url(../images/bottom_body_background.gif);
	background-repeat:no-repeat;
	}	

#vstroke {
	float: left;
	width: 20px;
	height: 530px;
	background-image:url(../images/vstroke2.gif);
}

#forum {
	float: left;
	width: 285px;
	height: 75px;
	padding-left: 10px;
	margin-bottom: 25px;
	}

#forumbox {
	width: 85px;
	height: 40px;
	float: left;
	padding-left: 10px;
	}
	
#forumbox2 {
	float: left;
	
	width: 200px;
	height: 40px;
	}

#forumbox3 {
	width: 85px;
	height: 40px;
	float: left;
	padding-left: 10px;
	}
	
#forumbox4 {
	float: left;
	
	width: 200px;
	height: 40px;
	}

#forumbox5 {
	width: 85px;
	height: 40px;
	float: left;
	padding-left: 10px;
	}
	
#forumbox6 {
	float: left;
	
	width: 200px;
	height: 40px;
	}

#forumbox7 {
	width: 85px;
	height: 40px;
	float: left;
	padding-left: 10px;
	}
	
#forumbox8 {
	float: left;
	
	width: 200px;
	height: 40px;
	}

#forumbox9 {
	width: 85px;
	height: 100px;
	float: left;
	padding-left: 10px;
	margin-bottom: 20px;
	}
	
#forumbox10 {
	float: left;
	margin-bottom: 5px;
	width: 200px;
	height: 40px;
	}

#submit {
	float: left;
	height: 55px;
	width: 50px;
	padding-left: 50px;
	}
	
.send {
	background: #35924A;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}

#hstroke {
	float: left;
	width: 285px;
	height: 16px;
	background-image:url(../images/hstroke1.gif);
	}
	
#testimonial {
	background; #000000;
	float: left;
	width: 285px;
	height: 110px;
	padding-left: 10px;
	padding-top: 20px;
	}

.company {
	color: #999999;
	font-style:italic;
	}

#navigation {
	top: 120px;
	padding-left: 5px;
	position: relative;
	}

#complete-form{
	float: left;
	width: 295px;
	height: 360px;
	}