html, body {
 background-image    : url('images/logo-panel.gif');
 background-repeat   : repeat-y;
 background-position : left top;
 background-attachment : fixed;
 background-color    : #EAEDFC;
}
div.logo {
 position            : absolute;
 top                 : 0px;
 left                : 0px;
 width               : 200px;
 height              : 200px;
}  
img.logo {
 border              : 0px;
}
div.designby {
 position            : absolute;
 bottom              : 20px;
 left                : 0px;
 width               : 200px;
 height              : 40px;
}  
div.offsetcenter {
 position            : relative;
 text-align          : center;
 font-size           : 10px;
 margin              : 10px 0px 0px 200px;
}
img.title {
 display             : inline;
}
.corner-tl { position : absolute; top    : -3px; left  : -3px; }
.corner-tr { position : absolute; top    : -3px; right : -3px; }
.corner-bl { position : absolute; bottom : -3px; left  : -3px; }
.corner-br { position : absolute; bottom : -3px; right : -3px; 	}

.bodytext {
 font-family      : Arial,sans-serif;
 font-size        : 12px;
 color            : #666666;
 font-style       : normal;
 line-height      : 20px;
 text-decoration  : none;
 vertical-align   : top;
}

.bold {
 font-weight      : 700;
}
.header {
 font-family      : "Bradley Hand ITC",Arial, Helvetica, sans-serif;
 font-size        : 18px;
 line-height      : 30px;
}
.slogan {
 position            : relative;
 margin-left         : auto;
 margin-right        : auto;
 color               : #0F4C9E;
 width               : 474px;
 font-family         : Arial,Helvetica,sans-serif;
 font-size           : 13px;
 font-weight         : 700;
 line-height         : 20px;
 text-align          : center;
 border-style        : solid;
 border-color        : #AAAAAA;
 border-width        : 0px;
 border-top-width    : 1px;
 border-bottom-width : 1px;
}

.smalltext {
 font-family      : 'Verdana CE',Verdana,'Helvetica CE',Helvetica,'Arial CE',Arial,sans-serif; 
 color            : #555555; 
 background-color : #FFFFFF;
 font-size        : 13px;
 font-style       : normal;
 line-height      : 0.4cm; 
 text-decoration  : none;
 vertical-align   : top;
}

.tinytext {
 font-family      : 'Verdana CE',Verdana,'Helvetica CE',Helvetica,'Arial CE',Arial,sans-serif; 
 color            : #555555; 
 background-color : #FFFFFF;
 font-size        : 12px;
 font-style       : normal;
 line-height      : 0.5cm; 
 text-decoration  : none;
 vertical-align   : top;
}

.outmenutext {
 font-family      : "Bradley Hand ITC",'Arial CE',Arial,sans-serif;
 color            : #FFFFFF; 
 font-size        : 16px;
 font-weight      : 700;
 font-style       : normal;
 line-height      : 0.6cm; 
 text-decoration  : none;
}

.overmenutext {
 font-family      : "Bradley Hand ITC",'Arial CE',Arial,sans-serif;
 color            : #FCB81C; 
 font-size        : 16px;
 font-weight      : 700;
 font-style       : normal;
 line-height      : 0.6cm;
 text-decoration  : none;
}

