body {
background-color: #938d59;
font-size:100%;
font-family: Verdana, Tahoma, Real;
color: #603a15;
}

a {
text-decoration: none;
font-size: 1em;
font-weight: bold;
color: #603a15;
}

a:hover {text-decoration: underline;}
h4 {font-size:0.75em}
p {font-size:0.65em}
td {font-size:0.65em}
th {font-size:0.75em}


div#outer {
width: 60%;
min-width: 750px;
height: auto;
background-color: #f4ffd5;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

div#banner {
width: 60%;
min-width: 750px;
height: 210px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

div#menu {
width: 100%;
height: 35px;
margin-top: 0px;
background-color: #d8f291;
}

div#contentbig {
background-color: #eafabc;
width: 55%;
height: auto;
margin-top: 20px;
margin-left: 20px;
float:left;
overflow:auto;
}

div#contentmain {
background-color: #eafabc;
width: 55%;
height: 300px;
margin-top: 20px;
margin-left: 20px;
float:left;
overflow:auto;
}

div#contentshort {
background-color: #eafabc;
width: 36%;
height: 210px;
margin-top: 20px;
margin-right: 20px;
padding-bottom: 5px;
float:right;
overflow:auto;
}

div#contentshortdown {
background-color: #eafabc;
width: 36%;
height: auto;
margin-top: 20px;
margin-right: 20px;
float:right;
}

div#contentshortup {
background-color: #eafabc;
width: 36%;
height: auto;
margin-top: 20px;
margin-right: 20px;
float:right;
}

div#contentlow {
background-color: #eafabc;
width: 55%;
height: 130px;
margin-top: 20px;
margin-left: 20px;
float:left;
overflow:none;
}

div#image {
width: 36%;
height: 250px;
margin-top: 20px;
margin-right: 20px;
float: right;
}

div#sponsor {
width: 96%;
background-color: #eafabc;
height: 100px;
float:left;
margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
}

div.clear {clear: both; height: 20px;}
