@charset "utf-8";


/*display h1 but do not display images*/
#header {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}
#header h1{
	display:inline;
	font-size: 18px;
	margin-left: 20px;
}

 
#header img {display:none} /*do not display the banner image */

#nav {display:none} /*do not display the navagation */

#container {
	border-top-style: none;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
