body {
background: #FFFFFF; 
margin:0; 
padding:0; 
left:0; 
margin-top:0;
padding-top:0;
text-align: center;
}
a:link { 
color: green; 
text-decoration: none;
}
a:visited { 
color: #067BFE; 
text-decoration: none;
}
a:active { 
color: #666; 
text-decoration: none;
}
a:hover { 
color: #000000; 
text-decoration: underline;
}
#container {
width: 950px;
height: 2150px;
margin-left:auto;
margin-right: auto;
text-align: center;
background: #E46479;
position: relative;
}
#masthead {
position:absolute;
top: 0px;
left: 0px;
width: 950px;
height: 108px;
text-align: left;
margin: 0px auto;
background: #FFFFFF;
padding-bottom: 0px;
}
#nav {
position: absolute;
top: 108px;
left: 0px;
text-align: center;
color: #ffffff;
font-family: arial;
font-size: 20px;
width: 950px;
height: 34px;
background: #030D47;
}
#leftside {
position: absolute;
top: 142px;
left: 0px;
text-align: center;
font-family: arial;
font-size: 18px;
color: #ffffff;
width: 150px;
height: 2000px;
background: #030D47;
}
#content {
position: absolute;
padding: 10px; 
top: 142px;
left: 150px;
text-align: left;
font-family: arial;
font-size: 15px;
color: #000000;
width: 630px;
height: 1980px;
overflow: auto;
background: #FFFFFF;
}
#rightside {
position: absolute;
top: 142px;
left: 800px;
text-align: center;
font-family: arial;
font-size: 18px;
color: #ffffff;
width: 150px;
height: 2000px;
background: #030D47;
}
#footer {
position: absolute;
top: 2128px;
left: 0px;
text-align: center;
font-family: arial;
font-size: 15px;
color: #000000;
width: 950px;
height: 25px;
background: #000000;
}
h1 {
font-family: arial;
font-size: 20px;
font-style: bold;
color: #ffffff;
}
h2 {
font-family: arial;
font-size: 18px;
font-style: bold;
color: #030D47;
}
h3 {
font-family: arial;
font-size: 10px;
font-style: italic;
color: #030D47;
}
h4 {
font-family: arial;
font-size: 8px;
font-style: italic;
color: #030D47;
}
h5 {
font-family: arial;
font-size:10px;
font-style: normal;
color: #FFFFFF;
}