﻿/* CSS layout */
#masthead {
	margin: 0px auto 0px auto;
	border: 5px solid #FFFFFF;
	text-align: center;
	width: 1000px;
	background-color: #FFFFFF;
	position: relative;
}
#page_content {
	border-width: 5px;
	border-style: solid;
	margin: 0px auto 0px auto;
	padding: 1px 0px 5px 0px;
	border-color: #FFFFFF;
	width: 1000px;
	text-align: center;
	background-image: url('images/BG_balloon_try.GIF');
	background-repeat: repeat-y;
	background-position: center;
	background-color: #FFFFFF;
	position: relative;
	overflow: visible;
	visibility: visible;
	height: 2000px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	white-space: normal;
	float: none;
}
#btm_nav {
	border-style: solid;
	border-color: #FFFFFF;
	text-align: center;
	width: 1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	border-right-width: 5px;
	border-left-width: 5px;
	padding-top: 5px;
	position: relative;
	border-top-width: 5px;
}
#footer {
	border: 5px solid #FFFFFF;
	text-align: center;
	width: 1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
footer-text1 {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: left;
	width: 200px;
}
