/* this is our container for all the elements */
div.mainWindow {
	width: 1024px;
	height: 768px;
	display: block; 
}

/* this is the content window, embedded within the mainWindow container */
#contentWindow {
	display: inline;
}

/* this is our logo */
#header {
	background: url("../images/header-bg.jpg") no-repeat top;
	display: block;
	height: 75px;
}

/* this is our left banner ad space */
#banner {
	background: url("../images/chattair.gif") no-repeat top;
	width: 20%;
	height: 600px;
	padding: 0px 20px 0px 0px;
	float: left;   
}

