hr { background-color: #000066; color: #000066; border: none; }

body {
	font-family: Verdana;
	background-image: url(images/bckgrnd.jpg);
	font-size: 0.8em;
	color: #000066;
}

@font-face {
	font-family: Monotype Corsiva;
	font-style: normal;
	font-weight: normal;
	src: url(MONOTYP0.eot);
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#sitename {
	position: relative;
	width: 90%;
	float: right;
	text-align: right;
}

div#navigation {
	position: absolute;
	left: 100px;
	vertical-align: middle;
}

div#navigation a { font-weight: normal; color: #000066; font-size: 1em; text-decoration: none; }

div#navigation a:hover { font-weight: bold; }

#home {
	position: absolute;
	top: 200px;
	left: 125px;
	margin-right: 5%;

}

#home .title {
	font-family: "Monotype Corsiva", Verdana, Arial, sans-serif;
	font-size: 26px;
	font-style: normal;
	color: #000066;
	line-height: normal;
}

.clearfix:after {
    content: ".";
   display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;} 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 

