/* CSS Document */
#wrapper{
	position:relative;
	height:100%;
	width:850px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	position:relative;
	width:752px;
	height:76px;
	margin-left:auto;
	margin-right:auto;
}
#main{
	width:752px;
	/*min-height:450px;*/
	height:100%;	
	position:relative;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
#bg_top{
	position:relative;
	height:25px;
	width:850px;
	background-image:url(../images/ag_bg_top.gif);
	left:0px;	
	top:0px;
	margin-top:-15px;
}
#bg_btm{
	position:relative;
	height:50px;
	width:850px;
	background-image:url(../images/ag_bg_btm.gif);
	margin-left:auto;
	margin-right:auto;
}
.bg_lft{
	position:absolute;
	left:-49px;	
	top:0px;
	height:100%;
	width:49px;
	background-image:url(../images/ag_bg_lft.gif);	
}
.bg_rht{
	position:absolute;	
	right:-49px;
	top:0px;
	height:100%;
	width:49px;
	background-image:url(../images/ag_bg_rht.gif);	
}

/* --------------------- MENU ------------------------------*/
#menu{
	position:relative;
	width:752px;
	height:39px;
	margin-left:auto;
	margin-right:auto;	
}
#menu_items{
	position:relative;
}
.menu_item{
	float:left;
}

/*------------------------------- NEWS/ ExLinks COLUMN --------------------------------*/
#news{

	background-color:#FFFFFF;
	height:100%;
	width:188px;	
	float:left;
}
#exlinks_top{
	position:relative;
	background-image:url(../images/ag_exlinks_bg_top.gif);
	width:183px;
	height:25px;
	margin-top:6px;
}
#news_top{
	position:relative;
	background-image:url(../images/ag_news_bg_top.gif);
	background-repeat:no-repeat;
	width:183px;
	height:25px;
	margin-top:6px;
}
#news_mdl{
	position:relative;
	/*margin-top:-3px;*/
	background-image:url(../images/ag_news_bg_mdl.gif);	
	width:183px;
	padding-top:3px;
}
#news_btm{
	position:relative;
	background-image:url(../images/ag_news_bg_btm.gif);
	background-repeat:no-repeat;
	width:183px;
	height:15px;
}
#news_items{
	margin-left:auto;
	margin-right:auto;
	width:167px;
}
.news_item_top{
	position:relative;
	background-image:url(../images/ag_news_item_top.gif);
	background-repeat:no-repeat;
	/*margin-top:3px;*/
	width:167px;
	height:12px;	
}
.news_item_titlebar{
	position:relative;
	background-image:url(../images/ag_news_item_titlebar.gif);	
	width:167px;
	height:100%;
	padding:0px;
}
.news_item_mdl{
	position:relative;
	background-image:url(../images/ag_news_item_mdl.gif);
	width:167px;
	height:100%;
}
.news_item_btm{
	position:relative;
	background-image:url(../images/ag_news_item_btm.gif);
	background-repeat:no-repeat;
	width:167px;
	height:12px;
	margin-bottom:0px;
}


/*------------------------Page Columns---------------------------*/
#ams{	
}
#eco{	
}
#contact{	
}
.column{
	float:left;
	width:188px;
	height:100%;
	background-color:#FFFFFF;
	margin-top:4px;
}
.row{
	position:relative;
	width:auto;
}
#footer{
	position:relative;
	min-height:25px;
	width:752px;	
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/ag_footer_bg.gif);
}
