body {
  background: url('p_bg.gif');
  color: white;
  margin-top: 0px;
  font-family: Tahoma;
  font-size: 11pt;
}

p {
    line-height: 14pt;
}

a {
    color: royalblue;
    font-weight: bold;
}

a:hover {
    color: orange;
}

img {
    border: solid 0;
}

h1 {
    text-align: center;
    border: solid 1px;
    font: italic 16pt georgia, sans-serif;
    letter-spacing: 1px; 
    margin-left: 15px;
    margin-right: 10px; 
    color: royalblue;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
    margin-top: 10px;

}

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('bg_top.jpg');
    background-repeat: no-repeat;
    height: 201px;
}

#content_container {
    background-image: url('bg_middle.jpg');
    background-repeat: no-repeat;
    background-color: #4e4e4e;
}

#right_container p {
    margin-left: 15px;
    margin-right: 10px;
    text-align: justify;
}

#right_container p img {
    margin-bottom: 10px;
    vertical-align: top;
    border: 1px solid;
}

.right_img {
    float: right;
    margin-left: 20px;
}

.left_img {
    margin-right: 20px;
    float: left;
}

#right_container {
    float: left;
    clear: left;
    width: 580px;
}

#header p {
    font-size: 50px;
    float: right;
    text-align: right;
    margin-right: 80px;
    margin-top: 0px;
    padding-top: 140px;
    margin-bottom: 0px;
    color: white;
}

.header_desc {
    font-size: 12px;
}

.left_box {
    width: 250px;
    margin: 10px;
    float: right;
    clear: right;
}

.left_header {
    margin: 0px;
    width: 248px;
    border: solid 1px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    color: royalblue;
    font: italic 12pt georgia, sans-serif;
    font-weight: bold;
    
}

.left_content {
    width: 230px;
    margin: 0px;
    margin-right: 10px;
    text-align: center;
    background: white;
    padding: 10px;    
    color: black;
}

#left_content_menu {    
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    word-spacing: 5px;
}

.center {
    text-align: center;
}

#footer {
    background: url('bg_bottom.jpg');
    background-repeat: no-repeat;
    height: 68px;
    padding: 15px;
    text-align: center;
}

#footer a {
    color: white;   
}

.content_menu {
    padding-left: 100px;
    padding-right: 100px;
}

.content_menu a{
    font-size: 13pt;
}

pre {
    line-height: 10px;
    margin-left: 30px;
}

.linkme {
    font-size: 12px;   
}