/*Master style sheet for P'Ops site*/

body {
background-color: white;
color: #595959;
top: 275px;
left: 0px; 
width: 125px;
font-size: .9em; 
list-style-type: none;
margin-left: 2em;
text-align: right;;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: .85em;
margin: 0em;
text-decoration: none; }

#header {
background-color: ;
position: absolute;
left: 170px; }

#outer-image {
position: absolute;
left: 92px;
top: 600px;
visibility: visible;
background-repeat: no-repeat;
}


#content {
width: 779ex;
background-color: #b2b2b2;
color: #999999; }

#navbar {
background-color: white;
position: absolute;
top: 70px;
left: 500px; 
width: 150px;
font-size: .9em; 
list-style-type: none;
margin-left: 2em;
text-align: left;
font-family: Verdana, sans-serif, Helvetica, Arial;
text-decoration: none; }

ul {}

li {}

#main-text {
top: 330px;
margin-left: 315px; 
width: 400px;
position: absolute;
font-family: Helvetica, Arial, Verdana, sans-serif;
text-align: left;
line-height: 2em;
color: #999999; }

h1 {
font-size: 1.5em;}

h2 {
font-size: 1em; }

p {
line-height: 1.8em;
text-align: left;
font-size: 1.em;
font-family: Helvetica, Arial, Verdana, sans-serif; }

p.footer {
text-align: center;
font-size: .7em; }

a:link {
color: #ce0031;
text-decoration: none; } 

a:visited {
color: #bfdae1;
text-decoration: none;  }

a:hover {
color: white;
background-color: #999999;
text-decoration: none; }

a:active {
color: #7f7f7f; }



