@charset "utf-8";
/* Body */
/*body {background-color:#cbd7d7 ; font-family: Arial, Helvetica, sans-serif;} /*PARMA GREY*/
/*body {background-color:#aabebf ; font-family: Arial, Helvetica, sans-serif;} /* LULWORTH BLUE */
/*body {background-color:#aac0b3 ; font-family: Arial, Helvetica, sans-serif;} /* DIX BLUE */
body {background-color:#9fd2cd ; font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif} /* BLUE GROUND */
#holdall {width: 1000px; padding: 5px; background-color:#FFF; margin-top:40px; margin-left: 20px; overflow: hidden; }
#banner, #content {clear: both;}
#left {width:550px; float:left; height: 70px;}
#right {width: 450px; float:right; height: 70px;}

/* Headings */
h1, h2, h3, h4, #title {color: #C06; }
#credit {font-size:9px;}

/* Site Title */
#sitetitle {font-size:22px; padding-bottom:5px;}

/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {color: #000; text-decoration: none;}
a:hover, a:active {color: #C06 /* RASBERRY */; text-decoration: none;}

/* Navigation */
#navigation {float: right; padding-top: 30px;}
#navigation li{width: 500px; display: inline; padding-left: 5px; padding-right: 5px; }
#navigation li a {text-decoration: none;}

/* Content */
#contentleft {width: 590px; float: left; background-color:#ecf3ec /* CABBAGE WHITE */; height:auto;  padding: 5px;}
#contentright {width: 400px; float: right;}

/* Footer */
#footer{text-align:center; margin-top: 5px;  clear:both;} 