/* ====================
   DOCUMENT INFORMATION
    - Document: Smoky Mtn Family Vacation CSS
	- Version:  1.0
	- Author:   I. Arensbak 
   ==================== */


/* GLOBAL SETTINGS OVERRIDES
   ============================= */
body 							{ background: #0066CC; }


/* PAGE STRUCTURE
   ============================= */
#page-wrap 						{ width: 980px; margin: auto; }
h1#header 						{ width: 980px; height: 213px; background: url('../images/header.jpg'); text-indent: -9999px; }
#left-column 					{ width: 180px; background: #fff; vertical-align: top; padding-left: 15px; }
#center-column 					{ width: 100%; padding: 10px; background: #fff; vertical-align: top; }
#right-column 					{ width: 160px; background: #fff; vertical-align: top; text-align: center; }
#footer 						{ width: 980px; margin: auto; background: #fff; }
#othersites 					{ padding: 10px 20px; }

/* NAVIGATION
   ============================= */
.menu 							{ height: 70px; width: 980px; background-color: #003992; }
