/* CSS by Carey Best 2007 - www.stubbystudios.com */

body{
    color:#000;
    background:url(images/bodybg.gif) top left repeat-x #DDE199;
    padding-top:20px;
    font:.9em Trebuchet MS, arial, tahoma;
}

.hide{
    position:absolute;
    text-indent:-9999px;
}

#container{
    background:#DDE199;
    margin:auto;
    width:820px;
}

#header{
    background:url(images/headerbg.gif) top repeat-x #FDFEEC;
    padding-left:16px;
    margin-bottom:0;
    height:748px;
}

#header img, #header p a{
    display:inline;
}

#header img{
    float:left;
}

#header p{
    float:right;
    padding:88px 10px 0 0;
    font-size:14px;
}

#header p a{
    color:#105F00;
    text-decoration:none;
}

.largeFont{
    font-size:1.4em;
    padding-right:10px;
}

#header p a:hover{
    color:#69693B;
    text-decoration:underline;
}