/*
 * Maldives Guide
 * Styles: 		MG Header Style Sheet
 * File Name: 	header.css
 * Directory: 	public_root/styles
 * Date:		14 Aug 2009
 * 
 * @author:		Ahmed Faisal
 * @version: 	1.001
 * Updated:		17 Aug 2009
 * Updated by:	Ahmed Faisal
*/

#header {
	width: 1000px;
	height: 109px;
	border: 1px solid #d4d4d4;
}
#header #imageholder {
	height: 109px;
	width: 350px;
	position: absolute;
	left: 10px;
}
#navheader {
	width: 1000px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #6699FF;
}
.navheaderlinks {
	margin-left: 7px;
	margin-right: 7px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
#adgoogleheader {
	width: 469px;
	height: 62px;
	padding : 5px;
	left: 0;
	margin : 8px 25% 5px 360px;
}