html, body 		{ margin: 0; padding: 0; }
body 			{ color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
h2			{ color: #333; }
a			{ color: #0000FF; }
p			{ margin: 0 0 18px; }
#container		{ width: 865px; margin: 10px; }
#fullwidthcontainer	{ width: 700px; margin: 10px; }
#wrapper		{ float: left; width: 100%; }
		
/* Header */
#header			{ width: 865px; height: 130px; no-repeat; background:url("images/pink-drops-banner.jpg"); border-bottom: 2px solid #ddd; }
#header h1  		{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
/* Content Style */
#left_column		{ border-bottom: 1px solid #ccc; margin-top: 20px; }
#left_column ul		{ padding: 0 18px 9px; }
#right_column		{ border-bottom: 1px solid #ccc; }
#right_column small	{ font-size: 11px; line-height: 18px; }
#content		{ }
#content p, #right_column p 	{ padding-right: 18px; }
#left_column table tr.rowA	{background-color: #EAEFE0;color: inherit;}
#left_column table tr.rowB	{background-color: #F9FFEF;color: inherit;}
		
/* Content Positioning & Size */
#left_column		{ float: left; margin-left: -850px; width: 175px; }
#content		{ width: 425px; margin: 0 0px 0px 215px; }
#right_column		{ float: left; margin-left: -225px; width: 225px; }
#fullwidthcontent	{ width: 500px; margin: 0 0px 0px 0px; }

/* Footer */
#footer			{ left: -20px; background: url('images/a4.gif') repeat-x top left; border-top: solid 1px #D0D4BB;
			  padding: 2.0em 3.5em 3.0em 3.5em; font-size: 0.8em; clear: left; width: 100%; }
#footer a		{ color: #000000; }
#footer	p		{ color: #000000; margin: 0; padding: 0 18px 10px; }
#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
#menu			{ position: absolute; top: 5em; right: 3em;}

		