/* HEADER CSS Document */

html {
	padding: 0;
	position:relative;
	
	margin:0 auto;
	background-repeat:repeat-x;
}

body {
	padding: 0;
	margin:0px;
	background-color:white;
	background-image:url(images/BG_halftone.jpg);
	background-repeat:repeat-x;
	}

div#indexcontainer {
	padding: 0px;
	margin:0px ;
	width:995px;
	top:0px;
	
	position:relative;
	margin:0 auto;

}




div#logo {
	width:190px;
	height:176px;
	background-image:url(images/logo.png);
	position: relative;	
	left:-3px;
	top:49px;
	}

div#frame {	
	position:absolute;
	padding: 0;
	margin:0px;
	width:996px;
	height:768px;
	top: 0px;
	left:-56px;
	background-image:url(images/BG_frame.png);
	background-repeat:no-repeat;
	}

div#container {
	padding: 0;
	margin:0px;
	width:884px;
	height:44px;
	top:0px;
	background-repeat:repeat-x;
	
	position:relative;
	margin:0 auto;
	}
	
div#header {
	width:689px;
	height:44px;
	background-image:url(images/menubar_peg.png);
	position:relative;
	float:right;
	right: 6px;
	}

div#nav {
	position:relative;
	height: 44px;
	margin:0 auto;
	left: 0px;
	}

ul#main_nav li {
	top:0px;
	margin:0 auto;
    display:inline;
	}
	
ul#main_nav {
    position:absolute; 
	height:50px;
	margin:0 auto;
	left:0px;
	}
	
li#main_nav1 {
	background-image:url(images/menubar_home.png); background-repeat:no-repeat;
	position: absolute;
	height:44px;
	width:44px; 	
	left:50px;
	top:0px;
	}
li#main_nav1 a:hover {background-image:url(images/menubar_homeB.png); height:34px; left:50px; top:0px; }

li#main_nav2 {
	background-image:url(images/menubar_aboutus.png); background-repeat:no-repeat;
	position: absolute;
	height:34px;
	width:84px; 	
	left:145px;
	top:0px;
	}	
li#main_nav2 a:hover {background-image:url(images/menubar_aboutusB.png); height:34px; left:145px; top:-16px; }

li#main_nav3 {
	background-image:url(images/menubar_projects.png); background-repeat:no-repeat;
	position: absolute;
	height:34px;
	width:84px; 	
	left:275px;
	top:16px;
	}	
li#main_nav3 a:hover {background-image:url(images/menubar_projectsB.png); height:34px; left:275px; top:-16px; }

li#main_nav4 {
	background-image:url(images/menubar_feedback.png); background-repeat:no-repeat;
	position: absolute;
	height:34px;
	width:98px; 	
	left:405px;
	top:-16px;
	}	
li#main_nav4 a:hover {background-image:url(images/menubar_feedbackB.png); height:34px; left:405px; top:-16px; }
	
li#main_nav5 {
	background-image:url(images/menubar_contactus.png); background-repeat:no-repeat;
	position: absolute;
	height:34px;
	width:108px; 	
	left:535px;
	top:-16px;
	}	
li#main_nav5 a:hover {background-image:url(images/menubar_contactusB.png); height:34px; left:535px; top:-16px; }

ul#main_nav a{
display:block;
text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	width:100%;
	height:34px;
	}



div#footer {
	height:40px;
	width:876; 	
	background-image:url(images/footerline.jpg);
	background-repeat:repeat-y;
	position:relative;
	margin:0 auto;
	top:-45px;
	}
	


div#footertext {
	
	position: absolute;
	top:0px;
	left:0px;
	color:#999999;
	letter-spacing:0px;
	text-indent: 6px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 7; 
	
	
	
}	

div#footerline {
	height:37x;
	width:876; 	
	position:absolute;
	margin:0 auto;
	top: -59px;
	left: 0px;
	background-image:url(images/footerline.jpg);
	
}	
	

