/* Backgrounds */

body {background: white url(files/backgrounds/starlings.png) top right fixed no-repeat;}
#title {background: blue  height: 150px}
#container {background: #ca8e76 url(files/backgrounds/starlings_dark.png) top right fixed no-repeat; margin-right: 350px; min-width: 500px; border-style:solid; border-color:#a8c56; padding: 10px}
#menubar {padding; 10px}
#content {background: #dcdcdc  url(files/backgrounds/starlings_pale.png) top right fixed no-repeat; padding: 10px; overflow: auto}
#footer {float: left; width: 500px; font-size:0.6em}



/* Text styling */
#menubar ul {list-style-type:none;margin:0;padding:0; padding-top:6px;padding-bottom:6px;}
li{display:inline;}
a:link,a:visited {font-weight:bold;color:#FFFFFF; background-color:#ca8e76 ;text-align:center; padding:6px;
text-decoration:none;text-transform:uppercase;}
a:hover,a:active {background-color:#dcdcdc;}

#footer {font-size:0.6em}


