html>body #contentwrap {      
      min-height: 100%; 
      padding-bottom: 90px; 
 }

body, html {
	background-color: #d0d3be;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 0;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 790px;
	line-height: 150%;
	background-image: url("ackground.gif");
	background-position: center;
	background-repeat:repeat-y;
}

a, a:visited, a:link, a:active{ color: #658484; }

a:hover{color: #8a8c90;}

#pg{
	min-width: 790px;
	width: 790px;
	height: 100%;
	margin: 0 auto;
	background-image: url("background.gif");
	}

#contentwrap {
	min-height: 100%;
   padding-bottom: 90px; 
	}
	
#content {
	width: 550px;
	min-width: 550px;
	text-align: left;
	left: 120px;
	position: relative;
	top: 20px;
	}
	
#bottom {
	height: 5%;
	min-width: 790px;
	text-align: center;
	vertical-align: bottom;
	clear: both;
	position: relative;
	bottom: 0;
	}

#menu{
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	min-width: 716px;
	width: 716px;
	height: 28px;
	background: url("menu_background.gif");
	background-repeat: repeat-x;
	position: relative;
	clear: both;
	}
	
#top {
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
	}
	
table{
	border: none;
	border-collapse: collapse;
	}
	
td{ 
	border-top: 1px solid #D0D3BE;
	padding: 10px; 
	vertical-align: top;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-variant: small-caps;
	color: #000;
	font-weight: normal;
	letter-spacing: 1px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #597652;
	font-weight: 700;
	letter-spacing: 1px;
	}

p, span, font{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	}
	
blockquote{
	background: no-repeat url("blockquote_background.gif");
	color: #494A43;
	font: italic 1.3em Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	margin: 0;
	padding: 0 15px 10px 40px;
	text-align: justify;
	}
	
cite{
	display: block;
	margin: 0;
	padding: 0 0 1.5em 40px;
	font-style: normal;
	}
	
.left{ 
	float: left;
	width: 60%;
	}
	
.right{
	float: right;
	width: 35%;
	}
	
.infoBox{
	background: #E9EAEA;
	border: 1px solid #D0D3BE;
	margin-bottom: 15px;
	padding: 15px;
	}
	
.infoBox h3{
	margin-top: 0;
	padding-top: 0;
	font-size: 1em;
	}
	
.infoBox p{
	font-size: .9em;
	line-height: 125%;
	}
	
.infoBox a{ color: #597652; }