h1#header
{
font-family: "old english text mt", "arial";
font-size: 24pt;
}

h4#main
{
font-family: verdana, "new times roman";
font-size: 12pt;
font-weight: normal;
}



ul#nav
{
margin-left: 0px;
padding-left: 0px;
list-style-type: none;
background: #036;
float: left;
width: 100%;
}


ul#nav li 
{
display: inline;
}

ul#navc li 
{
float: center;
	display: inline;

}




ul#nav a 
{
display: block;
float: left;
padding: .02em 1em;
text-decoration: none;
color: #fff;
background: red;
border-right: 1px solid #fff;
}

a:link {
    color: blue }
  a:visited {
    color: purple }
address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted;
    
     }   
	
ul#nav a:hover 
{
color: #000;
background-color: #69c;
}



#block_1
	{
	float: center;
	width: 20%;
	margin-left: 44%;
	}
#block_2
	{
	float: right;
	width: 30%;
	margin-left: 63%;
	
	}

hr
	{
		size: 10pt;
		color: darkred;
		float: center;
		width: 50%;
	
	}