/* Halcyon Gambia CSS Styles */

/* Layout */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #D3B365;
	background-image: url(images/bg_extend.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #714A37;
}
#headerbox {
	width: 945px;
	height: 67px;
}
#navbox {
	width: 287px;
	height: 495px;
	position: absolute;
	left: 0px;
	top: 193px;
}
#contentbox {
	width: 628px;
	height: 100%;
	position: absolute;
	left: 287px;
	top: 193px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #E0C072;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
}
.birdtrip_info {
	width: 363px;
	height: 200px;
	position: absolute;
	left: 415px;
	top: 410px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #E0C072;
	border: 1px solid #FFFFFF;
}
#contenttext {
	width: 500px;
}
#pad {
	width: 85px;
	height: 22px;
	left: 10px;
	top: 1380px;
	position: absolute;
}
#sideads {
	width: 100px;
	height: 80px;
	left: 10px;
	top: 690px;
	position: absolute;
}

/* Buttons */
#nav_home {
	width: 192px;
	height: 16px;
	left: 16px;
	top: 209px;
	position: absolute;
}
#nav_about {
	width: 192px;
	height: 16px;
	left: 16px;
	top: 227px;
	position: absolute;
}
#nav_accomodation {
	width: 192px;
	height: 16px;
	left: 16px;
	top: 245px;
	position: absolute;
}
#nav_holiday {
	width: 192px;
	height: 16px;
	left: 16px;
	top: 263px;
	position: absolute;
}
#nav_tripreports {
	width: 192px;
	height: 16px;
	left: 16px;
	top: 281px;
	position: absolute;
}
#nav_links {
	width: 192px;
	height: 16px;
	left: 16px;
	top: 299px;
	position: absolute;
}
#nav_contact {
	width: 192px;
	height: 16px;
	left: 16px;
	top: 317px;
	position: absolute;
}
#photoposleft {
	margin-right: 12px;
	padding-right: 12px;
	float: left;
}
#photoposright {
	width: 170px;
	padding-left: 12px;
	float: right;
}

/* Content Text */
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #714A37;
}
.mainbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #714A37;
}
.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #714A37;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #714A37;
}
a:link {
	color: #714A37;
	text-decoration: underline;
}
a:visited {
	color: #714A37;
	text-decoration: underline;
}
a:active {
	color: #714A37;
	text-decoration: underline;
}
a:hover {
	color: #005C2D;
	text-decoration: none;
}
