/*Generic Selectors*/

body {
margin: 0px;
padding: 0px;
}

p {
font-family: verdana, arial, sans-serif;
font-size: 15px;
width: 75%;
background: transparent;
}

li { 
list-style-type: none; 
line-height: 200%;
text-align: center;
background-color: transparent;
} 

h1 {
font-family: verdana, arial, sans-serif;
font-style: italic; 
font-size: 60px; 
font-weight: normal; 
margin-bottom: 20px;
color: black; 
background-color: transparent;
} 

h2 {
font-family: verdana, arial, sans-serif;
font-size: 26px; 
font-weight: normal;
color: rgb(200,52,46);
background-color: transparent;
}

h3 {
font-family: verdana, arial, sans-serif;
font-size: 22px;
font-weight: normal;
color: rgb(200,52,46);
background-color: transparent;
}

h4 {
font-family: verdana, arial, sans-serif;
font-size: 18px;
font-weight: normal;
color: rgb(200,52,46);
background-color: transparent;
}

/*****Pseudo Class Selectors*****/

a:link {
font-family: verdana, arial, sans-serif;
font-size: 13px;
color: black;
text-decoration: underline;
background-color: transparent;
}

a:visited {
font-family: verdana, arial, sans-serif;
font-size: 13px;
color: purple;
background-color: transparent;
text-decoration: underline;
}

a:active {
font-family: verdana, arial, sans-serif;
font-size: 13px;
color: black;
background-color: transparent;
text-decoration: underline;
}

a:hover {
font-family: verdana, arial, sans-serif;
font-size: 13px;
color: blue;
background-color: transparent;
text-decoration: underline;
}


/**********IDs**********/



#logo {
position: absolute;
width: 250px;
height: 1000px;
margin-left: 5px;
padding-top: 0px;
background-color: black;
z-index: 2;
}

#topnav {
position: absolute;
width: 250px;
height: 250px;
line-height: 115%;
padding-top: 30px;
background-color: transparent;
z-index: 3;
}

#content {
position: absolute;
margin: 115px 0px 0px 280px;
line-height: 125%;
z-index: 1
}

#body {
position: absolute;
margin: 100px 0px 0px 280px;
z-index: 4;
}

#navigation {
height: 25px;
padding: 2px 5px 5px 20px;
margin-top: 5px;
margin-bottom: 3px; 
border-top: 1px solid black;
border-right: none;
border-bottom: 1px solid black;
border-left: 20px solid black;
background-color: rgb(232,232,232);
}
