﻿body { 
	background: #B2B2B2;
	text-align: center;
	min-width: 1060px;
} 

#wrapper {
	background-color: #E8E8E8;
	width: 1024px;
	margin: 0 auto;
}

#logo {
	height: 123px;
}

#nav-area {
	height: 25px; 
	border-bottom: 3px #BF0000 solid;
	margin: 0 auto;
}
.nav-on {
	background:#ffffff;
	border-bottom: none;
}

