* { padding: 0; margin: 0; }

body { background-color: #d2d2d2; background-image: url(background.jpg); background-repeat: repeat-x; color: #333333; font: Georgia, "New York", "Times New Roman", Times, Serif; font-size: 14px; }

h1 { font-size: 24px; color: #cc0000; font-weight: normal; }
h2, h3, h4, h5, h6 { margin-top: 10px; margin-bottom: 10px; font-style: italic; } 
h2 { font-size: 24px; font-weight: normal; }
p { line-height: 24px; margin-top: 10px; margin-bottom: 10px; }

#container { width: 900px; margin-left: auto; margin-right: auto; }

#header { height: 120px; }
#header img { border: none; }

#banner { width: 670px; height: 120px; position: relative; float: right; }
ul.crossfade { padding: 0; margin: 0; list-style: none; }
#bannerimage li { position: absolute; top: 0; left: 0; width: 670px; height: 120px; background-color: #ffffff; visibility: hidden; }
#bannerimage li img { display: block; border: none; }

#menu { border-top: 2px solid #333333; height: 30px; margin-left: -1px;}
#menu ul { }
#menu li { float: left; display: inline; margin-left: 1px; }
#menu a { display: block; background-image: url(menu.jpg); height: 30px; width: 179px; background-position: left; font-style: italic; color: #ffffff; font-weight: bold; text-align: center; line-height: 30px; }
#menu a:hover, #menu a.menu_current { background-position: right; }

#submenu { float: left; width: 150px; margin-top: 30px; margin-bottom: 30px; }
#submenu h1 { color: #333333; }
#submenu ul { margin-left: 15px; }
#submenu li { margin-top: 10px; margin-bottom: 10px; }
#submenu a { font-style: italic; color: #333333; font-weight: bold; }
#submenu a:hover, #submenu a.menu_current { color: #cc0000; }

#content { margin-left: 230px; margin-top: 30px; margin-bottom: 30px; }
#content a { color: #333333; }
#content a:hover { text-decoration: none; }
#content p a { font-weight: bold; }
#content img { margin: 10px; border: 2px solid #333333; }
#content ul { margin-left: 30px; }
#content li { margin-top: 10px; margin-bottom: 10px; }

#footer { height: 137px; background-image: url(footer.jpg); border-top: 2px solid #333333; clear: both; color: #ffffff; padding-left: 460px; padding-top: 8px; }
#footer h1, #footer a { color: #ffffff; }
#footer a:hover { text-decoration: none; }