#left {
position: absolute;
left: 0px;
width: 15%;
top: 0px;
background-color: #252525;
height: 100%;
}

#middle {
position: absolute;
left: 17%;
width: 66%;
top: 0px;
background-color: #FFFFFF;
height: 100%;
}

#right {
position: absolute;
left: 83%;
width: 17%;
top: 0px;
background-color: #252525;
height: 100%;
}

#header {
position: relative;
top: 10px;
}

.navi {
padding: 1px;
padding-left: 14px;
text-decoration: none;
position: relative;
margin-top: 2px;
top: 10px;
left: 16px;
font-family: Arial;
font-size: 14px;
color: #F1F1F1;
background-color: #252525;
width: 180px;
height: 16px;
}

#content {
font-family: Arial;
font-size: 12px;
position: absolute;
top: 92px;
left: 250px;
}

h1              { font-size: 1.3em; margin: 0  0 .67em 0 }

