/* CSS Document */


body {
	padding: 0;
	margin: 0;
	background: #eee url(../grfx/body_bg.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#wrapper {
	width: 781px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 781px;
	height: 190px;
}

* html #navigation {
	height: 48px;
	line-height: 48px;
	width: 781px;
	background: url(../grfx/nav_bg.jpg) top left repeat-x;
	margin-top: -4px;
}

#navigation {
	height: 48px;
	line-height: 48px;
	width: 781px;
	background: url(../grfx/nav_bg.jpg) top left repeat-x;
}

*html #footer {
	width: 782px;
}

#footer {
	width: 781px;
	height: 78px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.80em;
	text-align: center;
	background: url(../grfx/footer.png) bottom left no-repeat;
}

#footer p.links {
	padding: 29px 10px 0 10px;
	margin: 0;
	color: #e7e7e7;
	text-decoration: none;
	font-weight: normal;
}

#footer p.links a {
	padding: 7px 10px 0 10px;
	color: #e7e7e7;
}

#footer p.extras, #footer p.extras a {
	text-decoration: none;
	color: #999;
}

#footer p.extras a:hover {
	text-decoration: underline;
}

#footer p.links a:hover {
	text-decoration: none;
}

*html #ie6 {
	position: absolute;
	top: 238px;
	width: 763px;
	height: 233px;
	margin: 0 0 0 9px;
	z-index: 1;
	line-height: 0px;
	background: url(../grfx/top_content.png) top left no-repeat;
}

#agents {
	width: 100%;
	padding: 0;
	margin: 0;
}

#agents td {
	padding: 2px 10px 2px 0;
	vertical-align: top;
}
