body {
  background: url('bg.gif');
  margin-top: 8px;
  color: #454545;
  
  font-family: Georgia;
  font-size: 11pt;
}

p {
    line-height: 16pt;
}

a {
    color: black;
}

a:hover {
    color: orange;
}

img {
    border: solid 0;
}


h1 {
    text-align: right;
    padding: 5px;
    padding-right: 30px;
    font: italic 20pt georgia, sans-serif;
    letter-spacing: 1px; 
    margin-left: 15px; 
    color: #f4e391;
    background: url('p_bg.gif');
    margin-top: 10px;
    

}

h2 {
    border-bottom: 1px solid;
    padding-left: 50px;
    font: italic normal 16pt georgia, sans-serif;
    letter-spacing: 1px; 
    margin-left: 15px; 
    color: #9D979C;
    padding-bottom: 5px;
    padding-top: 5px;

}

div, img {
    margin: 0; padding: 0;
}

#quotation {
    margin-left: 550px;
    padding-top: 15px;
    width: 250px;
    color: white;
    font-size: 14pt;
    text-align: right;
    font-weight: bold;
}

#main_container {
    width: 850px;
    margin: auto;    
}

#header {
    background: url('header.jpg');
    background-repeat: no-repeat;
    height: 202px;
}

#content_container {
    background: #d7d7d7;
}

#right_container p {
    margin-left: 20px;
    margin-right: 30px;
    text-align: justify;
}

#right_container p img {
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
    vertical-align: top;
    border: 2px solid;
}

#right_container {
    float: right;
    clear: right;
    width: 670px;
}

.left_box {
    width: 160px;
    margin: 10px;
    float: left;
    background: white;
    clear: left;
}

.left_header {
    margin: 0px;
    width: 160px;
    background: url('p_bg.gif');
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12pt;
    color: #f4e391;
}

.left_content {
    margin: 5px;    
}

#left_content_menu {
    margin-left: 15px;    
    line-height: 30px;
}

q {
    quotes: "\201e" "\201d"; font-style: italic;
}

.center {
    text-align: center;
}

#footer {
    background: url('footer.jpg');
    background-repeat: no-repeat;
    height: 49px;
    text-align: center;
    padding-top: 10px;
}

.content_menu {
    padding-left: 100px;
    padding-right: 100px;
}

.content_menu a{
    font-size: 13pt;
}

.linkme {
    font-size: 12px;   
}



