body {
   
   margin: 0;
   padding: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: center;
   background-color: #FFFFFF;
   background-image: url(images/bg_pattern2.gif);
   background-repeat: repeat;
}

#wrapper {

   position: relative;
   text-align: left;
   width: 800px;
   margin-right: auto;
   margin-left: auto;
   background-color: #FFFFFF;
}

#header {

   background-image: url(images/header_page.jpg);
   background-repeat: no-repeat;
   height: 111px;
   position: relative;
   border-bottom: 1px solid #ececec;
}

#content {
   background-color: #FFFFFF;
   float: right;
   width: 550px;
   padding: 0 25px 25px 0;
}

#content p {
   font-size: 80%;
   line-height: 1.5em;
}

#content li {
   font-size: 80%;
   line-height: 1.8em;
}

#content h1 {
   margin: 0;
   padding: 25px 0 0 0;
   font-family: Georgia, Times, serif;
   font-weight: bold;
   color: #130b5d;
   font-size: 100%;
}

#content h2 {
   margin: 0;
   padding: 15px 0 0 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 80%;
}

#content h3 {
   margin: 0;
   padding: 0 0 0 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-style: italic;
   font-weight: normal;
   font-size: 70%;
}

#content a:link, #content a:visited {
   color: #130b5d;
   text-decoration: none;
}

#content a:hover {
   color: #999;
}

#navigation {
   background-color: #FFFFFF;
   float: left;
   width: 180px;
   top: 150px;
   left: 0;
   width: 180px;
}

#navigation ul {
   list-style: none;
   margin: 0 0 0 25px;
   padding: 0;
   border: none;
}

#navigation li {
   font-family: Georgia, Times, serif;
   font-size: 90%;
   font-weight: bold;
}

#navigation a:link, #navigation a:visited {
   color: #130b5d;
   background-color: transparent;
   display: block;
   border-bottom: 1px dotted #999;
   padding: 1em 0 0.2em 0;
   text-decoration: none;
}

#navigation a:hover {
   color: #999;
}

#footer {
   clear: both;
   font-size: 75%;
   font-family: Georgia, Time, serif;
   padding-top: 1em;
   text-align: center;
   color: #130b5d;
   padding: 25px;
}

#footer a:link, #footer a:visited {
   color: #130b5d;
   text-decoration: none;
}

#footer a:hover {
   color: #999;
}