
/***************************************************/
body {
	background: #fff;
	font-size: 12px;
	color: #555;
	font-family: verdana, Arial, "Trebuchet MS";
	margin-top:0px
}



a {text-decoration: none; color: #555;
	font-weight: normal}

#header {
	
	margin-top: 0px;
	background-color: #555555;
	height: 90px;
	padding-bottom: 10px;
	}

#logo {
	margin-left: 10px;
	margin-right: 20px;
	padding-left: 10px; text-align:left
}

#logo h1 {
	padding-top: 9px;
	font-weight: bold;
	letter-spacing: -2px;
}

#logo h1 a {
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	font-size: 1.8em;
}

#logo h1 a:hover {
	color: #ddd;
}

#logo .description {
	color: #fff;
	line-height: 1.4em;
}

#about {
	float: right;
	display: inline;
}

#about p {
	color: #fff;
	line-height: 1.4em;
}
