@charset "UTF-8";

/*standardpage css*/

#gridcontainer {
	height: 1040px;
	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;
	padding:0px;
	height: 55px;
	width: 1266px;
	background-attachment: scroll;

}
#breadcrumbsdiv {
	height: 25px;
	width: 1266px;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-bottom: 0px;
	padding-left:0px;
}

#drawingdiv {
	height: 920px;
	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;
	text-align: justify;
}
#body{
	background-color:#FFF;
	position:relative;
}

