/* text -----------------------------------------------------------------------*/

body{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 100%;
	color: #343232;
}

a:link {color: #2056a0; text-decoration: underline; font-weight: bold;}
a:visited {color: #2056a0;	text-decoration: underline; font-weight: bold;}
a:hover {color: #8392e5;text-decoration: none; font-weight: bold;}
a:active {color: #2056a0; text-decoration: underline; font-weight: bold;}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
	background-color: #eef3f4;
   text-align: center;
}

#top-bar-outer{
	display: none;
}

#top-bar-inner{
	display: none;
}

#wrapper{
	margin: 0 auto;
	width: 980px;
	background-image: url(../images/ab-wrapper-bg.jpg);
	background-repeat: repeat-y;
	border-bottom: solid 5px #e2e9eb;
	border-top: solid 5px #e2e9eb;
}

#top-nav{
	display: none;
}

#content-left{
		display: none;
}

#content-right{
	text-align: left;
}

#bottom-bar-outer{
	display: none;
}

#footer-text, #footer-text a{
	display: none;
}