/* CSS Document */

body {
	margin: 0;
	padding: 0 0 25px 0;
	background: #ffffff;
	text-align: center;
	font: 11px/15px Arial, Verdana, sans-serif;	
	
}

#header {	
	width: 891px;
	margin: 0;
	padding: 0;
	top: 0px;		

}

#content {	
	top: 233px;	
	width: 891px;	
	border-top: thin solid #666666;
	border-bottom:thin solid #666666;
	padding-bottom:50px;

	
}

#footer {	
	top: 934px;
	height: 100px;
	width: 891px;	
	margin: 0;
	padding: 0;

}

#intro {	
	position: relative;
	top: 100px;	
	height: 800px;		
	margin: 0;
	padding: 0;	

}

/*outer terms box*/
#outerbox {
	position: relative;
	top: 0px;
	width: 550px;
	height: 600px;	
	border-top: thin solid #8b8d08;
	border-bottom:thin solid #8b8d08;	
	border-left: thin solid #8b8d08;
	border-right: thin solid #8b8d08;

}

#innerbox {
	position: relative;
	top: 25px;
	width: 500px;
	height: 550px;	
	overflow: auto;
	border-top: thin solid #000000;
	border-bottom:thin solid #000000;	
	border-left: thin solid #000000;
	border-right: thin solid #000000;


}

/*inner terms box*/
#terms {
	position: relative;
	top: 25px;	
	height: 2350px;	
	width:400px;
	margin: 0;
	padding: 0;	
	text-align: left;
}
