@charset "utf-8";
/* 
    CLIENT: GBB - Lead, Succeed, Sustain.
*/



/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
img { border: none; }

body{
	margin:0;
	padding:0;
}

#Body{
	background-image:url(../Images/Background-Gradient.jpg);
	background-repeat: repeat-x;
	background-position:left -25px;
}

/* END RESET */




/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */




/* ------------------------------------------ */
/* GENERAL STYLES */
/* ------------------------------------------ */

.BackgroundTable{
	text-align:center;
	background-image: url(../Images/Background-Lines.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}

.FlashContainer{padding-left:0px;}

.MoveFlash{margin-top:-25px}


/* END GENERAL STYLES */
