html {
	background-color:  #b8b323;
	  }

body { 
	background-image: url(bg.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 50px; 
	  }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link, a:visited, a:active {
	color: #660033;
	text-decoration: none;
}
a:hover {
	color: #993366;
	text-decoration: none;
}

img {
  	border-color: #b8b323;
  }

hr {
	margin: 5px 0px 5px 0px;
	color: #660033;
	border: 0;
	border-top: 1px solid #660033;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
}
 
#main {
	position: relative;
	width: 750px;
	margin: auto;
	padding: 0;
	background-image: url(main-bg.png);
	background-repeat: repeat-y;
	z-index: 1;
	}

#main-bg {
	position: absolute;
	width: 750px;
	height: 100%;
	margin: auto;
	padding: 0;
	background-color: #ffffcc;
	z-index: 0;
	  }

#banner, #search_box {
	height: 104px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
#banner {
	width: 750px;
	height: 200px;
	text-align: left;
}
#search_box {
	float: left;
	clear: right;
	width: 200px;
	visibility: hidden;
}
#search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
#search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
#banner a {
	color: #FFFFFF;
}

#right  {
	position: absolute;
	left:722px;
	top:200px;
	height:151px;
	width: 150px;
	background-image: url(right.png);
	background-repeat: no-repeat;
	}
	
#itinerary {
  	position: absolute;
	width: 157px;
	padding: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-color: #ffffcc;
	text-align: center;
	font-size: 10px;
  }
	
#menu {
	position: absolute;
	left: 556px;
	top: 200px;
	margin-right: 34px;
	padding: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	background-image: url(menu_top.png);
	background-repeat: no-repeat;
	background-color: #b8b323;
	color: #663399;
}
#menu ul{
	margin: 0;
	padding: 0;
	padding-left: 2px;
	list-style: none;
	margin-bottom: 5px;
	font-family: Georgia;
	font-size: 12px;
	color: #663399;
}
#menu ul ul {
	padding-left: 8px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
#menu a:link, #menu a:visited, #menu a:active, #menu a:hover {
	display: block;
	padding: 0px;
}
#menu_main a:link, #menu_main a:visited, #menu_main a:active {
	border-bottom: 1px dashed #663399;
}
#menu_main a:hover {
	border-bottom: 1px dashed #663399;
}

#menu_bottom {
  	position: relative;
	margin-left: -5px;
	width: 167px;
	height: 19px;
  	background-image: url(menu_bottom.png);
	background-repeat: no-repeat;
	  }

#content {
	margin-left: 15px;
	min-height:500px;
	width: 450px;
	padding: 4px 10px 14px 10px;
	text-align: left;
	  }
	  
#min-height {
  	height:300px;
	  }
	  
#footer {
	position: relative;
	background-color: #ffffcc;
	clear: both;
	height: 20px;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
#powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
	visibility: hidden;
}
