/* CSS Document */

/* Existing tags */
body     { color: #666; font-size: 13px; font-family: Arial, Helvetica, sans-serif; background-color: #ccc; cursor: default; margin: 0 }
h1 {
	text-decoration:underline;
}
a   { color: #609; font-weight: bold; text-decoration: none }
a:hover   { color: #609; font-weight: bold; text-decoration: none }
/* Custom ID's */
#container           { background-color: #ffffff; margin-right: auto; margin-left: auto; padding-right: 10px; padding-left: 10px; width: 750px; border-right: 2px solid #609; border-left: 2px solid #609 }
#menu                  { color: #ffffff; font-weight: bold; text-decoration: none; background-color: #ccc; width: 650px; height: 120px }
#menu a              { color: #ffffff; font-size: 100%; text-decoration: none; background-color: #096; margin-right: 2px; padding: 10px 5px 5px; height: 105px; float: left; vertical-align: baseline }
#menu a:hover             { color: #ffffff; font-size: 100%; text-decoration: none; background-color: #0c9; margin-right: 2px; padding: 10px 5px 5px; height: 105px; float: left; vertical-align: baseline }
#menu .current              { color: #ffffff; font-size: 100%; text-decoration: none; background-color: #0c9; margin-right: 2px; padding: 10px 5px 5px; height: 105px; float: left; vertical-align: baseline }
#footer              { color: #ffffff; background-color: #0c9; padding: 5px; width: 740px }
#menufooter            { color: #ffffff; font-weight: bold; background-color: #0c9; padding: 5px; width: 740px; clear: both }
