* {
padding:0px;
margin:0px;
}

body {
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
z-index:1;
width:720px;
height:100%;
margin-top:20px;
position:relative;
left:50%;
margin-left:-365px;
background-image:url(images/main_background.gif);
background-repeat:repeat-y;
}

#banner {
background-image:url(images/banner_top.gif);
background-repeat:no-repeat;
width:720px;
height:80px;
}
	
	#banner .logo {
	margin-top:13px;
	margin-left:13px;
	float:left;
	}
	
	#banner a {
	width:65px;
	height:80px;
	text-decoration:none;
	margin-top:8px;
	float:right;
	}
	
	#banner p {
	color:333333;
	font-size:11px;
	margin-top:30px;
	width:55px;
	float:right;
	}
	
		#banner #nav_spain {
		background-image:url(images/navigation/spain_hover.gif);
		background-position:-65px;
		margin-right:12px;
		}
		#banner #nav_spain:hover {
		background-position:left;
		}
		
		#banner #nav_nz {
		background-image:url(images/navigation/nz_hover.gif);
		background-position:-65px;
		}
		#banner #nav_nz:hover {
		background-position:left;
		}
		
		#banner #nav_dubai {
		background-image:url(images/navigation/dubai_hover.gif);
		background-position:-65px;
		}
		#banner #nav_dubai:hover {
		background-position:left;
		}
		
		#banner #nav_britain {
		background-image:url(images/navigation/britain_hover.gif);
		background-position:-65px;
		}
		#banner #nav_britain:hover {
		background-position:left;
		}
		
#content_wrapper {
margin-top:11px;
margin-left:2px;
height:100%;
clear:both;
border-top-style:solid;
border-top-width:1px;
border-top-color:#CCCCCC;
width:710px;
}

#content_wrapper p {
font-size:13px;
}

#content_wrapper h3 {
padding:0px;
margin:0px;
}

	#top_bar {
	margin-left:1px;
	width:709;
	height:85px;
	padding-left:6px;
	padding-right:8px;
	}

	#left_bar {
	height:100%;
	width:180px;
	margin-left:1px;
	float:left;
	padding-left:6px;
	padding-right:4px;
	}
		
		.indent {
		margin-left:9px;
		display:block; /* fixes bug in admin panel where text doesn't indent because <p> is set as inline */
		}
		
		h2 {
		color:#333333;
		font-size:13px;
		margin-left:6px;
		}
		
		a {
		color:green;
		font-size:12px;
		text-decoration: underline;
		}
	
	#image_container {
	float:left;
	width: 335px;
	height: 245px;
	background-image:url(images/image_container_background.gif);
	background-repeat: no-repeat;
	padding-top:1px;
	}
	
	#right_bar {
	float:right;
	width:175px;
	height:240px;
	padding-right:4px;
	}
	
	#lower_bar {
	float:right;
	width:518px;
	}
	
		#lower_bar h1 {
		color:#333333;
		font-size:22px;
		}

#bottom_bar {
background-image:url(images/bottom_background.gif);
height:30px;
margin-top:5px;
clear:both;
}