#header {
	float: left;
	height: 110px;
	width: 100%;
}

#header #logo {
	float: left;
	width: 200px;
	padding: 10px 0 0 5px	
}

/* Quote */
.quote {
	padding: 10px 10px 0 10px;
	width: 400px;
	float: right;
	margin: 0 0 10px 0;
	font-family: Verdana;
	text-align: right;
	font-size: 1.2em;
	font-style: italic;			 
} 

.quote strong {
	display: block;
	margin: 10px 0 0 0;
	font-style: normal;		 
}

/* End of quote */

/* Tabs */
#tabs {
	float: left;
	width: 910px;
	border-top: 1px solid #ccc;
	margin: 0 0 0 6px;		
}

#tabs ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0pt;
	float: right;

}

#tabs li {
  background:transparent url(../images/tableft.png) no-repeat scroll left bottom;
  float:left;
  margin:0pt;
  padding:0 0 0 15px;
}

#tabs a:link, #tabs a:hover, #tabs a:visited  {
  background:transparent url(../images/tabright.png) no-repeat scroll right bottom;
  color:#fff;
  display:block;
  float:left;
  font-weight:bold;
  padding:4px 24px 8px 6px;
  text-decoration:none;
	font-family: Verdana;
}

#tabs a {
	float:none;
}

#tabs #current {
  background-image:url(../images/tablefton.png);
}

#tabs #current a {
  background-image:url(../images/tabrighton.png);
  color:#333333;
  padding:4px 24px 8px 6px;
}
/* End of tabs */