body {
	margin:0;
	text-align:center;
}
#global {
	width: 760px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:0.8em;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
#header {
	height:130px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/logo.jpg);
	background-repeat:no-repeat;
	

}
#header img {
	border:none;
}
#menuBar {
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#cccccc;
	margin-bottom:5px;
	background-image: url(../images/menu-bar.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#menuBar a {
	background-image: url(../images/cube-b.gif);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#000000;
	display: block;
	float:left;
	text-indent:25px;
	margin-left:20px;
	}
#menuBar a.contact {
	float:right;
	text-indent:25px;
	margin-left:20px;
	margin-right:20px;
	}
#menuBar a:hover {
	background-image: url(../images/cube-h.gif);

}
#footer {
	clear:both;
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
	background-image: url(../images/foot.gif);
	background-position:left center;
	background-repeat:no-repeat;
	font-size:0.7em;
	}
#footer a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
