# reset all margins and padding to remove inconsistent defaults between browsers. Override as necessary later in CSS.
margin: 0px;
* {margin:0;padding:0}
*margin: 0 0 0 -2;
p,ol,ul,h1,h2,h3,h4,h5,h5,h6 {margin:0 0 1em 0}

body
{
}

table
{
	background: #ffffcc;
	position: relative;
	border: 0px outset gray;
	border-collapse: collapse;
	width: 930px;
	border-spacing: 0px;
}

table th
{
}

table tr
{
}

table td 
{
	background-image: none;
	vertical-align: top;
	border: 1px inset black;
	padding-left: 30px;
	padding-right: 30px;
	-moz-border-radius: 0px;
}

div.navigation
{
	background: #ffffcc;
	background-repeat: no-repeat;
	width: 930px;
	border-left: 1px inset black;
	border-right: 1px inset black;
}

div.bordered {
	border: .2em dotted #900;
}

#border {
	border-width: .2em;
	border-style: dotted;
	border-color: #900;
} 
