body 
	{
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #EEEEEE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	}
	
#container
	{
	width: 900px;
	background: #FFFFFF;
	margin: 50px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 20px
	}
	
#mainContent 
	{
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}
	
#logo
	{
	width: 466px;
	float: right;
	overflow: visible
	}
	
#top_spacer
	{
	height: 144px;
	position: inherit
	}

#blurb
	{
	border-bottom: 1px dashed #DEDEDE;
	padding: 10px;
	font-size: 28px;
	font-weight: lighter;
	line-height: 1.5em;
	background: url(../imaging/blurb_bg.gif) repeat-x bottom;
	}

#blurb em
	{
	border-bottom: 1px dashed #000000;
	font-style: normal;
	font-weight: bold
	}
	
#name_title
	{
	padding: 10px 0;
	border-bottom: 1px solid #DEDEDE;
	margin-top: 40px
	}
	
#top_strip
	{
	background-color: #EEEEEE;
	height: 5px;
	margin-bottom: 20px
	}
	
#content_text
	{
	font-size: medium;
	line-height: 2em
	}
	
#content_text em
	{
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px dashed solid;
	display: inline-block;
	background-color: #EEEEEE;
	padding: 0 5px
	}
	
#content_text .note
	{
	font-size: small;
	background-color: #DDEEFF;
	padding: 8px;
	font-weight: bold
	}
	
#stick_template
	{
	width: auto;
	float: none;
	margin: 20px 0;
	text-align: center
	}
	
/*********************************/
/*********************************/	
/*   THE CUSTOMIZATION MACHINE   */
/*********************************/
/*      MACSTIX, EXCLUSIVELY     */
/*      STYLING FOR THE DIVS     */
/*      DON'T CHANGE, PLEASE     */
/*********************************/
/*********************************/

iframe {
	border-width: 0px;
	height: 350px;
	width: 683px;
	background: url(../imaging/stick_template.gif) no-repeat;
}

iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}

#main {
	overflow: hidden;
	margin: auto;
	width: 683px;
	height: 350px;
	border: 0;
	background-color: white;
}

#images {
	width: 315px;
	height: 50px;
	float: none;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: 450px;
	top: 730px;
	text-align: center
}

#images div {
	width: 315px;
	height: 50px;
	float: none;
	overflow: hidden;
	position: absolute;
	text-align: center
}

#images div:hover {
	border-color: #529EBD;
}

#images img.load {
	margin: 0;
	width: 50px;
	height: 50px;
}
