@charset "utf-8";
/* CSS Document */

/*Davao CSS*/

body {
	margin-top:0px;
		background:url(images/bg.jpg) repeat-x;
		background-position:top;
	
}
#wrapper {
	width:814px;
	margin:0 auto;
	top:0px;
	}
#header {
	widows:814px;
	height:236px;
	background:url(images/davao_01.jpg) no-repeat;
	
	}

#title {
	width:814px;
	height:65px;
	background:url(images/davao_02.jpg) no-repeat;
	clear:both;
	}
	
#content {
	width:764px;
	background:url(images/davao_03.jpg);
	
	padding: 10px 25px 10px 25px;
	text-align:justify;
	}
	
#contentimage {
	width:814px;
	padding-top:20px;
	background:url(images/davao_03.jpg);
	text-align:center;
	}

#hiring {
	width:814px;
	padding-top:20px;
	background:url(images/davao_03.jpg);
	text-align:center;
	}

#footer {
	width:814px;
	height:181px;
	background:url(images/davao_04.jpg) no-repeat;
	}
	





/* TEXT STYLE */	
	
.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333333
}

.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006699;
	font-weight:bold
}

.bodybig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333
}

img {
	border:0px;
	}
/*image effect

.opacity img {
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

.opacity:hover img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
*/