body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: smaller;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #ffffff; 
}
h1{	
	font: 1.7em/1.7em "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	font-size: large;
	line-height: 1.9em;
}
/*Layout Divs*/
#header {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	background: #cccccc; 
}
#nav {
	padding: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#content {
	padding: 5px;
}
#footer {
	font-size: x-small;
	clear:both;
	border-top: 1px solid #ccc;
	padding: 5px;
}
img{
	border: 0;
}
