.contact{
	float: left;
}
form {
	margin-top: 10px;
	margin-bottom: 10px;
}
form label {
	width: 180px;
	display: block;
	clear: both;
	float:left;
	text-align: right;
	margin-right: 10px;
}
form input, form textarea, form select{
	width: 200px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
form .submitbut{
	color: #FFFFFF;
	background-color: #333333;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, Tahoma, Arial, sans-serif;
	font-size: 62.8%;
	line-height: 1.8em;
	color: #333;
	background-color: #191919;
}
p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-top: 0px;
	padding-top: 0px;
	color: #666;
	
}
ul{

}
li{
    color: #666;
	font-size: 1.1em;
	line-height: 1.8em;
}
h1{
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.8em;
	padding:0px;
	margin: 0px;
}
a{
	color: #666666;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}
a:active{
	color: #666666;
}
.size8{
	font-size: 0.8em;
}
.size9{
	font-size: 0.9em;
}
.size10{
	font-size: 1em;
}
.size11{
	font-size: 1.1em;
}
.size12{
	font-size: 1.2em;
}
.size14{
	font-size: 1.4em;
}
.ubreak{
     border: 0;
     clear: both;
     display: block;
     float: none;
     margin: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}
.lightgrey{
	color: #666666;
}
.floatright{
float:right;
}
.floatleft{
float:left;
}
