/*
'  Author Greg Schmidt
'  Copyright (C) 2009 GSWeb, All Rights Reserved.

'  TOC:
'  +Primary Layout
'  +Primary Navigation
'  +Home Page Features
'  +Header
'  +Footer
'  +Products
'  +Cart and Checkout
'  +My Account
'  +Forms
*/

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+Primary Layout
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body { 
	background: url(graphics/outer_background_white_blue.jpg); 
	background-repeat: repeat-x; 
	background-color: #FFF; 
	margin-top: 0px; 
	margin-bottom: 0px;
	} 

.FlashTable {
	margin-top: 3px;
	}	
	
