/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #454545;
	/*background:#3E4F60;*/
        background:#FFFFFF;
}
/*Links*/
a:link {color: #2775C7;}
a:visited{color:#8FA4BA;}
a:active {color: #2775C;}
a:hover{color:#CF1C3E;}

   #container { 
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 550px;
    min-width: 750px;
    background: #fff;
    border: 0px;
    padding: 0px;
   } 
   #header { 
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 106px;
    padding: 0px;
   } 
   #logo { 
    position: absolute;
    left: 0px;
    bottom: 6px;
    height: 100px;
    width: 311px;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
   }
   #menu { 
    position: absolute; 
    bottom: 6px;
    right: 10px; 
    width: auto;
    max-width: 600px;
    text-align: right;
   }
   #line {
    position: absolute;  
    height: 2px; 
    left: 80px;
    right: 0px;
    background-image: url(images/line.jpg);
    background-repeat: repeat-x;
   } 
   #footer { 
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 25px;
    padding-left: 100px;
    padding-top: 6px;
   }
