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

* Filename: home.css
* Description: Home Stylesheet
* Version: 3.0.0 (2009.07.02)
* Website: www.usastoragecenter.com
* Author: Dana Severance @ Automatit, Inc

== ANCHOR =========================================

	@general		General Declarations
	@typography		Typographical Declarations
	@header			Header Declarations
	@container		Container Declarations
	@footer			Footer Declaration

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

/* @header
-------------------------------------------------------*/
#header {background: url(../img/h-header.png) no-repeat; height: 113px;}

/* @container
-------------------------------------------------------*/
#container {background: #FFFFFF url(../img/h-container.png); height: auto !important; height: 400px; min-height: 400px; overflow: auto; padding: 0;}

	/* content */
	#content {float: right; padding: 0 8px 10px 0; width: 548px;}
		#gallery {background: url(../img/banner/banner-1.jpg); height: 210px; width: 548px;}
		.content {padding: 10px;}
	h3 {padding-bottom: 0;}
	
	/* aside */
	#aside {background: url(../img/h-aside.png) no-repeat center top; float: left; height: auto !important; height: 320px; min-height: 320px; padding: 50px 5px 0; width: 175px;}
		#aside h1 {left: 0; padding: 0 0 14px 5px; position: relative; top: 0;}
	
/* @footer
-------------------------------------------------------*/
#footer {background: url(../img/h-footer.png) no-repeat top; padding: 30px 0 0 0;}