﻿#container {
	border-width: medium;
	border-color: #333333;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header {
	width: 1000px;
	height: 125px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #0066FF;
}
#top_nav {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	height: 145px;
	color: #C0C0C0;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
}
#bottom_nav {
	margin: -5px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	height: 145px;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	color: #C0C0C0;
}
#footer {
	background-color: #FFFFFF;
	height: 100px;
}
#top_nav ul {
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
}
#top_nav li {
	width: 90px;
	float: left;
	text-align: center;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	border: 1px solid #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	color: #FF0000;
}
#top_nav a, a:link, a:visited {
	padding: 0px;
	margin: 0px;
	color: #FF0000;
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
}
#top_nav a:hover {
	background-color: #FF0000;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
}
#top_nav a:active {
	background-color: #FF0000;
	border: 3px inset #C0C0C0;
}
#bottom_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#bottom_nav li {
	width: 150px;
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 50px;
	color: #E0C192;
	font-family: "Century Gothic";
	font-size: medium;
	text-align: center;
}
#bottom_nav a, a:link, a:visited {
	padding: 0px;
	margin: 0px;
	font-family: "Century Gothic";
	font-size: medium;
	color: #DABA85;
}
#bottom_nav a:hover {
	background-color: #DCBD8B;
	font-family: "Century Gothic";
	font-size: medium;
	color: #6D4326;
}
#bottom_nav a:active {
	border: 2px inset #C0C0C0;
	background-color: #D8B783;
	font-family: "Century Gothic";
	font-size: medium;
	color: #6D4326;
	display: block;
	text-align: center;
}
#divider {
	background-color: #008000;
	font-family: "Century Gothic";
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
#center_col {
	background-image: url('page design elements/vacationing/center col back.jpg');
	padding: 10px;
	margin-right: 23px;
	margin-left: 23px;
	font-family: "Century Gothic";
	font-size: medium;
	color: #000000;
}
