div.yellow
{
position: absolute;
top: 0px;
left: 0px;
height: 177px;
width: 100%;
border-style: solid;
border-width: 10px 0px 10px 0px;
background-color: #FCEC00;
z-index: 7;
}

div.body
{
position: absolute;
left: 0px;
top: 187px;
right: 0px;
margin: 0px 270px 0px 20px;
min-height: 100%;
font-size: 15px;
text-align: center;
font-family: sans-serif;
font-weight: bold;
}

div.column
{
position: absolute;
right: 0px;
height: 290%;
top: 187px;
width: 250px;
border-width: 0px -250px 0px 0px;
background-color: #000;
}

div.tex
{
width: 70%;
margin: 0px auto;
}

#logo
{
position: absolute;
left: 34px;
top: 32px;
}

#nav
{
position: absolute;
right: 41px;
top: 136px;
font-size: 17px;
font-family: sans-serif;
font-weight: bold;
}

#sidetext
{
position: relative;
top: 30px;
font-size: 13px;
color: #fff;
text-align: center;
font-family: sans-serif;
font-weight: bold;
}


j{font-size: 17px;}
k{text-decoration: underline;color: #FCEC00;}
l{color: #FCEC00;}
m{font-size: 17px;color: #FCEC00;}

#bodytext, unneeded
{
position: relative;
top: 50px;
font-size: 15px;
text-align: center;
font-family: sans-serif;
font-weight: bold;
}

a img 
{
border: none;
}

.nav a:link
{
text-decoration: none;
color: #000;
}

.nav a:visited /*keep visited above hover!*/
{
text-decoration: none;
color: #000;
}

.nav a:hover
{
text-decoration: underline;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


*/

