body {
	padding:0px; 
	margin:0px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#000000; 
	background:url(../images/background_img.jpg) repeat-x #FFFFFF;
	}

h4{
	font-size:14px; 
	color:#5d4602; 
	font-weight:bold;
	}
	
h3{
	font-size:13px; 
	color:#5d4602; 
	font-weight:bold;
	}

.cont{
	text-align:justify; 
	line-height:18px;
	}

.scont{
	text-align:justify; 
	line-height:18px;
	}
	
.sidhead{
	font-size:13px; 
	color:#5d4602; 
	font-weight:bold;
	}
	
.footer{
	font-size:11px;
	color:#000000;
	}
.footer a:link, .footer a:active link, .footer a:visited {
	font-size:11px; 
	color:#000000; 
	text-decoration:underline;
	}
.footer a:hover {
	font-size:11px; 
	color:#000000; 
	text-decoration:none;
	}
 
.servpo{
	list-style-image:url(../images/serv_bullet.jpg);
	}

.more {
	color:#0401a2; 
	font-size:11px;
	}
.more a:link, .more a:active link, .more a:visited {
	font-size:11px; 
	color:#0401a2; 
	text-decoration:underline; 
	}
.more a:hover {
	font-size:11px; 
	color:#0401a2; 
	text-decoration:none;
	}

.mail{
	color:#0368bc; 
	font-size:11px;
	}
.mail a:link, .mail a:active link, .mail a:visited {
	font-size:11px; 
	color:#0368bc; 
	text-decoration:underline;
	}
.mail a:hover {
	font-size:11px; 
	color:#0368bc; 
	text-decoration:none;
	}


#lava {/* you must set it to relative, so that you can use absolute position for children elements */
	position:relative;
	background:url(../images/menu_bt.jpg) no-repeat center top;
	text-align:center; 
	width:951px; 
	height:35px;
	 }

#lava ul {
	/* remove the list style and spaces*/
	margin:0; 
	padding:0; 
	list-style:none; 
	display:inline;
	/* position absolute so that z-index can be defined */
	position:absolute; 
	/* center the menu, depend on the width of you menu*/
	left:20px; 
	top:0; 
	/* should be higher than #box */
	z-index:100;
	}
	
#lava ul li {
	/* give some spaces between the list items */
	margin:0 22px;
	/* display the list item in single row */
	float:left;
	font-size:12px; font-weight:bold; font-family:Georgia, "Times New Roman", Times, serif;
	line-height:33px;
	}

#lava #box {
	/* position absolute so that z-index can be defined and able to move this item using javascript 				    */
	position:absolute; 
	left:0; 
	top:0; 
	/* should be lower than the list menu */
	z-index:50; 
	/* image of the right rounded corner */
	background:url(../images/tail.gif) no-repeat right center;
	height:35px;
	/* add padding 8px so that the tail would appear */
	padding-right:10px;
	/* self-adjust negative margin to make sure the box display in the center of the item */
	margin-left:-10px;
	}

#lava #box .head {
	/* image of the left rounded corner */
	background:url(../images/head.gif) no-repeat 0 0;
	height:35px;
	width:108px;
	/* self-adjust left padding to make sure the box display in the center of the item */
	padding-left:10px;
	}

#container {
	text-align:left;
	width:951px;
	margin:0 auto;
	}

a {
	text-decoration:none; 
	color:#ab6900;
	}

#btm {
	text-align:center;
	width:311px;
	margin:0 auto;
		}

#btmcont {
	position:relative;
	text-align:center; 
	width:311px; 
	height:220px;
	top:8px;	
	 }