body {
	background-image: url(graphics/sea-bottom.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #1775a8;
}
a {
	color: blue;
}
a:hover {
	text-decoration: none;
}
td, img, div {
 	behavior: url("js/iepngfix.htc")
}
h1 {
	font-size: 14px;
	text-align: center;
}
li {
	list-style-image: url(graphics/li_fish.gif);
	list-style-position: inside;
}
#mainarea {
	padding: 10px 30px;
	font-family: Verdana, helv, helvetica;
	font-size: 14px;
}
#img_right {
	padding: 5px 0 5px 10px;
}
#footer {
	clear: both;
	font-size: 13px;
	padding-top: 60px;
}
#form {
	
}
#form th {
	font-size: 13px;
	text-align: left;
}
#form input {
	width: 200px;
}
#mand {
	color: red;
}
#thankyou {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	width: 600px;
	border: 1px solid #105176;
	background-color: #1775a8;
	margin: 5px auto;
	padding: 5px;
	text-align: center;
}
#button {
	border: 1px solid #105176;
	background-color: #1775a8;
	font-weight: bold;
	color: white;
}