body {
	text-align: left; 
	margin: 110px 0 0 110px; 
	background-color: #e5f5c5; 
	width: 800px;
	min-height: 100%;
	}
h1 {color: #0a328c; font-size: 36px; padding: 0; margin: 0; font-family: Futura Md BT;}
h2{color: #222; font-size: 20px; padding: 0; margin: 0; font-family: Optimer, helvetica; font-weight: normal;}
h3 {color: #444; font-size: 18px; padding: 5px 0 0 0; margin: 15px 0 0 0; font-family: Optimer, helvetica; font-weight: normal;}
a {text-decoration: none; color: blue;}
a img {border: none;}
.box {
	background-color: #fff;
	-moz-border-radius-topleft: 15px; 
	-moz-border-radius-topright: 15px; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-webkit-border-top-left-radius: 15px; 
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px; 
	-webkit-border-bottom-right-radius: 15px;
	}
#name {margin: 0; padding: 20px;}