

#h_wrap_top {
	background-image: url(../../_img/shared/h_wrap_top.gif);
	background-repeat: no-repeat;
	width: 774px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}

#h_wrap_tile {
	background-image: url(../../_img/shared/h_wrap_tile.gif);
	background-repeat: repeat-y;
	width: 774px;
	margin-right: auto;
	margin-left: auto;

}


#h_wrap_bot {
	background-image: url(../../_img/shared/h_wrap_bot.gif);
	background-repeat: no-repeat;
	width: 774px;
	height:69px;
	margin-right: auto;
	margin-left: auto;
	clear:both;
}

/*========= FOOTER =====================*/

#footer {
	border-left: #D6D6D6 solid 1px;
	border-right: #D6D6D6 solid 1px;
	border-bottom: #D6D6D6 solid 1px;
	margin:0px 10px 11px 10px;
	height:57px;
	position:relative;
}

#footer_menu_wrap{
	border-top: #D6D6D6 solid 1px;
	padding:3px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:746px;
	}

#footer_menu {
	background-color: #F9EEC5;
	height:18px;
	font-size:11px;
	padding:3px 0px 0px 0px;
}

#footer_menu a{
	text-decoration:none;
	margin:0px 6px 0px 6px;
	color:#000000;
}

#footer_menu a:hover{
	text-decoration:underline;
}

#pod_bot_about {
	position:absolute;
	top:0px;
	left:0px;
	}
#pod_bot_news {
	position:absolute;
	top:0px;
	left:191px;
	}
#pod_bot_activities {
	position:absolute;
	top:0px;
	left:381px;
	}
#pod_bot_history {
	position:absolute;
	top:0px;
	left:571px;
	}
/*========= END FOOTER =====================*/

/*========= TOP BANNER =====================*/

#top_banner {
	margin:10px 10px 0px 10px; 
	border:#CCCCCC solid 1px; 
}

/*========= MAIN MENU =====================*/
#menu_main {
	margin:0px 10px 0px 10px; 
	border-left:#CCCCCC solid 1px; 
	border-right:#CCCCCC solid 1px;
	position:relative;
	height:38px;
}

#pod_top_about {
	position:absolute;
	top:6px;
	left:0px;
	}
#pod_top_news {
	position:absolute;
	top:6px;
	left:191px;
	}
#pod_top_activities {
	position:absolute;
	top:6px;
	left:381px;
	}
#pod_top_history {
	position:absolute;
	top:6px;
	left:571px;
	}
	
/*========= PODS =====================*/

#pod_wrap{
	width:752px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-left:#CCCCCC solid 1px; 
	border-right:#CCCCCC solid 1px;
	background-image:url(../../_img/home/pod_bg_tile.gif);
	background-repeat:repeat-y;
	}

#pod_news, #pod_activities, #pod_about, #pod_history{	
	width:179px;
	float:left;
	display:inline;
	}
#pod_about{
	margin-left:1px;
	}
#pod_news{
	margin-left:10px;
	}
#pod_activities{
	margin-left:11px;
	}
#pod_history{
	margin-left:11px;
	}

#pod_news ul, #pod_activities ul, #pod_about ul, #pod_history ul{
	font-size:12px;
	font-weight:bold;
	background-position:center;
	line-height:20px;
	margin:10px 10px 10px 30px;
	padding-left:0px;
	}
#pod_news ul {
	list-style-image:url(../../_img/home/pod_bullet_news.gif);
	}
#pod_about ul {
	list-style-image:url(../../_img/home/pod_bullet_about.gif);
	}
#pod_activities ul {
	list-style-image:url(../../_img/home/pod_bullet_activities.gif);
	}
#pod_history ul {
	list-style-image:url(../../_img/home/pod_bullet_history.gif);
	}
	
#pod_wrap a{
	text-decoration:none;
	}
#pod_about a{
	color:#448CCA;
	}
#pod_news a{
	color:#9ED98B;
	}
#pod_activities a{
	color:#F0932F;
	}
#pod_history a{
	color:#E455E4;
	}
#pod_wrap a:hover{
	color: #999999;
	}
