html, body {
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
}

body {
	margin:0px;
   	color:#4c4c4c;
   	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
   	font-size:12px;
   	line-height:125%;
	cursor:default;
   	background-color:#d7d7d7;
   	/* background-color:#fff; */
	overflow:visible;
	text-align:center;
}

#wrapper {
	text-align:left;
	margin:auto;
	padding:0px;
	width:868px;
	border:0px solid red;
}

img {
	border-width:0;
}

br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}


div.content{
	float:left;
	background-color:#efefef;
	width:818px;
	margin:50px 0 50px 0;
	padding:20px 0 0 50px;
	height:685px;
	border:1px solid #ccc;
}


h1, h2 {
	float:left;
	width:818px;
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;
	margin:0;
	padding:0;
	height:33px;
	font-size:12px;
	line-height:125%;
	border:0px solid red;
}

h1.one { font-size:22px; }

.less {
	float:left;
	color:#999;
	font-size:10px;
	line-height:125%;
}





a:link, a:active, a:visited {
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	color:#295c72;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}



a.link:link, a.link:active, a.link:visited {
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	color:#295c72;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}
a.link:hover {
	text-decoration:underline;
}