body  {
	margin-top: 10px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width:100%;
	}
#main {
	width: 800px;
	overflow:none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position:relative;
}
#header  {
	width:800px;
	height:80px;
	z-index:100;
	text-align:left;
}
#outer_search{
	top:0px;
	left:0px;
	float:left;
	position:relative;
	width: 260px;
	height: 80px;
	text-align:left;
}

#logo  {
	float:right;
	height:70px;
	width:430px;
}

#home_but  {
	float:left;
	width:70px;
	height:80px;
}

#inner_search{
	position:absolute;
	top:5px;
	left:100px;
	width: 180px;
	height: 80px;
	text-align:left;
}
#time  {
	float:right;
	width: 175px;
	height:20px;
}

search_box {
	position:relative;
	width: 175px;
	height:20px;
	text-align:left;
}
search_type {
	position:relative;
	width: 175px;
	height:20px;
	text-align:center;
}

#top-nav  {
	min-height:20px;
	width:760px;
	/*position: relative;*/
	padding:2px;
	padding-top:8px;	
}

#sub-nav  {
	height:20px;
	width:818px;
	position:relative;
	top:0px;
}
#sub-nav ul  {
	padding:0px;
	margin:0px 0px 0px 10px;
}
#sub-nav li  {
	display: inline;
	padding: 3px 10px 3px 0px;
	float:left;
	display: block;
}

#content  {
	width:750px;
	margin-bottom:20px;
	margin-left:20px;
	z-index:-600;	
}

#search_content  {
	width:760px;
	padding:0px;
	overflow:none;
}

#left-container  {
	vertical-align:top;
}

#right-container  {
	vertical-align:top;
	padding-left:10px;
}
	
#top-container  {
	width:100%;
	vertical-align:text-top;
}
#spacer  {
	height:10px;
	width:100%;
}
#bottom-container  {
	width:100%;
	vertical-align:text-top;
}
#footer  {
	width:800px;
	padding:10px 0;
}

#postit  {
	position:absolute;
	top:0px;
	right:0px;
	height:177px;
	width:200px;
	z-index:-1000;
	background-image:url(../../image/postit.gif);
}

#banner_cage {
	position:absolute;
	top:50px;
	left:50px;
	height:600px;
	width:120px;
	background-color:#e9dfec;
	text-align:center;
	overflow:hidden;
}
#pointer {
width:40px;
height:18px;
background-image:url(../../image/plane_pointer.gif);
}

#dark_pointer {
width:40px;
height:18px;
background-image:url(../../image/corners/dark_grey_plane.gif);
}
#light_pointer {
width:40px;
height:18px;
background-image:url(../../image/corners/light_grey_plane.gif);
}
#destination_holder {
width: 220px;
height: 56px;
background-image:url(../../image/destinations_bg.gif);
}

#destination_inner { 
position: relative;
top: 6px;
left: 6px;
width: 200px;
background-color:#333;
font-family: "Courier New", Courier, monospace;
color:#ffff00;
height: 36px;
}
#destination_title {
position: relative;
top: 0;
left: 0;
width: 200px;
height: 18px;
font-size: 18px;
text-align: center;
}
#winners_container {
position: relative;
top: 0;
left: 0;
width: 760px;
color:#666;
}

.destination_index {
font-family: "Courier New", Courier, monospace;
color:#ffff00;
font-size: 15px;
list-style:none;
font-weight:plain;
}
.destination_index li a{
font-family: "Courier New", Courier, monospace;
color:#ffff00;
font-size: 15px;
}
.destination_index li a:hover{
font-family: "Courier New", Courier, monospace;
color:#ff9933;
font-size: 15px;
}
.destination_index .title h1{
font-family: "Courier New", Courier, monospace;
color:#ffff00;
font-size: 18px;
text-align: center;
padding: 0px;
margin: 0px;
}