@charset "utf-8";
body { background-color: #3398CC; background-image: url(/images/bg.jpg); background-repeat: no-repeat; }
#outer { width: 930px; margin-right: auto; margin-left: auto; }
#header { height: 110px; }
.page { background-color: #FFFFFF; text-align: center; padding: 15px; }
.button { padding-right: 20px; padding-left: 20px; display: inline-block; }
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #3399CC; }
.buttons { text-align: center; }

#header #logo { width:260px; height:64px; background:url(/images/logo.png) no-repeat; float: left; margin-top: 13px; }
#header #logo a {display:block; height:64px; text-decoration: none; }
#header #logo h1 {display:none;}
#footer { font-size: 10px; color: #FFFFFF; padding-top: 20px; padding-bottom: 20px; text-align: center; }
.page_top { background-image: url(/images/bg_page_top.png); background-repeat: no-repeat; height: 7px; width: 930px; }
.page_bottom { background-image: url(/images/bg_page_bottom.png); background-repeat: no-repeat; height: 7px; width: 930px; }
#footer a { font-size: 10px; color: #FFFFFF; text-decoration: none; }
#footer a:hover { font-size: 10px; color: #0066CC; text-decoration: none; }
