body {
	background-color:#CC9966;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5B5049; /* font color */
	margin: 0;
	padding: 0; /* set margin and padding to 0 so that the top and bottom are flush with the window */
	text-align: center;
}
#container {
	width: 820px;
	margin: auto;
	margin-top:10px;/* centers the div */	
	margin-bottom:30px;/* centers the div */	
	border: 1px solid #ccc;/* grey one-pixel border around the entire content area */	
	background-color: #fff; /* white div background that sits on top of the grey body background */
	text-align: left;
}
#container2 {
	margin:10px;/* centers the div */	
	border: 1px solid #5B5049 ;
	background-color: #fff; /* white div background that sits on top of the grey body background */
}
h1 {
	width: 300px;
	text-align: right;
	float: right;
	font-size: 12px;
	padding-top: 65px;
	margin: 0;
}
h2#nav {
	background-color: #FFE6B9;
	border-top: 1px solid #5B5049;
	border-bottom: 1px solid #5B5049;	
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	padding: 10px; 
	margin: 0;
}
 #head {
	background-image: url(http://www.beckyjhu.com/projects/elNidito/images/Nidito_logo_rev.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 80px;
	margin: 10px;
}
#nidito_image {
	background-color: #8C965A;
	height: 230px;
	width: 780px;
	margin: 10px;
	text-align: center;
}
#content, #footer {
	padding: 10px;
}
#content p {
	line-height: 20px; /* a leading of 20 pixels, which gives my 11px font some breathing room */;
	padding-left: 50px;
	padding-right: 50px;
}
ul.list
{
	line-height: 20px;
	
	margin-left:50px;

}
a:link {
	color: #5B5049;
	text-decoration: none;
}
a:visited {
	color: #5B5049;
	text-decoration: none;
}
a:hover {
	color: #5B5049;
	text-decoration: none;
}
a:active {
	color: #5B5049;
	text-decoration: none;
}