body {
	color: #000000;
	background-color: "#DFEFFF";
     }

A:link	      {color:#7D5D3F; text-decoration:none}
A:visited     {color:#7D5D3F; text-decoration:none}
A:active      {color:#7D5D3F; text-decoration:none}
A:hover       {color:#FF0000; text-decoration:none}

#header {
	width: 750px;
	height: 110px;
	border: 1px solid;
	margin-bottom: 5px;
	background-image:url(header.JPG);
}

#menu {
font-size:18px;
	width: 750px;
	height: 30px;
	border: 1px solid;
	margin-bottom: 5px;
}

#content {
	width: 750px;
	height: 500px;
	border: 1px solid;
	
	margin-bottom: 5px;
	background-image: url(Untitled-2.jpg);
}

#footer {
	width: 750px;
	height: 25px;
	border: 1px solid;
	
	margin-bottom: 5px;
	background-image: url(Untitled-2.jpg);
}
