body
{
	position: relative;
	width: 100vw;
	min-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	top: 0px;
	left: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

#bodyTop
{
	position: relative;
	max-width: 1080px;
	min-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
}

header, main, #menu, footer
{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

main
{
	min-height: 358px;
	max-height: 358px;
}


footer
{
	height: 24px;
}

body #topColorBar
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 8px;
	margin-bottom: 8px;
	background-color: rgb(157, 39, 40);
}