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

version:   1.0
author:    joe ferrarie
email:     joe@crosshilldesign.com
website:   http://www.crosshilldesign.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

body {
	background: #2e1d0c url(../images/background.jpg) no-repeat center top;
	text-align: center;	
	width: 100%;	
} 

/* =Page Layout
-----------------------------------------------------------------------------*/
#pageWrapper{
	width: 591px;
	margin: 0 auto;
	margin-top: 50px;
	}

#pageTop{
	background-image:url(../images/pageTop.gif);
	height: 16px;
	}

#pageContent{
	background-image:url(../images/pageBG.gif);
	background-repeat:repeat-y;
	}
	
#pageBottom{
	background-image:url(../images/pageBottom.gif);
	height:	16px;
	}
	
#pageContent p{
	font: 100%/2 Tahoma, Verdana, sans-serif;
	padding: 8px 0px;
	text-align: left;
	color:#50371d;	
	}

/* =Logo and Tagline, Ads
-----------------------------------------------------------------------------*/
#logotag{
	padding-left: 34px;
	padding-top: 25px;
	width: 157px;
	height: 380px;
	}

#ads{
	padding-left: 34px;
	width: 525px;
	font: 75% Tahoma, Verdana, sans-serif;
	}


/* =Flash
-----------------------------------------------------------------------------*/
#flash{
	margin-top: -46px;
	margin-right: 30px;
	float: right;
	width: 339px;
	height: 435px;
	}

/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/



/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/



/* =Tables
-----------------------------------------------------------------------------*/



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
