/* This is the stylesheet modern browser will use to print your pages. */

a {
	text-decoration: underline;
	font-weight: bold;
}

body {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background: #FFF url(images/topnav-bg.gif) repeat-x scroll top left;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: small;
	color: #333;
}

#content {
	margin: 0px;
	padding: 0px;
	width: auto;
}

#header, h3, h4, .storytitle {
	border: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#main {
	float: none;
	margin: 0px 10%;
	padding: 0px;
	width: auto;
}

#menu {
	display: none;
}
