@charset "utf-8";
/* CSS Document */

a img{ border: none; }

html, body {
   margin:0;
   padding:0;
   height:100%;
}

body {
	text-align: center;
	font: normal x-small Verdana, Geneva, sans-serif;
	color: #00467F;
	background: #FFF;
}
#container { 
	width:760px; 
	min-height:100%;
	margin:auto; 
	position: relative;
	margin-bottom:-84px;
} 

#header {
	position: relative;
	width:760px;
	height:84px;
	z-index:0;
	left: 0px;
	top: 3px;
}
#footer {
	width:760px;
	height:84px;
	margin:auto;
	padding-top:10px;
	z-index:1;
}

#reserveSpace2 {   
	position:relative;
	height: 0px;
}

#menubar {
	position:absolute;
	width:550px;
	height:20px;
	z-index:2;
	left: 210px;
	top: 62px;
	margin: 0px;
	padding: 0px;
}
#but_home {
	position:absolute;
	width:73px;
	height:20px;
	left: 0px;
	top: 0px;
}
#but_about {
	position:absolute;
	width:85px;
	height:20px;
	left: 73px;
	top: 0px;
}
#but_services {
	position:absolute;
	width:97px;
	height:20px;
	left: 158px;
	top: 0px;
}
#but_articles {
	position:absolute;
	width:91px;
	height:20px;
	left: 255px;
	top: 0px;
}
#but_resources {
	position:absolute;
	width:111px;
	height:20px;
	left: 346px;
	top: 0px;
}
#but_contact {
	position:absolute;
	width:93px;
	height:20px;
	left: 457px;
	top: 0px;
}
