@import "nav.css";

body {
	margin: 0;
	background: #FFF;
	text-align: center;
	font: 11px Arial;
	line-height: 17px;
}

p {
	margin: 0 20px 20px 20px;
}

a:link, a:visited {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	}
	
a:hover, a:active {
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	border-bottom: 1px dotted;
	}	

h3 {
	margin: 40px 20px 20px 20px ;
	font: 16px Georgia;
	font-weight: bold;
}

h3:first-child {
	margin: 20px;
	}

h4 {
	margin: 20px;
	font: 12px Georgia;
}

h5 {
	margin: 0 20px 8px 20px;
	font-size: 11px;
	font-weight: bold;
}

.horizrule {
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin-top: 30px;
	margin-bottom: 30px;
	}

#wrapper {
	margin: 0px auto;
	background: #FFF url(../_img/bg/wrapper.gif);
	width: 748px;
}

#header {
	padding: 3px;
	background: #FFF url(../_img/bg/header.gif);
}

.body {
	float: left;
	text-align: left;
	padding-bottom: 40px;
}

.body p {
	width: 530px;
}

.body#half {
	background: url(../_img/bg/half.gif) repeat-y;
}

.body#thirds {
	background: url(../_img/bg/welcome.gif) repeat-y;
	background-color: transparent;
}

.column {
	float: left;
}

.column#twothirds {
	width: 393px;
}

.column#twothirds p {
	width: 353px;
}

.column#twothirds h3 {
	width: 353px;
}

.column#twothirds h5 {
	width: 353px;
}

.column#third {
	width: 177px;
}

.column#third p {
	width: 137px;
	}
	
.column#third h3 {
	width: 137px;
	}	

.column#half {
	width: 285px;
}

.column#half p {
	width: 243px;
}

.column#half h3 {
	width: 243px;
}

.column#half h5 {
	width: 243px;
}

.column#third img {
	margin: 2px 2px 0 2px;
	padding: 0 0 3px 0;
	background: url(../_img/bg/bottom.gif) bottom left repeat-x;
}

#newsScroll {
	margin: 2px 3px 2px 2px;
	padding: 0 0 3px 0;
	background: url(../_img/bg/bottom.gif) bottom left repeat-x;
	text-align: left;
	height: 250px;
	overflow: auto;
	line-height: 14px;
}

#newsScroll h5 {
	margin: 6px;
	font-size: 10px;
}

#newsScroll p {
	margin: 0 6px 12px 6px;
	width: 140px;
	font-size: 10px;
}

#end {
	margin: 0px auto;
	background: url(../_img/bg/top.gif) top left repeat-x;
	width: 742px;
}