/* main css */


div.top {
background-color : #556B2F;
border-style : double;
border-color : black; 
}

h1{
text-align : center;
font-style : italic;
color : black;
padding : 2px;
}


body{
background-image : url("background.jpg");
}


#left {
float : left;
width : 120px;
color : black;
height : 550px;
background-color : #556B2F;
border-style : double;
border-color : black; 
}

#right {
}

.navbar {
text-decoration : none;
font : 12pt arial;
margin : 5px;
padding : 5px;
list-style-type : none;
line-height : 2;
}



.intro {
font : 14pt arial;
position : absolute;
top : 135px;
left : 220px;
width : 690px;
}

div.footer {
font-size : small;
text-align:center;
margin-right: 25%;
margin-left : 25%;
}

a.navbar:link{
color : black;
}

a.navbar:visited{
color : purple
}

a.navbar:hover{
background : #DEB887 
}



