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

/*
Author: Paul Philpot, Green Ink Publishing Services Ltd.	  
http://www.greenink.co.uk
*/

* { padding: 0; margin: 0; }

html, body  {
 font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "DejaVu Sans", Arial, sans-serif; 
 font-size: 11px; 
 /*background: #41557f;*/
 background: #41557f;
 margin: 0;
 padding: 0;
 text-align: center;
 color: #000000;
 height: 100%;
}

/* DIV layout */

#wrapper { 
 background: #ffffff;
}

#entry-top { 
 background: url('../images/entry_bg_top.png');
 height: 156px;
}

#entry-bottom { 
 background: url('../images/entry_bg_bottom.png');
 height: 156px;
}

#logo {
 width: 215px;
 float: left;
 text-align: right;
 height: 124px;
 background: #ffffff;
 padding: 6px 0px 0px 0px
}

#logoimage {
 padding: 0px 0px 0px 0px
}

#menu {
 width: 605px;
 float: left;
 text-align: center;
 height: 138px;
 background: #ffffff;
 padding: 3px 0px 0px 0px;
}

