/* *{
	margin: 0;
	padding: 0;
} */

* HTML #footer {
	margin: -65px 0 0;
} 

* HTML #container {
	height: 100%;
} 

BODY {
	background: #B9C3CB url(images/pageBG.gif) repeat-y 50% 0;
	margin: 0px 0px 0px 0px;
	height: 100%;
	text-align: center;
}

HTML {
	height: 100%;
}

IMG {
	vertical-align: top;
}

#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
}

#footer {
	margin: -65px auto 0;
	position: relative;
	width: 760px;
	text-align: left;
	background: #FFFFFF;
}

#content {
	padding: 0 0 65px;
	_margin: 0 0 65px;
}

.navigation {
	font-size: 12px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px 1px 1px 2px;
	border-color: #ffffff;
	width: 182px;
	height: 22px;
}

