body
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #97c653;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p.main
{
	font-size: 10px;
}

a
{
	font-size: 16px;
	text-decoration:none;
	color:#0000CC;
}
a:hover
{
	text-decoration:underline;
	color:#0000CC;
}
a:visited
{
	text-decoration:none;
	color:#0000CC;
}
a:visited:hover
{
	text-decoration:underline;
	color:#0000CC;
}
img
{
	border:none;
}

table.nav
{
	border-width: 0px 0px 1px 0px ;
	border-spacing: 0px;
	border-style: solid;
	border-color: rgb(101, 69, 0);
	border-collapse: collapse;
}

td.nav
{
	font-size: 12px;
}

td.items
{
	font-size: 8px;
}

p.alert
{
	color: #E00;
}

table.items
{
	border-width: 0px 0px 0px 0px ;
	border-spacing: 2px;
	border-style: solid;
	border-color: rgb(101, 69, 0);
	border-collapse: collapse;
}

.registry #mainContent {
 	margin: 5px 2em 0px 2em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	width: 90%;
	
	/*trying to get bg image*/
	/*background-image: url("images/body_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;*/
} 

.registry #container { 
	/*width: 46em; */
	/*width: 75em;*/
	width:90%;
	background: #cce3ab;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
