@charset "utf-8";
/* CSS Document */


a:link {
	text-decoration: none;
	color: #FFFE82;
}
a:visited {
	text-decoration: none;
	color: #FFFF11;
}
a:hover {
	text-decoration: none;
	color: #ffff11;
}
a:active {
	text-decoration: none;
	color: #Ffff11;
}
#sfa_flash_holder {
}
#sfa_flash_holder object {
	width: 414px;
}

body  {
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/grey_bg_stripe_grad.jpg);
	background-repeat: repeat-x;
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 955px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	height: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#container p {
	font-size: 110%;
}


.thrColAbsHdr #header {
	width: 955px;
	height: 125px;
	background-image: url(../images/sfa_home_header.jpg);
} 
#nav_bar  {
	background-image: url(../images/nav_bar_bg.gif);
	background-repeat: repeat-x;
	height: 40px;
	width: 955px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	float: left;
}
#sfa_flash_holder {
	width: 818px;
	clear: both;
	float: left;
	margin-top: 170px;
	height: 277px;
	background-color: #FFFFFF;
	margin-right: 70px;
	margin-left: 70px;
}
#adress {
	color: #1EBEE6;
	margin-top: 20px;
}
#sfa_flash_holder #adress p {
	text-align: right;
	margin-right: 40px;
}
#sfa_flash_holder #adress a {
	color: #FF66FF;
	font-weight: bold;
	text-align: right;
}

