/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		WIN
Filename:		layout_common.css
Description:	Site-wide layout elements
     
History
ver date  			who     	comment
-----------------------------------------------------------------------------
1	01Mar06			CT			Created

*/

/* main body area */
#siteHeader, #flashPad, #siteToolBar, #rightPanel, #siteFooter, .topButtons, .sortBoxTitle, .sortRow, .pageNoRow {
	margin: 0px;
	display: none;
}

#siteMain, #siteBody, #DayInLifeWrapper, #EventWrapper, #NewsWrapper, #PressWrapper, #pageTitle, .innerPad, .images, .downloadsLinksContacts {
	float: none !important;
	width: auto;
   	margin: 0px;
   	padding: 0px;
   	border: 0px;
	overflow : visible; /* required by firefox and netscape */
}








