#main-container {
	width: 972px;
	border-top: 1px solid #C4CDD4;
	border-left: 1px solid #C4CDD4;
	/*border-bottom: 1px solid #C4CDD4;*/
	/*border-right: 1px solid #C4CDD4;*/
	background-image: url('../img/bgpage.gif');
	background-position: right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#main-corner {
	background-image: url('../img/bgpage_corner.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#header-container {
	width: 927px;
	height: 109px;
}

#top-container {
	/*width: 782px;*/
	height: 52px;
}

#menu-travel-container {
	/*width: 784px;*/
	height: 57px;
	text-align: right;
	background: url('../img/header_right.gif') no-repeat right bottom;
}

#topmenu-container-home {
	width: 927px;
	height: 205px;
	position: relative;
}

#topmenu-container {
	width: 927px;
	height: 40px;
	position: relative;
	background: url('../img/header_line_right.gif') no-repeat right bottom;
}

#footer-container {
	width: 927px;
	height: 169px;
	padding-top: 30px;
}

#menu-about-container {
	float: left;
	/*padding-top: 7px;*/
	color: #003399;
	width: 680px;
	clear: both;
}

#footer-notes {
	float: left;
	/*padding-top: 10px;*/
	color: #BBB;
	width: 680px;
	clear: both;
	line-height: 12px;
}

#footer-notes .note {
	color: #BBB;
	font-size: 90%;
}

#menu-about-container a {
	color: #003399;
}

#menu-about-container a:hover {
	color: #ff6600;
}

#menu-about-container span {
	color: #BBBBBB;
	line-height: 12px;
	margin: 10px 0 0 0;
}

#tools-container {
	float: right;
	background: url('../img/bg_tools.gif') no-repeat right;
	height: 26px;
}

#navigation-container {
	float: left;
}

#central-container {
	width: 927px;
	padding-top: 5px;
}

.form-section-container {
	background-color: #e6e6e6;
	padding: 8px 0 8px 8px;
	text-transform: uppercase;
}

.form-section-container2 {
	background-color: #e8f3fd;
	padding: 8px 0 8px 8px;
	text-transform: uppercase;
}


#header-container:after, #main-container:after, #central-container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

