a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #a7c2d7;
	color: black;
}

#content {
	margin: 3px auto;
	width: 790px;
	background-color: white;
	color: black;
	border: 1em solid white;
}
#notes-top {
}
	#notes-top .left {
		float: left;
	}
	#notes-top .right {
		text-align: right;
	}
	
#controls {
	text-align: center;
	font-size: 80%;
	clear: left;
	height: 60px;
}
	#controls a {
		display: block;
		width: 158px;
		height: 60px;
		float: left;
	}

	#control3, #controls img {
		border: 0;
		width: 115px;
		margin: 3px 21px;
		height: 36px;
	}

	#control3 {
		display: block;
		margin: 0 21px;
		float: left;
	}

#description {
	color: #333399;
	background-color: white;
	font-weight: bold;
	text-align: center;
	clear: left;
	margin: 2em 0;
}
	
#search_form {
}	
	#search_form div {
	}
	
	#search_form input, select {
	}

	#search_form #search1 {
	}
	
	
	#search_form #search2 {
	}
	
	
	#search_form #search3 {
	}
	
	
	#search_form #search4 {
	}
	
	
	#search_form #search5 {
	}
	
	#search_form #search6 {
	}
		#search6 input {
		}

#vacations-worldwide {
	width: 370px;
	clear: right;
	float: right;
}
	#vacations-worldwide h1 {
		background-color: #C17E2D;
		color: white;
		font-size: 100%;
		padding: 3px 1em;
	}
	
	#vacations-worldwide h2, #vacations-worldwide h2 a {
		color: #0033FF;
		background-color: white;
		font-size: 100%;
		margin: 1ex 0;
	}
	
#right-pane {
	width: 360px;
	clear: left;
	float: left;
}
	#center-ad {
		width: 350px;
	}
	#welcome {
		margin-top: 2em;
		width: 350px;
		border: 2px solid gray;
	}
		#welcome .title {
			background-color: #C17E2D;
			color: white;
			text-align: center;
			padding: 1ex;
			margin: 0 0 1em 0;
			font-weight: bold;
		}
		#welcome p {
			margin-bottom: 1em;
			padding: 1ex;
		}
	
	
#links, #links2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 80%;
	margin-top: 1em;
}

#copyright {
	color: gray;
	font-size: 70%;
	text-align: center;
}.drop_down {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
