/*
 
Copyright (c) Enigma Interactive 2005

SOM2
PProject:		ENE
Filename:		layout_common.css
Description:	Site-wide layout elements
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
1	19Sep05		MS			Created

*/
body {
	float: none !important;
	margin: 0;
	padding: 0;
	font: normal 70% verdana,sans-serif;
	text-align: left; /* centering for IE users */
	color: #000000;
}

#coSiteNavigation, #sidePromo, .siteBar, .left, .right, #leftPanel, .links, #rightPanel
{
	display: none;
	
}

#siteContent, #bodyText, #siteMain, #bodyText, #mainPanel 
{
	position: relative;
	float: none !important;
	left: 0px;
	top:0px;
	right:0px;
	background:none;
	color: #000000;
}