﻿/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin:0; padding: 0; }




html
{ text-align: center; }

body
{ position:relative; width: 800px; height:100%; margin: 0 auto; text-align:left; top: 30px; border: 1px solid black;}

div#topsection
{ position: relative; width: 800px; }


div#middlesection
{ position: relative; background: #fff; width: 800px;}

div#bottomsection
{ position: relative; background: #131C93; width:800px;}



div#header
{ position: relative; left: 0px; top:0px; width:800px; border-bottom:1px solid #fee403; height: 96px; background: url(..//images/jcbbanner.png) no-repeat 0 0; }

div#footer
{ position: relative; top:0px; width:800px; background: #131C93;}

div#advice
{ position: relative; width:230px; height:243px; border:4px black; border-style:double;}

/* =si_clear_children */
.pc, .sc {position:absolute; top: 0; left: 0; }
.clear_children, .cc_tallest { position: relative; }
/*\*/* html .clear_children { display: inline;}/* PREVENTS MISSING CHILDREN IN IE WIN 5.0 */
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

