html, body { background: url(images/background.jpg) repeat-x;
  padding: 0px;
  margin: 0px;
  text-align: center;}
  
h1 {font: 16px arial;
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: bold;
	margin: 0px;}

p {margin: 0px;}

a:link,
a:active {
color:#333333;
text-decoration:none;
}

a:visited {
color:#333333;
text-decoration:none;
}

a:hover {
color:#006600;
text-decoration:none;}

#container {width: 793px;
			height: auto;
			text-align: center;
			margin: auto;}

#header {width: 793px;
		height: 149px;}
		
#navbar {width: 793px;
		height: 38px;}
		
#mainarea {width: 793px;
			height: auto;
			background-image: url(images/back.jpg);
			text-align: left;}

#mainarea .right {float: right;
				width: 300px;
  				font: 3px arial;
  				margin-left: 35px;
				text-align:left;
				height: auto;
				}

#mainarea .left {color: #333333;
				font: 10pt arial;
				line-height: 21px;
				padding-left: 85px;
				width: 450px;
				min-height: 545px;
				text-align: justify;}

#mainarea .full {width: 635px;
				font: 10pt arial;
				line-height: 21px;
				color: #333333;
				height: auto;
				margin-left: 85px;
				}
				
#bottomnav {font: 8pt arial;
			font-weight: bold;
			padding-top: 22px;
			width: 793px;
			height: 143px;
			background: url(images/bottom.jpg) no-repeat #ffffff;}