@charset "UTF-8";

<title>longpage</title>

#gridcontainer {
	height: 928px;
	width: 3806px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	overflow: visible;
	text-align: center;
	background-color:#FFF;
}


#logodiv {
	background-image: url(../images/logos-navigation/logo.jpg);
	background-repeat: no-repeat;
	padding:0px; 
	height: 55px;
	width: 600px;
}
#breadcrumbsdiv {
	height: 25px;
	width: 600px;
	padding: 0px;
	text-align:left;
}
#drawingdiv {
	height: 920px;
	width: 3798px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	background-attachment: scroll;
	background-image:;
	background-repeat: no-repeat;
}
#body {
	background-color: #FFF;
	position:relative;
}




	
