* {border:0; margin:0; padding:0;}
body {
	background-color:#0c0705;
	}
#headerbackground {
	position:fixed;
	background-color:#0c0705;
	width:100%;
	background-image:url(images/bg_stripe.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:179px;
	z-index: 100;
	}
*html #headerbackground {
	position:absolute;
	}
#headerbackground img {
	position:absolute;
	left: 50%;
	width: 600px;
	margin-left: -375px;
	} 

#wallpaper {
	position:fixed;
	top: 175px;
	background-color:#3c2a24;
	width:100%;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	height: 728px;
	}
*html #wallpaper {
	position:absolute;
	}
#content {
	position:absolute;
	top: 0px;
	left: 50%;
	width: 560px;
	margin-left: -375px;
	background-color:#111111;
	border-right: 2px solid #11393e;
	border-left:2px solid #11393e;
	height: auto;
	padding: 20px;
	z-index: 2;
	}
/* ================= promo information on home page ================== */
/* ================= Large more magenta pink promo text ================== */
.homepagepromo {
	display:inline;
	font-family: trebuchet ms, lucida grande, helvetica, sans-serif;
	color:#ED006C;
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: .15em;
	}
ul.promo li {
	font-family: trebuchet MS, lucida grande, helvetica, sans-serif;
	color: #18B3B7;
	font-size: .85em;
	line-height: 2.2em;
	letter-spacing: .15em;
	font-weight: normal;
	margin-left: 20px;
	list-style-type:disc;
	list-style-image:url(images/arrowflourish.png);
	}
/* ================= Large pink promo text ================== */
.headingforhomepagepromo {
	display:inline;
	font-family: trebuchet ms, lucida grande, helvetica, sans-serif;
	color:#ED006C;
	font-size: 2em;
	line-height: 1.5em;
	letter-spacing: .15em;
	}
/* ================= SIDE NAVIGATION ================== */
#navigation {
	position:fixed;
	top: 179px;
	left: 69%;
	width: 130px;
	background-color:#111111;
	border-right: 2px solid #11393e;
	border-left:2px solid #11393e;
	border-bottom:2px solid #11393e;
	height: 243px;
	z-index: 100;
	} 
*html #navigation {
	position:absolute;
	}

#navigation ul.nav {
	margin-top: 10px;
	}
#navigation ul.nav li {
	list-style-type:none;
	margin-left: 5px;
	}
#navigation ul.nav li a.nav {
	font-family: trebuchet MS, lucida grande, helvetica, sans-serif;
	color: #DFD77F;
	font-size: .75em;
	line-height: 2.3em;
	letter-spacing: .15em;
	font-weight: bold;
	text-decoration:none;
	padding-left: 15px;
	}
#navigation ul.nav li a.nav:hover {
	background-image:url(images/arrowflourish.png);
	background-repeat:no-repeat;
	background-position: -5px 0px;
	}
/* ================= 3 IMAGES IN A ROW AT TOP OF PAGE ================== */
img.images3 {
	float: left;
	width: 178px;
	margin-right: 13px;
	}
img.images3last {
	float: left;
	width: 178px;
	margin-right: 0px;
	}
/* ================= TEXT STYLES ================== */
/* ================= body copy ================== */
p {
	font-family: trebuchet ms, lucida grande, helvetica, sans-serif;
	color: #18B3B7;
	font-size: .75em;
	line-height: 2.2em;
	letter-spacing: .15em;
	font-weight: normal;
	margin-bottom: 10px;
	}
/* ================= Orange headings ================== */
.heading {
	display:inline;
	font-family: trebuchet ms, lucida grande, helvetica, sans-serif;
	color: #C6580C;
	font-size: 1.5em;
	line-height: 2.2em;
	letter-spacing: .15em;
	font-weight: bold;
	}
/* ================= Pink text at bottom ================== */
.we_put_the {
	font-family: trebuchet ms, lucida grande, helvetica, sans-serif;
	color:#F40159;
	font-size: 1em;
	line-height: 2.2em;
	letter-spacing: .15em;
	font-weight: normal;
	margin-bottom: 10px;
	}
.orange {color: #C6580C}
.pink {color: #E41B5B}

/* ================= Links colors  span class light yellow ================== */
a.seemore {
	font-family: trebuchet MS, lucida grande, helvetica, sans-serif;
	color: #DFD77F;
	text-decoration:none;
}	
a.seemore:hover {
	font-family: trebuchet MS, lucida grande, helvetica, sans-serif;
	color: #DFD77F;
	text-decoration:underline;
}
p.home {
	margin-top: 4px;
	}
/* ================= I F I WANT TO MAKE THINGS WHITE TEXT -ASK SHELLY Links colors  span class light yellow =============
	find     :
replace      <span class="white">:</span>

make a span class like this in your style sheet

span.white {
	color: #ffffff;
}
=========== */

