@import 'nav.css';

body{
	margin:0;
	font-family:Arial, sans-serif;
	font-size:1em;
	background:url(../images/bg.gif) repeat-x;
}
.small{
	font-family:verdana, sans-serif;
	font-size:9pt;
}

a{
	color:#521212;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
#bounds{
	margin:auto;
	width:800px;
}
#header{
	padding:1px; /* box model */
	height:218px;
	background:url(../images/header.jpg) no-repeat;
  	behavior:url(./css/csshover.htc); /* IE 6 li:hover */
}
#header h1, #header h1 a{
	display:block;
	margin:0 0 0 20px;
	padding:0;
	width:200px;
	height:100px;
	text-indent:-9999px;
}
#footer{
	margin:10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #999;
}
#bounds #content p strong {
}
.red {
	font-weight: bold;
	color: #B72009;
}
.largeleading {
	line-height: 20px;
}
.smallleading {
	line-height: 20px;
	padding: 15px
}.spaced {
	padding: 10px;
}

