/*
	This stylesheet sets the sizes of page elemets	
*/

* {
	padding: 0;
	margin: 0;
	}
	
body {
	width: 990px;
	margin: auto;
}

#content_table{
	width: 990px;
}

	
#top_menu {
	height: 40px;
}

#banner{
	height: 297px;
	}
	
#left_panel {	
	width: 180px;
}	


#side_menu {
	width: 160px;
}

#contact_us {
	height : 50px;
	width: 190px;
}

