/*
	============================================================
	 POSITIONING HTML STYLES
	============================================================
	 This file contains all the classes that are required to
	 position the main elements of the application.
	============================================================	
*/

#header {
	background: #FFF url(images/header.jpg) no-repeat;
	width: 1014px;
	height: 53px;
}
#maincontrolframe {
	width: 1014px;
	height: 613px;
	margin: 1px 0 1px 0;
}
#footer {
	background: #FFF url(images/footer.jpg) no-repeat;
	height: 32px;
}