
body {background-image: url(Images/bg.png);
background-attachment: relative;
background-position: left top;
margin-top: 0px;
margin-left: 0px;
background-repeat: no-repeat;
width:800px; height:600px;
background-color: black;
z-index: 1;
}


#content { color: white;
width: 500px;
position: relative;
margin-left: 250px;
margin-top: -210px;
z-index: 2;
background-image: url(Images/pBg.png);
}

#logo {position: relative; 
margin-top: 0px;
z-index: 6;
}

li { list-style-type: none;
}

a:link{color: white; 
text-decoration: none;
font-family: Arial, sans-serif;
}

a:hover {color: #93a9d5;
text-decoration: none;
font-family: Arial, sans-serif;
}

a:visited {color: #76b3e0;
text-decoration: none;
font-family: Arial, sans-serif;
}

li {
padding: 0px 0px 10px 0px;
}

#links {background-color: black;
position: relative;
margin-left: 60px;
margin-top: 250px;
width: 80px;
}

h1 {
font-size: 19px;
padding: 20px 30px 10px 30px;
text-align: center;

}

h2 {
font-size: 16.5px;
padding: 0px 30px 0px 30px;
}
h3 {
font-size: 15px;
padding: 0px 30px 0px 30px;
}



p {
padding: 0px 30px 20px 30px;
font-family: Georgia, serif;
font-size: 14px;
line-height: 20px;

}

h1, h2 {
font-family: Arial, sans-serif}

#list {
list-style-type: disc;
padding: 0px 30px 30px 30px;
}
