h1 {
	width:900px;
	color : #505055;
	border-bottom : 1px dotted #ffafaf;
	font-size : 18pt;
}
iframe {
	margin:0px;
	padding:0px;
	border:0px none solid;
}
body {
	background-color:#ffffff;
}
#result {
	position:absolute;
	top:10px;
	left:640px;
	background-color:#dddddd;
	font-size:9pt;
}
.info {
	width: 400px;
	padding:8px;
	font-size:10pt;
	line-height:180%;
	background-color:#ffefef;
	border:1px #efefef solid;
}
#wrapper {
	width:900px;
	height:100%;
	border:0px #ff0000 solid;
	background-color:#ffffff;
}
#sidebar {
	width:240px;
	background-color:#a4ff92;
	height:100%;
	float:left;
	margin:0px;
	padding:0px;
}
#main{
	margin:0px;
	padding:0px;
	float:right;
}
#sidebar ul {
	margin:0px;
	padding:0px;
}
#sidebar li	{
	background-color: #a9fbbd;
	text-indent:20px;
	padding-top:5px;
	height:50px;
	border-bottom:1px #038b23 dotted;
	font-size:11pt;
}
#sidebar li:hover {
	background-color: #e1ffe8;
}
#information{
	width:900px;
	height:50px;
	font-size:9pt;
	color:#444444;
}
