html, body {
 background:#dae0d2;
 color:#000;
 voice-family:"";
 font-style:normal;
 font-variant:normal;
 font-weight:normal;
 line-height:1.5em;
 font-size:15px;
 font-family:Georgia, Serif;
 margin: 0;
 padding: 0;
 height: 100%
 }

body, #header ul, #header li, #header a {
 margin:0
 }

body, #header li {
 padding:0
 }

html>body {
 font-size:small
 }

p {
 margin:0;
 padding:10px 0 0 10px;
 clear:both;
 font-size:120%;
 }

table, td {
 padding: 0
 }


input {
 font-size: 90%;
 font-family:Georgia, Serif;
 border: 2px solid black
}

textarea {
 font-size: 90%;
 font-family:Georgia, Serif;
 border: 2px solid black;
 width: 360px;
 height: 150px
}

#header, #header a, #header a span {
 float:left
 }

#header {
 width:100%;
 background:#fff;
 font-size:100%;
 line-height:normal
 }

#header ul {
 padding:0 10px 0;
 list-style:none
 }

#header li {
 display:inline
 }
 
#header a {
 padding:0 0 0 5px;
 background:url('../images/left_both.gif') no-repeat left top;
 border-bottom:1px solid #765;
 text-decoration:none
 }

#header a span {
 padding:5px 15px 5px 5px;
 display:block;
 background:url('../images/right_both.gif') no-repeat right top;
 font-weight:bold;
 color:#765;
 float:none
 }

#header a:hover span, #header #current a span {
 color:#333
 }

#header #current a {
 background:0 -150px;
 border-width:0
 }

#header #current a span, #header a:hover span {
 background:100% -150px
 }

#header #current a span {
 padding-bottom:5px
 }
 
#header a:hover {
 background:0% -150px
 }
 
#header h2 {
 float:none;
 padding: 0 0 0 20px;
 font-size: 200%
 }

#header p {
 padding: 10px 10px;
 float:right
 }
 
.container-page {
  background:#fff;
  width: 790px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%
}

.container-content {
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0;
}

.footer {
  background-color: #dae0d2;
  color: #000;
  margin: 30px 15px 10px 180px;
  padding: 5px 5px 3px 5px;
  text-align: right;
  width: 590px;
  position: absolute;
  bottom: 0 !important;
}

.footer-bottom-corners {
 margin: 0px 15px 10px 180px;
 width: 600px; 
 bottom: 0 !important;
 position: absolute;
 }

.footer-top-left, .footer-bottom-left, .footer-top-right, .footer-bottom-left {
  padding: 0px; border: 0px;
  z-index: 99; position: relative;
}

.footer-top-left , .footer-bottom-left  { float: left;  clear: both; }
.footer-top-right, .footer-bottom-right { float: right; clear: right; }
.footer-top-left     { margin: -5px  0px 0px -7px; }
.footer-top-right    { margin: -5px -6px 0px  0px; }
.footer-bottom-right { margin: -8px  0px 0px  1px; }
.footer-bottom-left  { margin: -8px  0px 0px -2px; }