@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, sans-serif;
	font-size:75%;
	background-color:#b69b6c;
	}
p {
	color:#393636;
	font-family: Arial, Sans-Serif;
	font-size:110%;
	margin:5px 15px 15px 15px;
	}
#lang {
	color:#666666;
	font-size:11px;
	margin:0 auto 0 auto;
	}
a img {
	border:0;
	}
a:link, a:active, a:visited {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
	
#container {
	width:715px;
	height:auto;
	margin:10px auto 0 auto;
	padding:0;
	}
	
#menucontainer {
	width:161px;
	height:auto;
	float:left;
	}
#below_menu {
	width:158px;
	height:356px;
	background-image:url(../imgs/below_menu.gif);
	background-repeat:no-repeat;
	float:right;
	margin:30px 0 0 0;
	position:inherit;
	}
/* CONTENT */
#allcontent {
	width:553px;
	height:auto;
	float:left;
	}

#contentBG-top {
background-image:url(../imgs/contentBG-top.jpg);
background-position:bottom;
background-repeat:no-repeat;
width:553px;
height:7px;
float:left;
margin:0;
padding:0;
}
#contentcontainer {
	background-image:url(../imgs/contentBG.gif);
	background-repeat:repeat-y;
	width:553px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	}
#contentBG-bottom {
background-image:url(../imgs/contentBG-bottom.jpg);
background-position:top;
background-repeat:no-repeat;
width:553px;
height:6px;
clear:both;
margin:0;
}

/* end of CONTENT */

#banner {
	width:528px;
	height:241px;
	margin:0 auto 0 auto;
	padding:0;
	clear:both;
	background-image:url(../imgs/banner.jpg);
	background-repeat:no-repeat;
	}
#below_content {
	width:486px;
	height:122px;
	margin:0 auto 0 auto;
	clear:both;
	background-image:url(../imgs/below_content.jpg);
	}

/* MENUS */

ul.navbar {
	float:left;
	width:161px;
	height:auto;
	margin-left:0;
	margin-right:0;
	margin-top:15px;
	padding:0;
	text-align: left;
	
/*	border:#FF0000 1px solid;*/
}

ul.navbar li {
display:inline;
clear:both;
}

a.nav:link, a.nav:visited {
	font-size:110%;
	font-weight:bold;
	float:right;
	margin-bottom:10px;
	width:161px;
	height:27px;
	text-decoration:none;
	color:#fff;
	margin:10px 0 0 0px;
	line-height:25px;
	text-indent:10px;
}

a.nav:hover {
	font-size:110%;
	font-weight:bold;
	float:right;
	margin-bottom:10px;
	width:161px;
	height:27px;
	text-decoration:none;
	margin:10px 0 0 0px;
	line-height:25px;
	text-indent:10px;
	color:#f54543;
	background-image:url(../imgs/activebuttonBG.jpg);
	background-repeat:no-repeat;

}

a.nav:active {
	font-size:110%;
	font-weight:bold;
	float:right;
	margin-bottom:10px;
	width:161px;
	height:27px;
	text-decoration:none;
	color:#fff;
	margin:10px 0 0 0px;
	line-height:25px;
	text-indent:10px;
	}



/*----highlight active button-----*/
body#home a#homenav,
body#about a#aboutnav,
body#howto a#howtonav,
body#gallery a#gallerynav,
body#map a#mapnav {
	background-image:url(../imgs/activebuttonBG.jpg);
	width:161px;
	height:27px;
	background-repeat:no-repeat;
	color:#f54543;
}
/*----end of highlight active button-----*/


/* END OF MENUS */


/* About Villaba Town */

.villaba_pix {
	width:480px;
	height:auto;
	clear:both;
	margin:0 auto 10px auto;
	padding-left:30px;
	
	}
.villaba_pix img {
	border:#b69b6c 3px solid;
	margin:0 30px 0 0;
	}
.villaba_pix a:link img {
	border:#b69b6c 3px solid;
	margin:0 30px 0 0;
	}
.villaba_pix a:hover img {
	border:#ccc 3px solid;
	}
	
/* END of About Villaba Town */



/* MAP OF VILLABA */

#villaba_map {
	width:360px;
	height:367px;
	margin:0 auto 0 auto;
	border:#b69b6c 3px solid;
	background-image:url(../imgs/map-of-buga-buga-hills-vill.gif);
	background-repeat:no-repeat;
	}
	

/* end of MAP OF VILLABA */


/* Gallery */

.gallery_pix {
	width:480px;
	height:auto;
	clear:both;
	margin:0 auto 0 auto;
	padding-left:30px;
	
	}
.gallery_pix img {
	border:#b69b6c 3px solid;
	margin:0 30px 0 0;
	}
.gallery_pix a:link img {
	border:#b69b6c 3px solid;
	margin:0 30px 0 0;
	}
.gallery_pix a:hover img {
	border:#ccc 3px solid;
	}

#number {
	margin:10px auto 0 auto;
	font-size:160%;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	letter-spacing:10px;
	font-weight:normal;
	}
#number a:link, a:visited {
	color:#000;
	text-decoration:
	}
#number a:active {
	color:#FF0000;
	}

body#gallery a#num1,
body#gallery a#num2,
body#gallery a#num3 {
	color:#FF0000;
	}

/* end of Gallery */

#footer {
	width:553px;
	height:50px;
	float:right;
	text-align:center;
	}
#footer p {
	font-size:11px;
	color:#6A3500;
	margin:5px 0 0 0;
	}
#footer a:link, a:visited {
	color:#6A3500;
	}
#footer a:hover {
	color:#FF0000;
	}
