
body{
font-family: "arial","helvetica","sans-serif";
text-align:justify;
font-size:15px;
}

h1{font-size:125%}
h2{font-size:120%}
h3{font-size:115%}
h4{font-size:110%}
h5{font-size:105%}

div.menu {
display:block;
width:15%;
height:100%;
float:left;
clear:left;
}

div.main {
display:block;
width:60%;
height:100%;
float:left;
clear:none;
margin: 0px 5% 6px 5%;
}

.main a{
color: #000066;
}

.menu a {
display:block;
font-family: "arial narrow","helvetica narrow",sans-serif;
font-size:1em;
color:#777777;
background-color:#F4DA00;
font-weight: bold;
font-stretch: narrower;
text-decoration:none;
text-transform:uppercase;
padding: 1px 5px 1px 5px;
margin: 0px 6px 6px 0px;
}

.menu a:hover {
background-color:#777777;
color:#F4DA00;
}

img.thumb{
					 float:left;
					 border: 1px solid #000066;
					 margin:10px 10px 10px 0px;
}
div.thumb{
					 float:left;
}

hr {
      border: 0px;
      color: #000;
      background-color: #000;
      height: 1px;
	}
