body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	background-image: url('/images/headback.gif');
	background-repeat: repeat-x;
	font-size:13px;	
	color:#323232;
}
	
p, pre {
	margin: 0px;
	padding: 0px;
	padding-bottom:13px;
	font-family: arial;
	line-height:140%;
}

a  {
	color: #0a4f9c;
	text-decoration:none;
}

a:hover {
	color:#608cbf;
	text-decoration:underline;
}
	
	
input[type=text] {
	border:1px solid #cccccc;
} 

form {
	margin: 0px;
	padding: 0px;
}

#env {
	margin: 0 auto;
	position: relative;
	width: 960px;
}
		
#main {
	min-height: 400px;
	width: 960px;
}

#lowerbar {
	text-transform: uppercase;
	font-size:12px;	
}

#lowerbar h1 {
	padding: 0px 0px 2px 0px;	
	margin: 0px 0px 2px 0px;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom:1px solid #eaeaea;
	color: #121212;	
}

#lowerbar .flag {
	vertical-align: middle;
	float:left;
	border: 0px;
	height: 16px;	
	margin-right:9px;
}


#leftBar ul li {margin-bottom:4px;display:block;}
#leftBar li a {font-size:12px;font-family:verdana;margin-bottom:14px;}

#notifytable {position:fixed;bottom:0px;	right:5px;width:230px;display:none;}

#notifytable table {padding:1px;border:1px solid #dadada;background-color:white;}
#notifytable .notifyheader {background-color:#dadada;color:black;padding:5px;}
#notificationpad {padding-top:8px;padding-bottom:8px;line-height:18px;}

.friendsearch {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	z-index:2120;
	position:fixed;
	top:26px;
	left:0px;
}

.friendsearch ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.friendsearch iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:110px;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.friendsearch li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.friendsearch ul img {
	margin-right: 8px;
}

#destinations {
	list-style:none;
	padding:0px;margin:0px;
}

#destinations li {
	margin-top:4px;
}

h1,h2,h3,h4,h5,h6 {margin-top:0px;}