@charset "UTF-8";

/*Doublepage css*/

#gridcontainer {
	height: 1974px;
	width: 1274px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: visible;
	background-color:#FFF;
}
#logodiv {
	background-image: url(../images/logos-navigation/logo.jpg);
	background-repeat: no-repeat;
	margin-left: 4px;
	margin-right: 4px;
	margin top: 0px;
	margin-bottom: 0px;
	height: 53px;
	width: 1266px;
	background-attachment: scroll;
}
#breadcrumbsdiv {
	height: 23px;
	width: 1266px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-bottom: 0px;
}
#drawingdiv {
	height: 1840px;
	width: 1266px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	background-repeat: no-repeat;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000;
	background-attachment: scroll;
	overflow: visible;
}
#body {
	background-color:#FFF;
	position:relative;
}