/* HTML Tag Redefinition */
html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px
}
a { cursor:pointer }

/* Page Structure */
#page {
	margin: auto;
	height: auto !important;
/* 	height:100%; */
	min-height:100%;
	position:relative;
	background:url(http://test.easternengineering.com/themes/eastern/images/body_back.jpg);
	background-repeat: repeat-y;
}

/* Footer Grpahic - bottom of page block*/
#footer_pic{background:url(http://test.easternengineering.com/themes/eastern/images/body_footer.jpg); background-repeat: no-repeat; height:25px;}

/* MISC STYLES & SHORTCUTS */
div.code {
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px
}
div.spacer, div.ccm-spacer {
	clear:both;
	font-size:1px;
	line-height:1px
}
.noTopSpace {
	margin-top:0px;
	padding-top:0px
}