html, body
	{margin	: 0px; padding: 0px; background-color: #ddddff; 
      color: #444466; font-family: myriad pro, verdana;}
body
	{margin:20px;}

div
	{border: none; margin	: 0px; padding : 0px;}

a:link {color: #006699; text-decoration: underline; font-weight: normal; font-style: normal;}

a:visited {color: #6699CC; text-decoration: underline; background-color: none; font-weight: normal; font-style: italic;}

a:hover {color: #003366; text-decoration: underline; background-color: none; font-weight: normal; font-style: normal;}

a:active {color: #0066FF; text-decoration: none; background-color: none; font-weight: normal; font-style: normal;}

.header
	{
	margin				: 0px;
	padding			: 0px;
	color				: #444466;
	background-color	: #ddddff;
	border				: none;
	white-space		: nowrap;
	text-align			: center;
	}
/* IE5 needs shifting up - and #empty to clear its parsing palette */
* html body .header
	{
	margin-bottom		: -19px;
	font-family		: "\"}\"";
	font-family		: inherit;
	margin-bottom		: 0px;
	}
#empty{}

/* -1px margin-top is so NN4 borders overlap */
.columns
	{
	margin				: 0px;
	margin-top			: -1px;
	padding			: 0px;
	color				: #444466;
	background-color	: #ffffdd;
	border				: none;
	border-top-style	: none;
	border-bottom-style	: none;
	}
/* reset post NN4 */
.columns
	{
/*/*/
	margin-top			: 0px;
/* */
	}

/*
make sure that .leftcolumn's width is equal to .centercolumn's margin-left
width can be fixed pixels or ems or percentage
-11px margin-top enables columns to lign up in NN4 rather than dropping down unacceptably
*/
.leftcolumn
	{float				: left;
	 left				: 0px;
	width				: 0%;
	margin				: 0px;
	margin-top			: 0px;
	padding			: 0px;
	text-align			:left;
	color				:#444466;
	font-weight		:bold;
	font-size			:.80em;}
/* reset post NN4 */
.leftcolumn
	{/*/*/
	margin-top			: 0px;
/* */}
/*
make sure that .rightcolumn's width is equal to .centercolumn's margin-right
width can be fixed pixels or ems or percentage
*/
.rightcolumn
	{position			: static;
	float				: right;
	width				: 0%;
	margin				: 0px;
	padding			: 0px;
	color				:#333300;
	font-size			:.80em;}

/* .centercolumn base settings
====================================
These values allow the three columns to butt up against each other
You can change the margins between them either by altering these values. However, in most cases altering the padding property of the .[$column]padding selectors will be simpler and more effective.
------------------------------------
NN4
------------------------------------
margin-left		: 0px
margin-right	: 0px
margin-top		: -1px
If you must change these, experiment with these values extensively since the center column does not move in a direct one-to-one relationship to the value specified here. The margin-top of -1px is needed to make NN4 line up correctly.
------------------------------------
OmniWeb
------------------------------------
margin-left   : 0px;
margin-right	: 0px;
------------------------------------
Other browsers
------------------------------------
margin-left		: width of .leftcolumn
margin-left		: final width of .rightcolumn
margin-right is set to the value of the overriding values for .rightcolumn's width.

If you don't want a border in NN4,but want the colour, change the border to none
*/
.centercolumn
	{margin				: 0px;
	padding			: 0px;
	color				: #444466;
	font-size			: .80em;
	background-color	: #9999cc;
	border				: solid 1px #333300;}

/* NN4 values */
.centercolumn
	{margin-right		: 0px;
	margin-left		: 0px;}
/* Other browsers - hide from NN4 */
/*/*/
.centercolumn
	{margin-top			: 0px;
	margin-right		: 10%;
	margin-left		: 10%;}
/* OmniWeb but exclude from IE5 mac */
/*\*/
.fake.centercolumn
	{margin-right		: 0px;
	margin-left		: 0px;
	border-left		: solid;
	border-right		: solid;}
/* reset IE*/
* html body .centercolumn
	{margin-right		: 0%;
	margin-left		: 0%;
	border-left		: solid 1px #444466;
	border-right		: solid 1px #444466;}
/* end NS4 exclude hack */

	
/* -7px margin-top enables footer/middles to lign up in NN4 rather than dropping down unacceptably */
.footer
	{clear				: both;
	margin				: 0px;
	margin-top			: -7px;
	padding			: 6px;
	text-align			: center;
	font-size			: .80em;
	color				: #444466;
	background-color	: #ddddff;
	border				: none;}

/* reset post NN4 */
.footer
	{/*/*/
	margin-top			: 0px;
/* */}

.headerpadding, .leftpadding, .centerpadding, .rightpadding
	{margin				: 0px;
	padding			: 10px;}

/* NB OmniWeb doesn't recognise dotted and so no line style gets rendered at all - you could use either an external or inline css hack to make make OmniWeb solid and others dotted, but I couldn't be bothered here */
.header
	{border-bottom		: none;}

.footer
	{border-top			: none;
	font-size			:.70em;}


/* following styles have nothing to do with the structural layout */
h1
	{margin-top			: 0px;
	font-size			: 2em;}
h2
	{margin-top			: 0px;
	font-size			:1.5em;}
h3
	{margin-top			: 0px;
	font-size			:1.5em;
	color				:#333300;}
	
p
	{margin-bottom		: 0px;}

p.column
	{margin-bottom		: 0px;
	font-size			:.80em;}


/*hr {height:0px;border: 1px solid #999966;border-top-width: 25px;}
