@charset "utf-8";
/* Edward Julio B. Tuppil - ejbtuppil@yahoo.com */

#maindiv {width:900px; height:auto; margin:0 auto;}

/* header */
#header {width:900px; height:223px; background:url(images/header.jpg) no-repeat;}
	
#face {width:900px; height:75px; margin:0 auto; background:url(images/face.jpg) no-repeat }
	#faceL {float:left; width:auto; height:auto; padding:47px 0px 0px 90px}
	#faceR {float:right; width:590px; height:auto; padding-top:45px}

/* nav */
#nav {width:900px; height:auto; }
#nav img{float:left; display:inline;}
.nwheel {width:484px; height:29px; float:left; background:url(images/n1.jpg) no-repeat left top;}

		
/* body */
#body {width:900px; height:auto; background:url(images/contentbg.jpg) repeat-y;}
	#bodyL {float:left; width:220px; height:auto; padding-left:80px}
	#bodyR {float:right; width:510px; height:auto; padding-right:70px;}

/* footer */
#footbg {width:100%; height:150px; background:url(images/footerbg.jpg) repeat-x;}
#foot {width:900px; height:35px; background:url(images/footer.jpg); margin:0 auto}
	#footL {float:left; width:220px; height:35px; padding-left:80px; text-align:center}
	#footR {float:right; width:500px; height:auto; padding-right:70px;}

/* borders */
.wal {padding:10px;}
.wald {padding:0px 0px 10px 0px;}
.walr {padding:0px 10px 0px 0px;}
.wall {padding:0px 0px 0px 10px;}
.walu {padding:10px 0px 0px 0px;}
.wals {padding:0px 10px 0px 10px;}

#nav a img{border:0px;}

/*clearance*/
.clear {clear:both; height:0px line-height:0px; font-size:0px;}
