/* CSS Document */
BODY {
	width:750px;
	margin:10px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

.accessibility, .topLink {
	display:none;
}

.clear {
	clear:both;
}

H1#siteTitle {
	position:relative;
	top:5px;
	left:5px;
	margin:0;
}

H1#siteTitle A {
	display:block;
	width:300px;
	height:61px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}

H1#siteTitle A SPAN{
	display:none;
}

DIV#mainNav {
	float:left;
	width:140px;
}

DIV#pageContent {
	margin-left:150px;
}

DIV#footer {
	margin-top:20px;
}