/* basic page elements */

body	{
   font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
   font-size: 12px;
}

a { 
	color: #333; 
	background: transparent;
	text-decoration: none; 
	}
	
a:hover { 
	color: #6699cc; 
	background: transparent;
	}

/* page layout */

body	{
	text-align: center;  /* center on ie */
	min-width: 625px;
	color: #333;
	background: #cce1e2 url("http://whitewater.biz/assets/landing.jpg") top center no-repeat;
}

#container	{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 720px;
	text-align: left;
}

#textbox	{
	float: left;
	width: 250px;
	margin: -380px 0 0 120px;
	padding: 4px 16px 2px 16px;	
	font-size: 11px;
	line-height: 1.5em;
	color: #333;
	background: #cce1e2;
}

#menu	{
	margin: 376px 0 0 412px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.65em;
	color: #333;
	background: transparent;
}

#menu ul	{
	list-style: none;
}

.dropcap	{
	float: left;
	width: 56px;
	margin-top: 2px;
	font-size: 60px;
	line-height: 40px;
	font-weight: normal;
	color:#BEB292;
	background: transparent;
   font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
