#border {
 margin: 0 auto;
 width: 663px;
 margin-top: 20px;
}

#wrapper {
 float:left;
 margin: 0 auto;
 background-image: url(images/border-mid.jpg);
 background-repeat: repeat-y;
 padding: 5px 15px 15px 15px;
}

#borderbottom {
 background-image: url(images/border-bottom.jpg);
 background-repeat: no-repeat;
}

img {
 border: none;
}

#header {
	height: 282px;
	width: 632px;
	background-image: url(images/header.jpg); 
}
#navbar {
	padding: 4px;
	background-color: #093;
	margin-bottom: 15px;
	color: #009C33;
}

.block { display: block; }

#leftcolumn { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 165px;
 float: left;
 text-align: left;
 margin-bottom: 15px;
}
.mainnav {
 list-style: none;
}

ul.mainnav li a:link, ul.mainnav li a:visited {
 display: block;
 background-color: #FDFBFD;
 text-decoration: none;
 width: 160px;
 padding: 4px 0px 4px 7px;
 color: #999;
 border-bottom: 1px solid #E9E9E9;
 text-align: left;
}
li.border-top {
 border-top: 1px solid #E9E9E9;
}

ul.mainnav li a:hover {
 display: block;
 text-decoration: none;
 padding: 4px 0px 4px 7px;
 color: #009933;
 width: 160px;
 background-color: #F9F2F9;
}

.center { text-align: center; }

#centercolumn { /* Parent Wrapper for inside boxes */
	float: left;
	width: 425px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: left;
}

#rightcolumn {
 margin: 0px 0px 0px 11px;
 display: inline; /* IE Hack */
 float: right;
 width: 140px;
}

* {
 padding: 0;
 margin: 0;
 text-align: left;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	background-color: #f7f7f7;
}

#footer {
 border-top: 1px solid #ccc;
 text-align:left;
 font-size: 11px;
 background-repeat: repeat-y;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
 margin-top: 15px;
}

#headline {
	z-index:1;
	width: 300px;
	padding-left: 300px;
	padding-top: 200px;
}
h1	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	;color:#FFF;
}

h2 {
	border-bottom: 1px dotted #ccc;
	}

#border #wrapper #centercolumn p {
	text-align: left;
}

a {
	 color: #009933;
	 text-decoration: none;
	 }

a:hover {
	color: #000;
	text-decoration: underline;
	}
	
span.quote {
	font-size: 11px;
	color: #999999;
	text-align: right;
	}
	
p.quotebg {
	background-image: url(./images/quotes.png);
	background-repeat: no-repeat;
	font-weight: 550;
	}

