body
	{
		background-color: #587AB9;
		font-family: verdana, tahoma, sans-serif;
		font-size: .7em;
		text-align:center;
	}
	
td
	{
		font-family: verdana, tahoma, sans-serif;
		font-size: .7em;
	}
	
a
	{
		text-decoration: none;
		color: black;
	}
	
a:hover
	{
		color:#587AB9;
	}

#main
	{
		background-color: #ffffff;
		text-align: center;
		padding: 15px;
		height: 100%;
		/*margin-left: auto; 
		margin-right: auto;*/
		/*margin-left: 100px; 
		margin-right: 100px;*/
	}
	
#wrapper
	{
		background-color: #ffffff;
		margin-top: 15px;
		/*margin-left: 60px;
		margin-right: 60px;*/
		margin-left: auto; 
		margin-right: auto;
		width:900px;
		border: 8px solid black;
	}

#spacer
	{
		background-color: #ffffff;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
		/*margin-left: 60px;
		margin-right: 60px;*/
		height: 50px;
	}
	
#main .header
	{
		text-align: left;
		background-image: url(../pngs/fill.png);
	}
	
#main .search
	{
		width: 190px;
		border: 1px solid black;
		float: right;
		margin-top: -50px;
		height: 50px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 5px;
		padding-right: 5px;
		clear: both;
	}
	
#main .info
	{
		margin-top: -112px;
		float: right;
		clear: both;
		height: 50px;
		padding: 5px;
	}
	
#main .nav
	{		
	}
.navlinks
	{
		padding-left:165px;
		position:relative;
		top: -32px;
	}
	
#footer
	{
		/*background-color: green;*/
		text-align: center;
		margin-bottom: 15px;
		/*height: 10px;*/
		clear: both;
	}
	
#footer .footer1
	{
		text-align: right;
		background-image: url(../pngs/bottomfill.png);
		height: 115px;
	}
	
#footer .bottomcontent
	{
		margin-top: -35px;
		text-align:center;
		/*background-color: #ffffff;*/
	}
	
#main .contentleft
	{
		padding: 5px;
		margin-top: 35px;
		float: left;
		border: 1px solid black;
		width: 500px;
		text-align:left;
	}
	
#main .searchResults
	{
		padding: 5px;
		margin-top: 35px;
		float: left;
		border: 1px solid black;
		width: 100%;
	}

#main .contentright
	{
		padding: 5px;
		margin-top: 35px;
		float: right;
		border: 1px solid black;
		width: 300px;
		clear: right;
	}

#main .topfive
	{
		text-align:left;
		margin-left:35px;
	}

h4
	{
		font-weight: bold;
		font-size: 1.1em;
		border-bottom: 1px solid black;
		padding-bottom: 3px;
		text-align:center;
	}