body {
	background: #002864 url('img/background.bmp') repeat-x fixed 0% 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
img {
	border: 0px solid #b2b2b2;
}
img.with_border {
	border: 1px solid #b2b2b2;
}

#center_page {
	width: 781px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.logo {
	margin: 0 0 0 10px;
}

#menu {
	background: url('img/menu4.png') no-repeat;
	width: 781px;
	height: 50px;
	margin: 6px 0;
	padding: 0;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	list-style-type: none;
	float: left;
	margin: 0 2.5em;
	padding: 0;
}
#menu a {
	font-size: 1.5em;
	font-weight: normal;
	color: #b2b2b2;
	text-decoration: none;
	line-height: 44px;
}
#menu a:hover {
	color: #d0d0d0;
}
#menu a.selected {
	text-decoration: underline;
}

#frame_top {
	background: url('img/frame_top3.png') no-repeat;
	width: 781px;
	height: 12px;
	margin: 0 auto;
	padding: 0;
}
#frame {
	position: absolute;
	top: 130px;
	bottom: 32px;
	background: url('img/frame_middle3.png') repeat-y fixed 50% 0;
	width: 781px;
	margin: 0 auto;
	padding: 0;
	/* fix for IE6 */
	height: expression(documentElement.clientHeight - 162 + 'px');
}
#frame_bottom {
	position: absolute;
	bottom: 15px;
	background: yellow url('img/frame_bottom3.gif') no-repeat;
	width: 781px;
	height: 17px;
	margin: 0 auto;
	padding: 0;
}

#announcements {
	position: absolute;
	top: 0;
	bottom: 160px; /*height of links div*/
	min-height: 30px;
	left: 0;
	width: 213px;
	margin: 0;
	padding: 0;
	float: left;
	text-color: #333;
	overflow: auto;
	/* fix for IE6 */
	height: expression(documentElement.clientHeight - 322 + 'px');
}
#announcements ul {
	margin: 0;
	padding: 0;
}
#announcements h2 {
	margin: 0.5em 1em;
	padding: 0 0 0 12px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
#announcements li {
	list-style: disc inside;
	margin: 1em 1em;
	padding: 0 0 0 12px;
	font-size: 0.9em;
}
#announcements a {
	color: #00742d;
	font-weight: bold;
	text-decoration: none;
}
#announcements a:hover {
	color: #0a0;
	text-decoration: underline;
}

#submenu {
	position: absolute;
	top: 0;
	bottom: 160px; /*height of links div*/
	min-height: 30px;
	left: 0;
	width: 213px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: auto;
	/* fix for IE6 */
	height: expression(documentElement.clientHeight - 322 + 'px');
}
#submenu ul {
	margin: 0;
	padding: 0;
}
#submenu li {
	background: url('img/submenu_bullet2.bmp') no-repeat 2px 7px;
	list-style-type: none;
	margin: 0.5em 1em;
	padding: 0 0 0 18px;
}
#submenu a {
	font-size: 1.2em;
	font-weight: bold;
	color: #fe8f00;
	text-decoration: none;
}
#submenu a:hover {
	color: #f84000;
}
#submenu a.selected {
	text-decoration: underline;
}

#content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 213px;
	background: url('img/watermark2.gif') no-repeat 100% 100%;
	width: 530px;
	margin: 0;
	padding: 0 10px;
	overflow: auto;
	/* fix for IE6 */
	height: expression(documentElement.clientHeight - 162 + 'px');
}
#content h1 {
	margin: 0.3em 0 0.6em 0;
	padding: 0;
	text-align: left;
	color: #333;
	font-size: 1.25em;
	font-weight: bold;
}
#content h2 {
	margin: 1.5em 0 0.5em 0;
	padding: 0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}
#content p {
	margin: 0.5em 0;
	padding: 0;
	text-align: justify;
}
#content p.footnote {
	font-size: 0.9em;
}
#content a {
	color: #00742d;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #0a0;
	text-decoration: underline;
}
#content q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
#content table {
	width: 95%;
	margin: 0.5em;
	padding: 0;
	border-collapse: collapse;
	table-layout: auto;
}
#content tr, td {
	margin: 0;
	padding: 2px 6px 2px 2px;
	border: 0px solid #ccc;
}
#content td.price {
	width: 25%;
	font-weight: bold;
	vertical-align: top;
}
#content ul {
	margin: 0.5em 0;
	padding: 0 0 0 2em;
}
#content ol {
	margin: 0.5em 0;
	padding: 0 0 0 3em;
}
#content li {
	margin: 0.5em 0;
	padding: 0;
	text-align: justify;
}
#content li.compact {
	margin: 0;
}
#content div.filmstrip {
	background: white;
	border: 1px solid #b2b2b2;
	margin: 0.5em auto;
	padding: 0 0 10px 0;
	width: 500px;
	overflow: auto;
}
#content div.filmstrip ul {
	margin: 0;
	padding: 0;
}
#content div.filmstrip li {
	list-style-type: none;
	margin: 10px;
	padding: 0;
	float: left;
}

#package {
	width: 220px;
	float: right;
	margin: 0 1em;
	padding: 1em 0.5em;
	border: 2px solid #fe8f00;
	text-align: center;
}
#package h2 {
	margin: 0 0 1em 0;
	text-align: center;
	text-decoration: underline;
}
#package p {
	text-align: center;
}
#package p.price {
	font-weight: bold;
	margin: 1em 0 0 0;
}
#package ul {
	margin: 0;
	padding: 0;
}
#package li {
	list-style: disc inside;
	margin: 0;
	padding: 0;
	text-align: center;
}

#links {
	position: absolute;
	bottom: 0;
	left: 18px;
}
#links ul {
	margin: 0;
	padding: 0;
}
#links li {
	list-style-type: none;
	margin: 0.5em 0 0 0;
	padding: 0;
}
#links a {
	font-size: 16px;
	font-weight: bold;
	color: #002864;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}

#image_menu {
	width: 1000px;
	margin: 0 auto;
	padding: 0.5em 0 1em 0;
	color: #b2b2b2;
	font-weight: bold;
}
#image_menu ul {
	margin: 0 200px;
	padding: 0;
}
#image_menu li {
	list-style-type: none;
	margin: 0 1em;
	padding: 0;
}
#image_menu h1 {
	clear: both;
	margin: 0;
	padding: 1em 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
}
#image_menu a {
	color: #b2b2b2;
	font-weight: bold;
	text-decoration: underline;
}
#image_menu a:hover {
	color: #d0d0d0;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 781px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
}
#footer p {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #333;
	margin: 0;
	padding: 0;
}
#footer a {
	color: #333;
}
