body {
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #000000;
	height: 100%;
	width: 800px;
	margin: 0;
	padding: 0;
	background:  url(../../images/main/left_images.jpg) no-repeat;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{ /* give all a bottom margin of 10px, 1em can be used instead. Also give everything a consistant size. */
	font-size: 100%;
	margin-bottom: 10px;
}
h1 {
	font-size: 120%;
	color: #522508;
	font-weight: bold;
}
h2 {
	font-size: 100%;
	color: #000000;
}
h3 {}
h4 {}
h5 {}
h6 {}
p {}
ul,ol { /* reset left margin for lists */
	margin-left: 10px;
}
table {
	font-size: 100%;
	border-collapse: collapse; /* sets the cell spacing to 0 for IE, does not work in IE5 mac */
	border-spacing: 0px; /* sets the cell spacing to 0 for everything else except older browsers and IE5 mac */
}
td,th {
	font-size: 100%;
}
form {}
a, a:link, a:visited, a:active {
	color: #002A59;
	text-decoration: underline;
}
a:hover,a:focus {
	color: #990033;
	text-decoration: none;
}
/* End Main Text Styles */

.spitfire {
	font-size: 90%;
	color: #999999;
	text-align: right;
	padding-top: 6px;
	padding-right: 12px;
}
.spitfire a,.spitfire a:link,.spitfire a:active,.spitfire a:visited {
	color: #666666;
	text-decoration: none;
}
.spitfire a:hover,.spitfire a:focus {
	color: #222222;
	text-decoration: none;
}
#container {
	background:    url("../../images/main/bg_header.gif") repeat-x;
	margin-left: 179px;
	width: 622px;
}
#header {
	background:    url("../../images/main/header_text.gif") no-repeat right top;
	height: 106px;
	position: relative;
}
#header h1 {
	background:    url("../../images/main/logo_home.gif") no-repeat left top;
	height: 106px;
	width: 161px;
	margin: 0;
}
#header h1 strong {
	position: absolute;
	top: -999px;
	left: -999px;
}
#content {
	padding: 10px 10px 10px 90px;
}
.image_lft {
	padding-right: 25px;
}
.image_rght {
	padding-left: 15px;
}
.image_cent {
	padding-left: 15px;
	text-align: center;
	padding-right: 15px;
}

