html { 
	min-width: 640px;
 font-size: 14px;
}
body {
 background:#F0E6FA url(./sprites/bottom.png) bottom right fixed repeat-x;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
 font-size: 14px;
	color: #191905;
	margin: 0;
	padding: 0;
}
div.body {
	background-image: url(gfx/wave.gif);
	background-repeat: repeat-y;
	background-color: White;
	float: right;
	position: absolute;
	clear: all;
	left: 0;
	top:18px;
	margin-left: 8%;
   padding-bottom:4em;
	width: 638px;
}
div.section {
   width:478px;
	float:left;
	clear:none;
	margin-left:14px;
}
a:link {color:#040044;text-decoration:none;font-weight:bold;}
a:visited {color:#040044;text-decoration: none;font-weight:bold;}
a:hover {background-color: yellow;}
h1 {
	font-size:18pt;
	margin:0;
	padding-left:3px;
	text-align:left;
	color: maroon;
	background: url(gfx/dap.jpg) repeat-x;
	width:643px;
	height:39px;
}
h2 {font-size:14pt;margin:10px;}
h4 { font-size:12pt;margin:6px 0px 2px 0px;}
p {
	margin: 0;
	padding: 3px 18px;
}
hr { width:420px;margin-bottom:12px; }
img.eye {
   margin:-34px -3px 0 0;
	border:none;
   float:right;
	top:18;
}