html {
	overflow: auto;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #224568;
}
div#Top {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -457px;
	width:650px;
	height: 17px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-left: 140px;
	padding-top: 262px;
}
div#Top ul {
	margin: 0;
	padding: 0;
}
div#Top li {
	list-style-type: none;
	display: inline;
	margin: 0 12px 0 0;
}
div#Top a {
	font-weight: bold;
	text-decoration: none;
}
div#Content {
	width: 650px;
	height: 250px;
	overflow: auto;
	text-align: left;
	padding: 10px 0;
}
div#Bottom {
	width: 650px;
	border-top: 1px solid black;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.menuHustyper {
	float: left;
}
.contentHustyper {
	float: right;
	width: 250px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}







form#seosafeform {
	margin: 0;
	padding: 0;
	width: 48%;
	float: left;
}
form#seosafeform textarea {
	width: 97%;
	height: 100px;
}
form#seosafeform input,textarea {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
}
form#seosafeform input.submit {
	float: right;
	margin: 5px 0 0 0;
}
form#seosafeform legend {
	font-weight: bold;
	color: #000000;
}
form#seosafeform label span, form#seosafeform p {
	font-size: 80%;
	display: block;
}







.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */