/*For Helen Parson; designed by Cory Stauffer.*/body {	color: black;	background: #EBEBEB;	background-image:url(background.gif);	font: 12px Arial, Verdana, sans-serif;	line-height: 16px;	text-align: center;	margin: 0px 0px 10px 0px;}img {	border: 1px dashed black;}h2 {	font-size: 18px;	margin-left: -5px;}ul {	margin: 5px 0;	padding: 0;}.clear {	clear: both;	margin: 0 0 10px 0;}/*CSS for header.php*/#wrapper {	width: 600px;	background: white;	margin: 0 auto;	text-align: left;	border: 1px black solid;	border-top: 0px black solid;}#logo {	height: 200px;	background-image: url(heading.gif);}	#top {	float: right;	margin: 5px 10px 0 0;	color: white;}			#menu {	clear: both;	text-align: left;	width: 580px;	margin: 0px;	padding: 3px 17px 3px 3px;	background-color: white;	border: 1px solid black;	border-left: 0px solid white;	border-right: 0px solid white;}#menu li {	display: inline;}#menu a {	padding: 4px 8px;	margin: 0px 3px;	text-decoration: none;	color: black;	background: inherit;	border-left: 1px white solid;	border-right: 1px white solid;}#menu a:hover {	background: yellow;	color: #FF3333;	border-left: 1px black solid;	border-right: 1px black solid;}/*CSS for index.php*/#column1 {	float: left;	background-color: white;	width: 457px;	padding: 25px 5px 10px 10px;}	#column1 a {	color: black;	background: inherit;	padding: 4px 8px;	margin: 0px 3px;	border: 1px solid white;	text-decoration: underline;}#column1 a:hover {	color: #FF3333;	background: yellow;	border: 1px solid black;	text-decoration: none;}/*CSS for sidebar.php*/#column2 {	float: left;	width: 113px;	padding: 10px 5px 10px 10px;	color: white;}/*CSS for footer.php*/			#footer {	clear: both;	background-color: white;	text-align: right;	padding: 10px;	border-top: 1px solid black;}