body {
	margin: 0;
	padding: 0;
	background-color: #bbb;
}

img {
	display: block;
	border-style: none;
}

div#container {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	
	/* Required for centering in IE */
	text-align: center;
}

div#header {
	margin: 0;
	padding: 0;
	height: 142px;
	background-image: url("../images/header.png");
	
	/*important part of causing tabs wrapper to float to the botton*/
	position: relative;
}

div#header img {
	margin: 0 auto;
	width: 400px;
}

div#tabs_wrapper {
	margin: 0;
	padding: 0;
	position: absolute;
	/* Required in IE only */
	left: 0;
	bottom: 0;
	width: 100%;
}

div#tabs_container {
	margin: 0 auto;	
	text-align: left;	

	/* vertical padding must match that of li tags 
	padding: 0px 0px;*/

	padding: 0px 0;
	
	/* firefox width: */
	width: 770px !important;
	/* IE width */
	width: 750px;
}

div#tabs_container a:hover {
	color: white;
}

div#tabs_container ul {
	margin: 0;
	padding: 0;
	height: 26px;
	display: block;
	font-size: 14px;
	background-color: transparent;
} 

div#tabs_container ul li {
	margin: 0;
	padding-left: 20px;
	height: 26px;
	list-style: none;
	/* display: inline; */
	float: left;
	background-image: url('../images/header_border.png');
	background-position: bottom;
	background-repeat: repeat-x;
}

div#tabs_container ul li.selected {
	color: #333;
	background-color: transparent;
	background: url("../images/corner_left.png") top left no-repeat;
}

div#tabs_container a {
	margin: 0;
	/* top right bottom left */
	padding: 4px 20px 4px 0px;
	display: block;
	height: 26px;
	outline: none;
	text-decoration: none;
	color: #ddd;
	background-color: transparent;
}

div#tabs_container ul li.selected a {
	color: #333;
	background: url("../images/corner_right.png") top right no-repeat;
}

div#content_wrapper {
	text-align: left;
	width: 800px;
	margin: 0px auto;
}

div#content_top {
	height: 30px;
	background: url("../images/bg_top.png") top left no-repeat;
}

div#content_bottom {
	background: url("../images/bg_bottom.png") top left no-repeat;
	height: 30px;
}

div#content {
	padding: 0px 25px;
	background: url("../images/bg_middle.png") repeat-y;
	font-size: 12px;
}

div#content h1 {
	font-family: Bitstream Vera, Georgia;
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	color: #f60;
	border-bottom: 1px solid #777;
}

div#content h2 {
	font-size: 1.5em;
}

div#content p {
	margin-bottom: 0;
	line-height: 20px;
}

.info_container {
	width: 726px;
	margin: 0 auto;
	height: 100px;
}

.info_box {
	width: 219px;
	margin: 10px;
	padding: 0;
	float: left;
	border: 1px solid gray;
}

table img {
	margin: 0;
	padding: 0;
	display: block;
}

.info_box p {
	padding: 10px;
}

table.info  {
	border-collapse: collapse;
	margin: 0 auto;
	margin-top: 20px;
}

table.info td {
	vertical-align: top;
	border-collapse: collapse;
	padding: 5px 10px 5px 10px;
	width: 220px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;	
}

table.info td p {
	padding: 0;
	margin: 0;
}

table.info td h3, h4 {
	font-family: Bitstream Vera, Georgia;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #39e;
	color: #248;	
}

div#content ul { 
	margin: 0;
	padding-left: 20px;
	list-style-type: square;
}

div#footer {
	text-align: center;
	font-size: 10px;
	color: #222;
	height: 15px;
}

div#footer a {
	color: #222;
	background-color: transparent;
}

div#footer table {
	margin: 0 auto;
	padding: 0;
}


