.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
body {
	text-align:center;
	padding-top: 20px;
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #e1480e url(images/bg.jpg) repeat-x;
}
a {
	color: #990000;
}
a:visited {
	color: #990000;
}


p {
  text-align:justify;
}
#container {
	margin: 0 auto 0;
	width: 725px;
	padding: 0;
	position: relative;
}
#head {
	background: url(images/header.gif) no-repeat;
	width: 675px;
	padding-right: 25px;
	padding-left: 25px;
	height: 52px;
	text-align: left;
	padding-top: 6px;
}
#head img {
	border-style: none;
    display: block;
}
#headerpic {
	position: absolute;
	height: 236px;
	width: 236px;
	top: 20px;
	left: 472px;
}

#content {
	background: url(images/main_bg.gif) repeat-y;
	width: 675px;
	padding-right: 25px;
	padding-left: 26px;
	text-align: left;
}
#nav {
	height: 17px;
	background: url(images/nav_bg.gif) repeat-x;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-bottom: 5px;
}
#content #nav ul {
	margin: 0px;
	padding: 0px;
}
#content #nav ul li {
	display: inline;
	margin-right: 1.5em;
}
#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
    color: #FFFF00;
}
#content img.midpic {
	margin-bottom: 5px;
}
#content #main-l {
	float: left;
	width: 431px;
	margin-right: 20px;
}
#main-l h4 {
	margin: 0px 0px 5px;
	color: #A72609;
	font-size: 110%;
}
#content p {
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 10px;
}
#main-l p.stocktext {
	font-size: 85%;
}
#main-l  a.stocklink {
	font-size: 85%;
	color: #990000;
	text-decoration: none;
}
#main-l div.nplinks {
	text-align: right;
	padding: 10px;
}
#content #main-r {
	background: #d9ddf8;
	padding: 5px;
	float: left;
	width: 212px;
	border: 1px solid #90abf0;
	text-align: left;
}
#footer {
	clear: both;
	height: 23px;
	width: 675px;
	padding-right: 25px;
	padding-left: 25px;
	background: url(images/footer.gif) no-repeat;
	text-align: left;
}
#footer p {
	font-size: 85%;
	color: #006699;
	margin: 0px;
}
#footer p.copyright {
	float: left;
}
#footer p.sitelink {
	float: right;
}
#adminlist {
	background: #FFFFFF;
}
