body{
	padding-top: 1em;
	background:#ccd5dc url('../images/splash5.jpg') top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 0.85em;*/
	
	color: #222222;
	margin: 0;
}

#box {
	
	width: 530px;
	background-color: white;
	border: 1px solid black;
	margin: 100px auto;
	/*height: 410px;*/
	color: white;
	/*overflow: hidden;*/
	padding: 10px;
}

#innerbox {
	background-color: #ced5db;
	padding: 5px;
	/*height: 400px;*/
}	
#topbox {
	background-color: #2f3d45;
	/*height: 170px;*/
	overflow: hidden;
	height: 1%;
}	
	


#centralbox {
	background: #FFFFFF url('../images/headerbacksplash2.jpg') top right no-repeat;
	/*height: 230px;*/
	width: 100%;
	clear: both;
}

.title {
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
}

#smallbox1 {
	float: left;
	width: 195px;
	
	background-color: #2f3d45;
	padding: 10px 10px;
	/*height: 150px;*/
	text-align: center;
	font-size: 0.85em;
	
}

#smallbox2 {
	float: left;
	width: 90px;
	
	background-color: #2f3d45;
	/*height: 150px;*/
	padding: 10px 0px;
}

#smallbox3 {
	float: left;
	width: 195px;
	
	padding: 10px 10px;
	/*height: 150px;*/
	background-color: #2f3d45;
	text-align: center;
	font-size: 0.85em;
}

.center {
	text-align: center;
}

#buttonwrap {
	margin-left: 70px;
}

.button {
	
	width: 150px;
	text-align: center;
	padding: 0px;
	margin: 0px 20px 0px 20px;
	font-size: 1.3em;
	float: left;
	display: inline; /* fixes IE/Win double margin bug */
}

.button a {
	display: block;
	width: 150px;
	text-decoration: none;
	/*background: #2f3d45;*/
	/*background: #8b2942;*/
	background: #707070;
	color: white;
	padding: 10px 5px;
	/*border: 1px solid #2f3d45;*/
	border: 1px solid #707070;
}
.button a:hover {
	border: none;
	background: white;
	color: #2f3d45;
	padding: 10px 5px;
	border: 1px solid #2f3d45;
	
	
}
.hidden
	{
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
	margin: 0px;
	padding: 0px;
 	overflow:hidden;

 	}
h1{margin-top:16px;margin-bottom:12px;}
