/* vertical align */
html, body {
	height: 100%;                                                                  
	margin: 0;                                                                     
	padding: 0;                                                                    
}
* {
	margin:0px auto;
	padding:0;
}
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;                                                                     
	margin-top: -324px;                                                              
	float: left;
}
#wrapper {
	width: 696px;
	height: 648px;
	clear: both;
	position: relative;
	top: -324px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	/** end hack */

}

/* Hide from IE5mac \*//*/
	div#shim {
		display: none;
	}
	html, body {
		height: auto;
	}
/* end hack */

/* ]]> */

/* start styling */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3e485a;
	background-color: #d5d7d8;
}
h1 {
	font-size: 18px;
}
p {
	padding-top:5px;
}
a, a:hover {
	color: #3e485a;
	text-decoration: none;
}
.boxsan {
	background-image: url(box.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height:196px;
}
.boxsan img {
	float:left;
}
.description1 {
	padding:40px 0 0 170px;
}
.description2 {
	padding:50px 0 0 170px;
}
.pos1 {
	margin:0 0 45px 0;
}
.pos2 {
	margin:0 0 12px 0;
}