/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		ITVSignedStories
Filename:		layout_common.css
Description:	Site-wide print layout elements
     
History
ver date  			who     		comment
-----------------------------------------------------------------------------
1	date			initials		Created

*/

/* general essentials */
* {
	float:none;
}

body {
	width: auto;
	color: #000000;
}

h1, h2, h3, h4, h5 {
	color: #000000;
}

a {
	color: #000000;
}

p {
	width:90%;
	border:none;
	overflow: visible;
}

ul {
	list-style-type: square;
	width:90%;
	border:none;
	overflow: visible;
}

li {
	width:90%;
	overflow: visible;
}

#frontBody {
	background: #ffffff;
}

#panel2,
#panel2_generic,
#pctHomeMainPanel {
	width : 90%;
	margin : 8px auto; /* required by Firefox and Netscape */
	text-align : left; /* re-align text to the left */
}


#header,
#panel1,
#panel3,
#push,
#siteFooterOuter,
#housePanel,
#comingSoonPanel {
	padding: 0;
	margin: 0;
	display: none;	
}









