body {
   background-color: white;
   color: black;
}

.container {position:relative;
            width:800px;
            margin:0 auto;
            min-height:800px;
            border:1px solid black;}

#header {height:120px;
         border-bottom:1px solid black;}

#header h1 {position:relative;
            top:20px;
            left:40px;
            font-family:Georgia, Century Gothic, Verdana, sans-serif;
            font-size:30px;
            line-height:34px;
            font-weight:100;}

#header h2 {position:relative;
            top:0px;
            left:100px;
            font-family:Courier New, Trebuchet MS, sans-serif;
            font-size:20px;
            line-height:20px;
            font-weight:600;
            text-transform:uppercase;
            font-style:italic;
            color:#400000}

#menu ul{list-style:none;
         margin:10px;
         padding:10px;
         border:1px solid black;
         width:130px;
         }

#menu li{text-align:center;
         text-transform:uppercase;
         font-family:Georgia, Century Gothic;
         font-size:14px;
         line-height:24px;
         color: black;
         border-bottom:1px dotted black;
         font-weight:100;}

#menu a{text-decoration:none;
        color:#000000;}

#menu a:hover{color:#000080;}

#stylebar {width:800px;
           height:20px;
           border-bottom:1px solid black;
           margin-left:0px;}

#stylebar ul{display:inline;
             margin-left:20px;
             padding-left:0px;
             font-family:Century Gothic, Courier New;
             font-size:14px;}

#stylebar li{display:inline;
             margin-left:0px;
             text-transform:uppercase;}

#stylebar a{text-decoration:none;
            color:#000040;}

#stylebar a:hovera{text-decoration:none;
            color:#000040;}

#language {width:800px;
           height:20px;
           border-bottom:1px solid black;
           text-align:right;
           }

#language ul{display:inline;
             margin-right:20px;
             text-transform:uppercase;
             font-family:Century Gothic, Courier New;
             font-size:14px;
             font-weight:300;}

#language a{text-decoration:none;
            color:#000040;}

#language a:hover{text-decoration:none;
                  color:#0000A0;}



#language li{display:inline;
             text-transform:uppercase;}

#firststyle a:after{content:hello! &#9679;}

.content {position:absolute;
          top:193px;
          left:170px;
          width:608px;
          height:580px;
          border:1px solid black;
          padding:5px;}
          
.content p{font-family:verdana, georgia;
           margin:4px;
           text-align:justify;}
           
.content h1{font-family:verdana, georgia;
            font-size:15px;
            color:#000066;}
            
.content th{font-family:verdana, georgia;
             font-size:13px;
             width:195px;}
             
.content table{border:1px solid black;
               margin:7px;}
               
.content td{font-family:verdana, georgia;
            font-size:13px;
            width:195px;
            text-align:center;}
  
.content a{text-decoration:none;
           color:blue;}
           


