p {
padding: 0 0 0 0;
margin-top: 3px;
margin-left: 10px;
}

#navigation table {
width: 100%;
margin-top: 15px;
}

#navigation img {
margin-top: 1px;
}

#navigation td {
background-image: url(navbutton.gif);
background-position: 100%;
background-repeat: no-repeat;
background-color: red;
height: 32px;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

#navigation h2 {
margin-left: 14px;
text-align: center;
}

#title h1 {
font-size: 300%;
color: white;
font-weight: bold;
padding: 0 0 0 0;
margin-top: 10px;
margin-left: 10px;
}

#main h1 {
font-size: 1.5em;
}

#main table {
margin-left: 50px;}

#navigation a:link{
color: black;
text-decoration: none;
}

#navigation a:visited{
color: black;
text-decoration: none;
}

#navigation a:hover{
color: white;
text-decoration: none;
}

#navigation a:active{
color: white;
text-decoration: none;
}

/* Generic Selectors */ 
/************************* ID's *************************/ 

#top {
width: 100%;
}

#bottom {
width: 100%
}

#topnav { 
width: 20%;
height: 30px;
margin-left: 3%;
background-color: red;
float: left;
border-left: 4px solid black;
border-right: 4px solid black;
} 

#topmain {
width: 75%;
height: 30px;
background-color: white;
float: left;
}

#title { 
position: static;
width: 98%;
height: 150px;
background-image: url(logo3.gif);
background-position: 100%;
background-color: red;
background-repeat:no-repeat;
float: left;
border-top: 4px solid black;
border-bottom: 4px solid black;
} 

#navigation { 
min-height: 500px;
width: 20%;
margin-left: 3%;
background-color: red;
float: left;
border-left: 4px solid black;
border-right: 4px solid black;
} 

#main{
width: 70%;
background-color: white;
float: left;
margin-top: 10px;
margin-left: 10px;
}
