/*** Global Shift ***/
div.all {	
		position: relative; 
		top: 140px;		left: 120px; }

/*** Logo ***/
div.logo {	position: relative; }
img.logo {
		position: absolute;
		top: -135px;	left: -200px;
		z-index: 0; }

/*** navigation buttons ***/
div.navbutt {
	background: #ababab;
	height: 74px;
	width: 204px;
	overflow: visible;
	border: 2px solid black;
	margin-bottom: 5px;
	margin-right: 5px;
	position: relative;
	z-index: 2;
	left: 21px;
}
div.navbutt span.top {
		position: relative;
		left: 11px;  top: 11px; }
div.navbutt span.bottom {
		position: relative;
		left: 11px;  top: 7px; }
div.navbutt img.tl {
		position: absolute;
		left: -2px;  top: -2px; }
div.navbutt img.tr {
		position: absolute;
		right: -2px;  top: -2px; }
div.navbutt img.bl {
		position: absolute;
		left: -2px;  bottom: -2px; }
div.navbutt img.br {
		position: absolute;
		right: -2px;  bottom: -2px; }

/*** header image position ***/
h1 {	position: relative;
		left: -60px; }


/*** miscellaneous stuff ***/

/* no image link borders */
img {		border: 0 none; }	

