#banner {
	height:176px;
	background-color:#000;
}

#content_wrap {
	background-color:#B5AE8C;
	background-image:url(/images/inside_content_bg.gif);
	background-repeat:repeat-y;
}

#content {
	position:relative;
	padding:0 15px 0 15px;
	background-image:url(/images/content_bg.gif);
	background-repeat:repeat-x;
}

#lc_wrap{
float:left;
width:210px;

}

#mc_wrap{
float:left;
width:500px;
margin-left:15px;
overflow:auto;

}

#rc_wrap{
position: absolute;
right: 15px;
top: 5px

}

#clear{
clear:both;
}

#left_column {
	display:inline;
	margin:0 0 10px 0;
	vertical-align:top;
}

#left_column .module, #right_column .module {
	border:1px solid #47624c;
	margin-bottom:5px;
}

#center_column {
	width:378px;
	margin:0 0px 10px 15px;
	vertical-align:top;
}

#left_column h2.top_cap {
	text-indent:-99999px;
	height:7px;
	background-image:url(/images/tiger_spotlight_bottom_cap.gif);
	background-repeat:no-repeat;
	line-height:0;
	font-size:0;
}

#left_column div.content {
	background-color:#E0DBBF;
	font-size:x-small;
	padding:0 5px 0 5px;
}

#left_column div.bottom_cap {
	background-image:url(/images/tiger_spotlight_bottom_cap2.gif);
	background-repeat:no-repeat;
	height:10px;
	line-height:0;
	font-size:0;
}

ul#donate_options {
	display:block;
	list-style:none;
	background-image:url(../images/online_donation_banner.gif);
	width:317px;
	height:112px;
	background-repeat:no-repeat;
	margin:8px auto;
	position:relative;
}

ul#donate_options li a {
	position:absolute;
	height:18px;
}

ul#donate_options li a span {
	display:none;
}

ul#donate_options li a#flagship_link {
	top:87px;
	left:51px;
	width:105px;
}

ul#donate_options li a#join_link {
	top:87px;
	left:156px;
	width:115px;
}

ul#donate_options li a#give_link {
	top:0;
	left:0;
	width:317px;
	height:80px;
}
#socialicons{
position:absolute;
width:32px;
float:right;
top:5px;
right:5px;

}


