/* reefDIY.css */
a:link {
	color:#8297A7;
	text-decoration:underline;
}
a:active {
   color: White;
}

a:visited {
	color:#A082A7;
}

a:hover {
	text-decoration:none;
}


body {
	font:x-small/1.4 Tahoma, Verdana, Helvetica, Arial, sans-serif;
	background:#c2dba2 url(./color.jpg) repeat top left;
	color:BLACK;
	margin:0;
	padding:0;
}


#titlebar {
	width:640px;
	height:100px; /* Vertical size of Banner */
	background: black url(style/reefworkshopbanner.jpg) no-repeat top left;
}



#container {
	margin:0 0 0 45px !important;
	background: c2dba2;
	width: 640px !important;
	width /**/:650px; /* IE5/Win */
	padding:0 5px;
	border-bottom:5px solid #c2dba2;
	position:relative;
	font-size:110%;
}



#banner {
	width:624px;
	height:134px;  /* Vertical size of Banner + 5 */
	background:#c2dba2 url(./banner.jpg) no-repeat top left;
}


acronym {
	border-bottom:1px dotted #555040;
	cursor:help;
}

a acronym {
	border-bottom:1px dotted #8297A7;
}


