body {
	margin: 0px;
	
}

/***********************************
	CONTAINERS
***********************************/



#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	padding: 40px 0px 10px 0px;
	text-align: right;
	clear: left;
	background-color: #FFFFFF;
}

/***********************************
	LINKS
***********************************/

a {
	color: #666666;
	text-decoration: none;
}

a.small-navigation {
	color: #999999;
	text-decoration: none;
}

a.small-navigation:hover {
	color: #FF9900;
}

a.navigation {
	font-size:11px;
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
	padding:3px;	
}

a.navigation:hover {
	color: #666666;
	text-decoration: none;
}

a.active {
	color: #666666;
	text-decoration: none;
}

a.sn {cursor:pointer;}

div.meet {
	background: url("images/bar_meet.gif") no-repeat;
	/*padding-bottom:3px;*/
	margin-bottom:3px;
}

div.meet:hover {
	background: url("images/bar_meet_on.gif") no-repeat;
	/*padding-bottom:3px;*/
	margin-bottom:3px;
}

div.events {
	background: url("images/bar_events.gif") no-repeat;
	/*padding-bottom:3px;*/
	margin-bottom:3px;
}

div.events:hover {
	background: url("images/bar_events_on.gif") no-repeat;
	/*padding-bottom:3px;*/
	margin-bottom:3px;
}

div.letters {
	background: url("images/bar_letters.gif") no-repeat;
	/*padding-bottom:3px;*/
	margin-bottom:3px;
}

div.letters:hover {
	background: url("images/bar_letters_on.gif") no-repeat;
	/*padding-bottom:3px;*/
	margin-bottom:3px;
}

div.saying {
	background: url("images/bar_saying.gif") no-repeat;
	/*padding-bottom:3px;*/
	margin-bottom:3px;
}

div.saying:hover {
	background: url("images/bar_saying_on.gif") no-repeat;
	/*padding-bottom:3px;*/
	margin-bottom:3px;
}

div.resources {
	background: url("images/bar_resources.gif") no-repeat;
	/*padding-bottom:3px;*/
	margin-bottom:3px;
}

div.resources:hover {
	background: url("images/bar_resources_on.gif") no-repeat;
	/*padding-bottom:3px;*/
	margin-bottom:3px;
}

div.podcasts {
	background: url("images/bar_podcasts.gif") no-repeat;
	/*padding-bottom:3px;*/
	margin-bottom:3px;
}

div.podcasts:hover {
	background: url("images/bar_podcasts_on.gif") no-repeat;
	/*padding-bottom:3px;*/
	margin-bottom:3px;
}