body { background: url("./images/page_bg.png"); margin: 0px; padding: 0px; }

/* Header styles */
#page { width: 960px; margin: 0px auto; background-color: #fff; }
#page > header { display: block; background: url("./images/header_bg.png") repeat-x; height: 164px; }
#page > header > a { display: block; height: 122px; width: 498px; background: url("./images/header_logo.png") no-repeat; }
#page > header > a > span { display: none; }

/* Navigation styling */
nav { background-color: #a4e419; height: 42px; display: block; }
nav > ul { list-style: none; margin: 0px; padding: 0px; }
nav > ul li { display: inline; float: left; padding: 6px 60px 0px; }
nav > ul li > a { font: bold 24px "Trebuchet MS", "Verdana", Sans-serif; text-decoration: none; color: #6f9029; }
nav > ul li > a > img { border:0; padding: 0 0 0 10px; }

/* Body and footer styles */
section { clear: both; display: block; }
#page > footer { display: block; height: 100px; clear: both; text-align: center; background-image: url("./images/footer_bg.png"); }
#page > footer > p { font: 14px "Trebuchet MS", "Verdana", Sans-serif; padding: 35px 0 0; }