/* $WEFT -- Created by: Jason Garver (n6539f@hotmail.com) on 11/30/2007 -- */
@font-face {
font-family: "wwii";
font-style:  normal;
font-weight: normal;
src: url(WWII_TM1.ttf);
}

body {margin:0px; padding:0px;}

div#header {
height:50px;
padding-top:0px;
width:100%;
}

div#nav {
position:absolute; 
width:125px; 
top:0px; 
border-right:2px solid red;
}

div#content{
margin-left:160px;
margin-right:125px;
}

div#rightcolumn {
position:absolute;
width:125px;
top:0px
right:0px;
border-left:2px solid red;
}

div#page-body {
position:relative; 
width:100%; 
top:0px; 
top-padding:0px;
border-right:2px solid red;
}