@charset "utf-8";
/* CSS Document */

body {
background: #00CCFF url(images/blend.jpg) repeat-x; 
padding: 0px;
font-family: Comic Sans MS;
margin: 0px;

}
#splash {
background: url(images/splash.gif) repeat-x center bottom; width: 100%; padding: 0px; margin:0px;}


#container {
 width: 800px; background: #0080FF; margin: 36px auto;
 }


#menuback {
 background: url(images/menback.jpg) repeat-y; margin-top: 8px; padding: 0px;
 }

#menutop {
background: url(images/menu_top.jpg) no-repeat left top;
}
 #menubottom {
  background-image: url(images/menu_bottom.jpg);
  background-position: bottom left;
  background-repeat:no-repeat;
  }
  
#green {
 background: #CEE7FF url(images/bluecorner.gif) right  top no-repeat ; width: 554px; float:right; margin-right: 14px; min-height: 650px; padding: 0px;
}
#menu {
width: 230px; float: left; margin-top: 30px;

}
#menu a {
padding: 10px; background: url(images/menuitemhover.gif); margin-top: 15px; width: 160px;display:block; color: white; text-decoration:none; margin-left: 34px; 
}
#menu a:hover {
background:url(images/menuitem.gif);
}
#menu img { padding-top: 15px; margin-left: 34px;}
#footer {text-align: center; color: white; clear: both;
}
h1 {
padding: 0px; margin: 0px; padding-bottom: 6px;
}
#green p, #green img {
margin-left: 40px; margin-right:40px; padding: 0px;
}
h2 {
margin: 40px; background: url(images/h2.gif) no-repeat left; padding: 30px; color: white; font-size: 1.3em;
}
h3 {margin: 40px 40px -10px; font-size:1.2em;}
a img {border:none; background:none; color:none;}
p {font-size: 13px;}




