/* CSS Document */
body {
	background-color: #f5f6f7;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* width: 1024px; */
}

* { margin: 0; padding: 0; }

h1 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
#wrap {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	float:left;
	width: 990px;
	padding: 0; 
	background-color: #fff;
	border: 0px solid red;
}
#header {
	width: 990px;
	position: relative;
	height: 115px;
	background: none;
	padding: 0;	
}

#content {
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #666666;
}

#table_text {
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Footer */	
#footer {
	background-color: #F0F0F0;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  color: #666666;
	border-top:1px solid #C8C8C8;   
}
#footer_info {
	margin-left: 50px;
	margin-right: 50px;
  font-size: 10px;
  border-style: none;

}
#logo {
	position:absolute;
	width:233px;
	height:43px;
	z-index:1;
	left: 32px;
	top: 35px;
}
#header_info {
	position:absolute;
	width:280px;
	height:28px;
	z-index:2;
	left: 768px;
	top: 38px;
	margin-right: 0px;
}
#thumbshot {
  border-style:none;
  border-width:1px;
}
.amount {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.title {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}
/* Menues*/	
    #tabsJ {
      float:left;
      width:100%;
      background:#F0F0F0;
	    font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	    font-size: 14px;
	    font-weight: bold;      
      line-height:normal;
	    border-bottom:1px solid #C8C8C8; 
      }
    #tabsJ ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("images/menues/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/menues/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }