/* ------------------ GLOBAL ------------------ */
html, body { padding: 0; margin: 0; }
body { background: #E3E2D6 url(../images/bodyBG.gif) 0 top repeat-x; text-align: center; }
.hidden { display: none; }
.center { text-align: center; margin: 0 auto; }

/* ------------------ GLOBAL > TYPOGRAPHY ------------------ */
p, h1, h2, h3, ul, ol, li, label, a, th, td { font-family: georgia, serif; font-weight: normal; padding: 0; margin: 0; color: #333; }
p, ul, ol, li, label, a, td, th { font-size: 14px; line-height: 20px; margin: 0; }
p, ul, ol, label { padding: 0 0 10px 0; }
h1 { font-size: 24px; padding: 24px 0 16px 0; line-height: 24px; color: #611515; text-align: left; }
h2 { font-size: 14px; padding: 14px 0 7px 0; line-height: 14px; color: #611515; font-weight: bold; }
h3 { font-size: 11px; padding: 11px 0 6px 0; line-height: 11px; font-weight: bold; text-transform: uppercase; }
th { font-weight: bold; }
a { color: #611515; }
a:hover { color: #611515; } 

/* ------------------ GLOBAL > LISTS ------------------ */
ul, ol { margin: 0 0 0 30px; }
li { padding: 0 0 5px 0; }

/* ------------------ GLOBAL > TABLES ------------------ */
table { padding: 0; border: 1px solid #999; margin: 10px auto 5px auto; }
th, td { padding: 5px; margin: 0; text-align: center; line-height: 12px; }
th { background: #eee; border-bottom: 1px solid #999; }
th.left { text-align: left; }
th.right { text-align: right; }
td.left { text-align: left; }
td.right { text-align: right; }

/* ------------------ GLOBAL > FORMS ------------------ */
form { padding: 0; margin: 0; }
.text { border: 1px solid #999; width: 160px; }
textarea { border: 1px solid #999; width: 540px; }

/* ------------------ GLOBAL > IMAGES ------------------ */
img { border: none; }
img.right { float: right; border: 1px solid #611515; margin: 0 0 0 30px; }
img.left { float: left; border: 1px solid #611515; margin: 0 30px 0 0; }
img.small { border: 1px solid #611515; }
img.thumb { border: 1px solid #611515; margin: 9px; }

/* ------------------ CONTAINER ------------------ */
#container { width: 600px; margin: 6px auto 0 auto; text-align: left; }

/* ------------------ SECTION1 ------------------ */
#section1 { float: left; width: 600px; height: 32px; }
#section1 img { display: none; }

/* ------------------ SECTION2 ------------------ */
#section2 { float: left; width: 600px; height: 56px; border-bottom: 1px solid #611515; }
#header { margin: 0 auto; width: 203px; height: 54px; }
#logo { display: none; }
#banner { display: none; }

/* ------------------ SECTION3 ------------------ */
#section3 { float: left; width: 600px; }

/* ------------------ SIDEBAR ------------------ */
#sidebar { display: none; }

/* ------------------ CONTENT ------------------ */
#content { float: left; padding: 10px 0; width: 600px; }

/* ------------------ SECITON4 ------------------ */
#section4 { display: none; }


/* ------------------ SECTION5 ------------------ */
#section5 { float: left; width: 600px; padding: 20px 0 0 0; }
#footer p { font-size: 12px; }

/* ------------------ SECTION6 ------------------ */
#section6 { display: none; }