body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: white;
	background-color: #000;
}

#logo h1, #info p, #topline hr, #bottomline hr {
	display: none;
}

#container {
	min-width: 795px;
	margin-top: 10px;
	width: 100%;
	text-align: left;
}

#banner	{
	height:60px;
}

#logo {
	float: left;
	width: 500px;
	height: 60px;
	background: url(/img/vms_logo.png) left top no-repeat;
}

#info {
	float: right;
	width: 284px;
	height: 60px;
	padding-right: 10px;
	background: url(/img/info.png) top no-repeat;
}

#toplines {
	height: 76px;
}

#topcurve {
	float: left;
	width: 500px;
	height: 76px;
	background-image: url(/img/topcurve.png);
}

#topline {
	height: 76px;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image: url(/img/topline.gif);
}

#menubar {
	text-align: right;
	height: 22px;
}

#block {
	background: url(/img/9_pic_grid.jpg) top no-repeat;
	float: left;
	width: 285px;
	height: 350px;
	margin-top: 40px;
	margin-left: 30px;
}

#block p {
	text-transform: uppercase;
	text-align: center;
	font-size: small;
	margin-top: 300px;
}

#content {
	min-height: 300px;
	margin-top: 45px;
	margin-bottom: 35px;
	margin-right: 35px;
	margin-left: 360px;
	height: auto;
}

#content hr {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 30%;
	background-color: white;
	color: white;
	height: 3px;
}

#content p {	
	text-align: justify;
}

p.map {

	text-align: center;

}

#footer {
	height: 76px;
}

#bottomline {
	height: 11px;
	background-position: 0 top;
	background-repeat: repeat-x;
	background-image: url(/img/bottomline.gif);
	margin-right: 500px;
}

#bottomcurve {
	margin-top: -11px;
	float: right;
	width: 500px;
	background-image: url(/img/bottomcurve.png);
	height: 76px;
}

#credits {
	font-size: x-small;
	text-align: left;
	float: left;
	width: 300px;
	margin-left: 5px;
	margin-top: 0px;
}

#credits a {
	color: white;
}