/*
 
Copyright (c) Enigma Interactive 2004

SOM2
Project:		planrenew
Filename:		layout_common.css
Description:	Site-wide print layout elements
     
History
ver date  			who     		comment
-----------------------------------------------------------------------------
2	27Jan08		SF			Tidying up and error correction - this now validates CSS level 2.1
1	date			initials		Created

*/

/* general essentials */
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;
}

#siteHolder {
	width : 90%;
	margin : 8px auto; /* required by Firefox and Netscape */
	text-align : left; /* re-align text to the left */
}
