/* HTML ELEMENTS */
BODY {
 margin: 0;
 font-family: "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
 background: #F9F9F7;
}

A { color: #B4242E; text-decoration: none; }
A:hover { text-decoration: underline; }
A:focus { text-decoration: underline; }

P {}

IMG { border: none; }

/* DIVS */
#redbar{
 width: 100%;
 min-height: 50px;
 height: 10%;
 background: #B4242E;
 border-bottom: 7px double white;
}

#main{
 width: 100%;
 height: 90%;
 min-height: 750px;
}

#top{
 width: 100%;
 min-width: 900px;
 height: 150px;
 padding: 35px 0;
}

#picture{
 padding: 15px;
}

#title{
 width: 65%;
 float: right;
 padding: 15px;
 margin-right: 20px;
 
 font-size: 2em;
 font-weight: bold;
}

#title span{ font-size: 2em; color: #B4242E; font-weight: normal; }

#bottom{
 width: 100%;
 min-width: 900px;
 height: 100%;
 min-height: 250px;
}

#middle{
 width: 100%;
 min-width: 900px;
 padding: 0 10% 0 5%;
 height: 300px;
}

#nav{
 width: 20%;
 height: 150px;
 text-align: right;
 font-size: 1.5em;
 padding: 15px;
 vertical-align: top;
}

#copy{
 width: 60%;
 padding: 15px;
 margin-left: 25%;
 margin-top: -180px;
 vertical-align: top;
}

#copy span{ font-size: 1.5em; }

#foot{
 width: 100%;
 height: 10%;
 min-height: 40px;
 background: #B4242E;
 border-top: 7px double white;
}