html{
	background: #ffffff url('images/tile.jpg') top left;
	text-align: center;
	font-family: Arial Narrow, Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 10px; !important
	color: #444444;
}
body{
	margin: 50px auto;
	width: 70.4em;
	text-align: left;
	background: #fff;
	border: 3px solid #72499d; /* ie6 only */
}
h1{
	margin: 0;
	padding: 1em;
	padding-top: 1.5em;
	padding-bottom: 0;
}
a#masthead{
	display: block;
	height: 78px;
	width: 304px;
	background: url('images/logo.jpg') top left no-repeat;
}
a span{
	display: none;
}
#navigation{
	margin: 0;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0;
	display: block;
	list-style: none;
	background: #72499d;
	height: 30px; !important
	overflow:hidden;
}
#navigation li{
	margin: 0;
	padding: 0;
	float: right;

}
#navigation a{
	display: block;
	overflow: hidden;
	height: 25px;
	margin: 0;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	text-decoration: none;
	color: #fff;
	font-size: 1.25em;
	background: #72499d;
}
#navigation a:hover, #navigation a.current{
	text-decoration: none;
	color: #72499d;
	background: #c49aed;
}
#navigation #facebookLink{
	margin: 0;
	display: block;
	width: 155px;
	height: 37px;
	background: url('images/facebook.jpg') top left no-repeat;
	position: relative;
	top: -6em;
	left: 34em;
}
#content{
	font-size: 1.75em;
	padding: 30px;
}
#content img{
	margin: 10px 20px;
	float: right;
}
#content h1{
	margin: 0;
	padding: 0;
	color: #72499d;
}
#content p{
	margin: 0;
	padding: 0;
	padding-right: 180px;
	padding-bottom: 1.25em;
	line-height: 1.25em;
}
#content ul{
	margin: 0;
	margin-left: 40px;
	padding: 0;
	padding-bottom: 1.25em;
}
#content blockquote{
	margin: 0;
	padding: 0;
}
#content blockquote p{
	margin: 0;
	margin-bottom: .5em;
	padding: 0;
}
#content table th{
	padding-top: 30px;
	text-align: center;
}
#content table thead th{
	margin: 0;
	padding: 0;
	padding-bottom: -40px;
}
#content table td{
	padding: 5px;
}
#content #copyright{
	display: block;
	clear: both;
	padding-top: 30px;
	color: #999;
	font-size: .9em;
	text-align: right;
}
.ffix{
	display: block;
	clear: both;
}