div#container {
	width: 100%;
	padding:0 0 0 0;
}

/* basic tab setup */
div#tabs {
	float: left;
	font-size: 11px;
	font-family: arial;
}

div#tabs ul {
	margin: 0;
	list-style: none;
	font-weight: bold;
}

/* inactive tab style */
div#tabs li {
	float: left;
	background: url("images/right_tab2.jpg") no-repeat right top;
	margin: 0;
	width: auto;
}

div#tabs a {
	display: block;
	padding:3px 20px 2px 20px;
	text-decoration: none;
	color: #5C5E64;
	background: url("images/left_tab2.jpg") no-repeat left top;
}

/* Active tab style */
div#tabs #active a {
    background-image: url("images/left_tab_active2.jpg");
    color:#fff;
    background-repeat: no-repeat;
    }

div#tabs #active {
	background-image: url("images/right_tab_active2.jpg");
}

/* extra makeup, hover for inactive */

div#tabs a:hover {
	color: #1A8459; 
}
/* extra makeup, hover for active */

div#tabs #active a:hover {
	text-decoration: none;
}

/* tab styles */

div#tab_content {
	float: left; 
	clear: left; 
	background: #0c0c0c;
	color: #000;
	width: 100%;
	padding:0 0 0 0; 
}