body
{
	background-color: #d3c7bb;
	margin: 0;
	font-family: sans-serif, verdana, arial, helvetica;
	font-size: 10pt;
	line-height: 14pt;
	color: #003333;
}

/* START STRUCTURE */
#container
{
	width: 833px;
	margin: 0 auto;
	background-image: url("../images/container.png");
	background-repeat: repeat-y;
	background-position: left top;
}

#subcontainer
{
	width: 100%;
	padding-top: 260px;
}

#content
{
	background-image: url("../images/content_bottom.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
	/* Needed to fix bottom margin pushing the background-image up in Safari */
	overflow: hidden;
	padding-right: 56px;
	padding-bottom: 0;
	padding-left: 56px;
	margin-top: 10px;
}
#content_col1 {
	width: 350px;
	float: left;
	margin-bottom: 20px;
}
#content_col2 {
	float: right;
	width: 302px;
	background-color: #E4E9EF;
	border: 1px solid #4F6C99;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#content_copy2 {
	clear: both;
}
#content_footer {
	height: 76px;
	background-image: url(../images/img_footer.gif);
	background-repeat: no-repeat;
	margin-top: 30px;
}

#footer
{
	width: 100%;
	height: 196px;
}
/* END STRUCTURE */

/* START NAVIGATION */
#footerNav
{
	position: relative;
	top: 30px;
	left: 225px;
	margin: 0;
	white-space: nowrap;
}

#nav
{
	position: relative;
	top: 223px;
	left: 463px;
	margin: 0;
	white-space: nowrap;
}

#nav ul, #footerNav ul
{
	margin: 0;
	padding: 0;
}

#nav ul li, #footerNav ul li
{
	float: left;
	/* Use padding here instead of margin to avoid a nasty IE list style bug. Arrgh! */
	padding: 0 8px;
	list-style-type: none;
}

#footerNav ul li a
{
	text-decoration: none;
	font-size: 10pt;
	line-height: normal;
	color: #013366;
}

#footerNav ul li a:hover
{
	text-decoration: underline;
	font-size: 10pt;
	color: #013366;
}

#nav ul li a.home
{
	display: block;
	width: 42px;
	height: 22px;
	text-decoration: none;
	background-image: url("../images/home.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav ul li a:hover.home { background-position: 0 -22px; }

#nav ul li a.facts
{
	display: block;
	width: 38px;
	height: 22px;
	text-decoration: none;
	background-image: url("../images/facts.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav ul li a:hover.facts { background-position: 0 -22px; }

#nav ul li a.team
{
	display: block;
	width: 37px;
	height: 22px;
	text-decoration: none;
	background-image: url("../images/team.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav ul li a:hover.team { background-position: 0 -22px; }

#nav ul li a.product
{
	display: block;
	width: 61px;
	height: 22px;
	text-decoration: none;
	background-image: url("../images/product.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav ul li a:hover.product { background-position: 0 -22px; }

#nav ul li a.contact
{
	display: block;
	width: 84px;
	height: 22px;
	text-decoration: none;
	background-image: url("../images/contact.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav ul li a:hover.contact { background-position: 0 -22px; }

#nav ul li a.hide { display: none; }
/* END NAVIGATION */
#link {
	text-align: center;
	color: #002C63;
	padding-top: 90px;
	font-size: 10px;
}
