@charset "utf-8";

body { background-color:#669933; margin:0; padding:0; text-align:center; font-family:Arial, Helvetica, "sans-serif"; font-size:13px; line-height:140%; }
#page { width:1000px; margin:0 auto; background-color:#ffffff; }
#header { width:1000px; height:300px; }
#menu { width:1000px; background-color:#ffcc00; text-align:center; font-size:15px; font-weight:bold; color:#ffffff; padding:5px 0; }
#menu span { color:#ff0000; text-decoration:none; }
#menu a:link, #menu a:visited, #menu a:active { color:#ffffff; text-decoration:underline; }
#menu a:hover { color:#000000; text-decoration:none; }
#nav { width:1000px; background-color:#cccccc; text-align:center; font-size:13px; color:#666666; padding:5px 0; }
#nav span { font-weight:bold; color:#ff0000; text-decoration:none; }
#nav a:link, #nav a:visited, #nav a:active { color:#000099; text-decoration:underline; }
#nav a:hover { color:#000000; text-decoration:none; }
#content { width:1000px; }
#footer { width:1000px; background-color:#336633; text-align:center; font-size:13px; color:#ffffff; padding:20px 0; }
#footer a:link, #footer a:visited, #footer a:active { color:#ffff00; text-decoration:underline; }
#footer a:hover { color:#ffffff; text-decoration:none; }
