body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}
#div_header {
	background-image: url(../images/layout/header.gif);
	background-repeat: no-repeat;
	height: 117px;
	width: 923px;
	margin: auto;
}
#div_nav {
	background-color: #265289;
	text-align: center;
	width: 923px;
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #FFFFFF;
	margin: auto;
	vertical-align: top;
	z-index: 10;
	padding-bottom: 5px;
}
#div_container {
	background-image: url(../images/layout/bg_shadow.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 947px;
	margin: auto;
}
#div_content {
	margin: auto;
	height: auto;
	width: 923px;
	background-color: #cdd4db;
	background-image: url(../images/layout/content_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#column_header {
	background-color: #FF6501;
	font-size: 1.1em;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 5px;
}
#div_footer {
	background-color: #E4E4E4;
	height: 30px;
	width: 917px;
	margin:auto;
	border-top:1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}
#div_content a:link {
	color: #FF6600;
	text-decoration: underline;
}
#div_content a:hover {
	text-decoration: none;
}
#div_content a:visited {
	color: #FF0000;
}
/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */
.float_r {
	float: right;
}
.float_l {
	float: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #FF6501;
	background-color: #FFFFFF;
	margin-top: 20px;
}
h2 {
	font-size: 1.2em;
	color: #265289;
	background-color: #F0F0F0;
}
#div_menu a:link {

	color: #000000;
	text-decoration: none;
	font-size: 1.1em;
}
#div_menu a:visited {

	color: #000000;
	text-decoration: none;
	font-size: 1.1em;
}
#div_menu ul {
	padding: 2px;
	margin: 0px;
}
#div_menu li {
	list-style-position: outside;
	list-style-image: url(../images/layout/logo_small.gif);
	margin: 0px 0px 6px 20px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
}
.clear {
	clear: both;
}
.align_top {
	vertical-align: top;
}
#parts_table {
}
#home {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

