#pack{
	position:relative;
	width: 667px;
	margin: 10px auto;
	text-align: left;
} 

#header{
	height: 186px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.cont{
	width: 100%;
	min-height: 400px;
	height: auto;
	_height: 400px;
}

/*****  Footer area   *****/

#footer {
	background-image: url(images/footer.png);
	height: 46px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #193387;
}

#footer .copy {
	font-size: 10px;
	text-decoration: none;
	color: #663333;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 10px;
}

#footer .sponsor a {
	font-size: 10px;
	text-decoration: none;
	color: #AAA;
	padding-top: 3px;
	margin: 0 10px 0 10px;
}
