html,body {
	width:100%;
	height: 100%;
	overflow: hidden;	
	margin:0; padding:0; 
}
#content {
	margin-right:60px;
	margin-left:60px;
}
#content .sample {
	clear: both;
	display: block;
	height: 200px;
}

#content .sample .logo, #content .sample .nav {
	font-family: BrandonGrotesqueLight,"Brandon Grotesque Light", Georgia, Serif;
	color: #999;
	font-size: 160%;
}

#content .sample .logo {	
	float: left;
}

#content .sample .nav {
	float: right;
	word-spacing: 60px;
}

.inputarea {
	width:800px;
	line-height:35px;
}
.contentarea {
	margin-top:60px;
	width:700px;
	color:gray;
	font-family:sans-serif Verdana Arial!important;
	font-size:16pt!important;
	line-height:23px;
}
#panel2 {
	padding:0px;
}