@charset "UTF-8";
/* CSS Document */

body {
	margin:15 0 0 30;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	}
	
a {
	border:none;
	color:#333;
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	}


a img {border:none;}
	
#box1 {
	width:516px;
	position:relative;
	top:10px;
	left:30px;
	}
	
#box1 p {
	padding-left:26px;
	}