
@media all
{

#header{
	width: 970px;
	height: 500px;
	background:none;
}

#headerpictures{
	width:auto;
	position:relative;
	height:400px;
	z-index:0;
	overflow:hidden;
}

#subnav {
	display: none;
}

#col1{
	margin:-500px 0 0 0;
}

#col3 {
	margin: 0;
	padding: 20px 0 0 0;
	border: none;
}

.box {
	border: 1px solid #274e74;
	padding: 10px;
	margin: 0 0 20px 0;
}

.box h1 {
	color: #fff;
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:110%;
	margin: -10px -10px 10px -10px;
	padding:10px;
	background:#274e74;
	border:0 none;
}

h1 {
	text-align:center;
}




}

