body {
width:700px;
margin:0 auto; /* this line in conjunction with the width property above centers the content on the page */
margin-top:10px;     
font-family:verdana, arial, san serif;
font-size: 80%;
background-color:#87CEEB;
}

#container{
width:100%;
background-color:#fff;
border: 1px solid #000;

}

#header{
width:692px;
height: 90px;
margin-bottom: 1px;
background-color: #E9967A;
color: #fff;
font-size:36px;
padding: 4px;

}

#navigation{
width:160px;
font-size:85%;
float:left;
margin-bottom:1px;
text-align:left;
padding: 4px;
}


#content{

margin-left:190px;

 
}


#footer{
width:700px;
clear:both;
text-align: center;
background-color: #FFE4C4;
color:#fff;
}


p {
padding-right:10px;
}

h1, h2, h3{
text-align: center;
}


table.global {width 100%; height: 50px; border: 1px solid #000000;
background-color: #FFE4C4;}

th.global{border: 1px solid #000000;width: 35%;
background-color: #FFE4C4;}

ol{


}

ul{

}
