* {margin: 0; padding: 0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #000000;
	text-align: justify;
	background-color: #FBFBDF;
}



/* links */
a {
	text-decoration: none;
	color: #CC3300;
	font-style: italic;
}
a:hover {
	color: #DD0118;
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 8px;
	width: 500px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "Courier New", Courier, monospace;
}


h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #C60023;
	height: 30px;
	padding-top: 25px;
	padding-left: 10px;
	letter-spacing: 0.3em;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-style: italic;
	margin-bottom: 35px;
	width: 690px;
	margin-top: 35px;
}


h3 {
	font-size: 1.4em;
	font-weight: bolder;
	color: #FF6600;
	height: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 20px;
	letter-spacing: 0.1em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #C60023;
	height: 30px;
	width: 430px;
	margin-top: 5px;
	letter-spacing: 0.2em;
	font-family: "Courier New", Courier, monospace;
}
h5 {
	font-size: 1.1em;
	font-weight: bolder;
	color: #444;
	height: 30px;
	width: 380px;
	letter-spacing: 0.2em;
	text-align: right;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	border: 1px dotted #FE7723;
	padding-bottom: 10px;
	padding-right: 5px;
}
h6 {
	font-size: 0.8em;
	font-weight: bolder;
	color: #951B04;
	font-family: "Courier New", Courier, monospace;
}


p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.4em;
	font-size: 95%;
}
blockquote {
	font-size: 1em;
	width: 650px;
	text-align: left;
	line-height: 1.4em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
blockquote p {padding: 3px 0;}


#container {
	font-size: 1.4em;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 1000px;
}

#header {
	width: 1000px;
	background-image: url(image/header.gif);
	background-repeat: no-repeat;
	height: 170px;
}

#content {
	background-repeat: no-repeat;
	background-image: url(image/cont.gif);
	float: left;
	width: 1000px;
}
#main {
	list-style-type: none;
	padding-right: 10px;
	background-color: #fbfbdf;
	padding-left: 10px;
	width: 700px;
	float: right;
}
#Quickbooker  {
	background-color: #FCD400;
	padding: 3px;
	margin-top: 5px;
	color: #333333;
	font-size: 0.7em;
	font-weight: bold;
	border: 1px solid #666666;
}
#Quickbooker  input, #QuickBooker  select {
	background-color:#FFF9EC;
	color:#504E4E;
	font-family:Arial, Verdana;
	font-size:10px;
	font-weight:600;
}

#menuleft {
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 0px;
	color: #FFFFFF;
	float: left;
	background-color: #009933;
}

#navsubbox 
{
	list-style-type: none;
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
#navoben  {
	list-style-type: none;
	background-repeat: no-repeat;
	padding-right: 0px;
	margin: 0px;
	clear: left;
	padding-left: 255px;
	height: 61px;
	background-image: url(image/nav.gif);
}


li {
	display: inline;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFFFFF;
}

li a
{
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 2.1em;
	padding-bottom: 0.2em;
	padding-left: 0.1em;
	color: #FFFFFF;
}

li a:hover
{
	color: #FF4143;
	text-decoration: none;
}
.navcontainer {
	padding-left: 35px;
	padding-top: 29px;
	width: 140px;
}
.list {
	color: #6682A7;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	height: 50px;
 }  
img.float-left {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	
}
.clear {
	clear: both;
	background-color: #009966;
}

#footer {
	background-color: #FF0000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF700;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.90em;
	text-align: center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 13px;
	padding-left: 8px;
	line-height: 1.3em;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
