.box {
position: relative;
top: 0px;
left: 0px;
width:100%;
}

.sidebar {
position: absolute;
top: 0%;
left: 0%;
width:19.5%;
background-color: #ff6600;
padding-bottom: 30em;
}

.main {
position: absolute;
top: 0px;
left: 21%;
width:79%;
background-color: #ffffff;
}

.logo {
text-align: center;
background-color: #ff9900;
}

.logo2 {
background-color: #ff9900;
margin: 0px 0px 0px 0px;
}

.left {float: left;}

.center {
text-align: center;
}

img { margin-bottom: .5em; margin-right: .5em; }

td {padding: 1ex;}

a:link {color:#003399;}
a:visited {color:#006600;}
a:active {color:#009900;}

.footer {
width: 308px; height: 136px;
background-color: #ff9900; text-align: center; margin: 20%;
background-image: url(oval.gif);
}

.contact { background-color: #ff6600; }

caption {text-align: center; font-weight: bold; margin-top: 1em;}
