html *{
	padding:0;
	margin: 0;
}
img, fieldset{border:0;}
.clear{clear:both;}
body,td,div{
	font-family: arial,helvetica,sans-serif;
}
body{
	font-size: 80%;
}
div#header{
	background: url(images/bg.png) bottom left repeat-x;
	height: 86px;
	margin-bottom: 20px;
	
}
div#header h1{
	color: #fff;
	size: 140%;
	font-weight: bold;
	float: left;
	margin: 20px;
}
div#header img{
	float: right;
	margin-left: 10px;
}
div#header img.logo{
	margin-top: 10px;
}
div#nav{
	float: left;
	width: 175px;
	margin-left: 1em;
	background: #f5f5f5;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
div#nav ul{
	list-style-type: none;
	margin-left: 3px;
}
div#nav p.footer{
	margin-top: 5em;
	font-size: 80%;
}
div#nav span.title{
	color: #00f;
}
div#body{
float: left;
margin-left: 1em;
}
form label
{
	float: left;
	display: inline;
	margin: 5px 0;
}
form label.label{
	clear: left;
	width: 200px;
	margin: 5px;
	text-align: right;
}
form input, form textarea{
	float: left;
	display: inline;
	margin: 5px 0;
}
form .text, form textarea{
	width: 250px;
}
form textarea{
	height: 70px;
}
form p{clear: both;}