body
{
margin: 0px;
padding: 0;
font-family: Verdana, Tahoma;
font-size: 12px;
}


#container
{
width: 100%;
}

#header
{
height: 150px;
background-color: #FF6600;
}

#menu
{
min-width: 200px;
width: 20%;
float: left;

}

#content
{
min-width: 300px;
width: 80%;
float: right;
}

#footer
{
clear: both;
background-color: #FF6600;
height: 40px;
color: white;
text-align: center;
}

#header h1
{
color: white;
font-size: 120px;
margin: 0px;
padding: 0;
}

#menu ul
{
list-style-type: none;
}

#menu a
{
color: black;
text-decoration: none;
}

#menu a:hover
{
text-decoration: underline;
}

#content a
{
color: #FF6600;
text-decoration: none;
}

#content a:hover
{
text-decoration: underline;
}


#footer a
{
color: white;
text-decoration: none;
}

#footer a:hover
{
text-decoration: underline;
}