html,body
{
background-color:#800000;
}


div#head
{
float:left;
background-color:#800000;
width:15%;
height:5%;
}

div#blank
{
float:left;
background-color:#ffcc00;
width:2%;
height:5%;
}

div#head3
{
float:right;
background-color:#800000;
width:83%;
height:5%;
}

div#blank2
{
float:left;
background-color:#ffcc00;
width:100%;
}

div#nav2
{
height:90%;
float:left;
background-color:#800000;
width:15%;
}

div#blank3
{
height:90%;
float:left;
background-color:#ffcc00;
width:2%;
}

div#cont2
{
height:90%;
float:right;
background-color:#800000;
width:83%;
}