html, body {
	margin:0px;
	padding:0px;
	border:0px;
	background: -webkit-linear-gradient(#fff, #999); /* For Safari */
	background: -o-linear-gradient(#fff, #999); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #999); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #999); /* Standard syntax */
}
#wrapper	{width:960px;height:1060px;margin:5px auto;padding:0;}
#wrapper #col1	{width:300px;float:left;}
#wrapper #col2outer	{width:630px;float:right;margin:0;padding:0;}
#col2outer #col2mid	{width:300px;float:left;}
#col2outer #col2side	{width:300px;float:right;}
#wrapper #meetings	{width:960px;float:left;margin-top:0px;}
#wrapper #meetings p	{font-size:0.9em;color:#000;margin-top:0px;text-align:center;}
#wrapper #footer	{width:960px;float:left;margin-top:0px;border-top:#ccc solid 2px;}
#wrapper #footer p	{font-size:0.8em;color:#000;text-align:center;}


a:link    {color:blue; background-color:transparent; text-decoration:none}
a:visited {color:purple; background-color:transparent; text-decoration:none}
a:hover   {color:red; background-color:transparent; text-decoration:underline}
a:active  {color:yellow; background-color:transparent; text-decoration:underline}

