body {
	margin:0;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:0.74em;
	color:#444;
	background-color:#ffffff;
}

#container {
	position: relative;
	width: 800px;
	margin: 0px auto;
	background-color: #ffffff;
	background: #ffffff url('images/header_1.jpg') no-repeat;
	background-position: 0px 41px;
	border: 1px solid #C00000;
}

a {
	color:#444444;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration: underline;
}

#header {
	width:770px;
	height:220px;
	margin:0 auto 0 auto;
}

/* --- top menu --- */

    #tabsF {
      float:left;
      width:100%;
      padding-left:0px;
      background:#efefef;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #666;
      }
    #tabsF ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("images/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
	

#content {
	width:750px;
	margin: 25px;
	text-align:left;
	line-height:18px;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 40px 0 20px;
	padding:160px 0 5px 0;
	color:#CC0000;
	border-bottom:1px solid #eeeeee;
}

