@CHARSET "UTF-8";

#nav,
#sidebar,
#footer-wrap
{
	display: none;
}

body {
	font-size: 85%;
}

#header-wrap {
	border-bottom: 1px solid #A0A0A0;
}

#header a#logo {
	border: none;
	left: 0;
} 

#header #logo img {
	border: none;
	left: 0;
	
	width: 59px;
	height: 47px;
} 

#header h1, 
#header h2 {
	margin-left: 73px;
}

#header h1 {
	font-size: 130%;
	padding-top: 4px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#header h1 a {
	color: black !important;
	text-decoration: none;
}

#header h2 {
	font-size: 120%;
	margin-bottom: 10px;
	margin-top: 0 !important;
}

#main {
	margin-top: 0;
	margin-bottom: 0;
}

/* content override */
dl dt {
	font-weight:bold;
}

ul {
	margin-top: 0;
}

/* blueprint override */
a:link:after,
a:visited:after {
	content:"";
}

a:link,
a:visited {
	background:transparent;
	font-weight:normal;
	text-decoration:underline;
}