 
body  {
	font				: 100% Verdana, Arial, Helvetica, sans-serif;
	margin				: 0; 
	padding				: 0;
	text-align			: center; 
	color				: #000000;
	height				: 100%;
	
	background-position	: bottom;
	background-color	: #FFF;
	background-image	: url(images/bg.png);
	background-repeat	: repeat-x; 
	background-position	:bottom center;

}
#container{
	width: 1120px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#leftNav{
	float: left; 
	width: 190px; /* since this element is floated, a width must be given */
	padding: 5px 0; /* top and bottom padding create visual space within this div */	
}
#main{
	margin: 1em 19em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */	
}
#navRight{
	top			: 0px;
	float		: right; 
	width		: 289px; /* since this element is floated, a width must be given */
	padding		: 0px 0; /* top and bottom padding create visual space within this div */	
}
#footer{
	float		: none;
	bottom		: 0px;
	padding		: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align	: center;
}
a:link {
	color: #4F8736;
}
a:visited {
	color: #4F8736;
}
a:hover {
	color: #713F12;
}
.message{
	margin: 0 auto;
	width: 500px;
	border: thin solid #0C0;
	background-color: #EAFFEA;

}

