@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
div#box {
	position:relative;margin-top:15px;
}
div#box a {
	color:#999999;
}
div#box a:hover {
	color:#CC0000;
}
div#content {
	text-align:left;
	width:980px;
}
div.boxed {
 width:300px;
 overflow:hidden;
 float:left;
 margin-left:15px;	
}
div.boxed h2 {
	font-size:12px;
	display:block;
	margin:0px;padding:0px;
}
div.content h1 {
	font-size:14px;
	display:block;
	font-weight:bold;
	margin:0px;padding:0px;
}

