body {
background-color: #163453;
} 

a {text-decoration:none; color:black;}


#header {
position:absolute;
text-align:left;
background-color: #bac1c8;
background-image:url('pics/headerpic.jpg');
background-repeat:no-repeat;
background-size: contain;
background-position:right top;
border-style: solid ;
border-color: black;
left: 10%;
top: 50px;
width: 75%;
height: 150px;
z-index: 10;
padding-left:10px;
}


#menu {
position:absolute;
background-color: white;
border-style: solid ;
border-color: black;
border-right: 0px;
top: 200px;
left: 10%;
width: 20%;
height: auto;
z-index: 8;

}


#main {
position:absolute;
background-color: #bac1c8;
border-style: solid ;
border-color: black;
top:200px;
left: 30%;
width: 55%;
height: auto;
z-index: 9;
padding-left:10px;
} 


#center {
position:absolute;
right:0px;
}



#left{
position: inherit;
left:0px;
top:0px;
height:150px;
}



#button{
height: 60px;
background-color: #8890b1;
text-align: center;
font-size: large;
color: black;
padding-top:20px;
border-bottom-style: ridge ;
border-bottom-color: black;
}

#button:link {text-decoration:none;} 
#button:hover{background-color: #484f6b;}


#highlight{
position:absolute;
background-color:red;
opacity:0.40;filter:alpha(opacity=40);
text-align:center;
top:20px;
left:5%;
width:90%;
height:420px;
z-index:70;
} 

