* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	color: #fff;
	background: #000;
	font-family: georgia, times, serif;
	}
	
img { border:0; }

a:link, a:visited { 
	color: #c96; 
	text-decoration: none;
	}
	
a:hover, a:visited:hover { 
	color: #ffa800; 
	text-decoration: none;
	}

h1 {
	margin-top: 25px;
	color: #eee;
	font-size: 1.5em;
	font-weight: normal;
	}
	
h2 {
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	}


h3 {
	color: #aaa;
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	}
	h3 B {
			color: #fff;
	}
	
h4 {
	color: #999;
	margin-top: 25px;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -0.05em;
	}
	h4 B {
		color: #fff;
	}
	
p { 
	clear: both;
	color: #aaa;
	font-size: 140%;
	line-height: 125%;
	margin-top: 4px;
	}

div.break
	{
	clear:both;
	margin-top: 20px;
	margin-bottom: 25px;
	border-bottom:3px dotted #555;
	}

.linkout { 
	font-family: arial, sans-serif;
	font-size: 50%;
	padding-right: 13px;
	background: url(../img/icon_linkout.gif) right center no-repeat;
	}

.magnify { 
	font-family: arial, sans-serif;
	font-size: 50%;
	padding-right: 13px;
	background: url(../img/icon_magnify.gif) right center no-repeat;
	}
	
.inProduction {
	font-family: arial, sans-serif;
	font-size: 50%;
	color: #555;
	}
	
.inlineLinkout { 
	padding-right: 13px;
	background: url(../img/icon_linkout.gif) right center no-repeat;
	}

.inlineMagnify { 
	padding-right: 13px;
	background: url(../img/icon_magnify.gif) right center no-repeat;
	}

.imgLinkout {
	margin-right: 30px;
	margin-bottom: 50px;
	vertical-align:text-top;
	float:left;
	}

.storeitem {
	margin-right: 30px;
	margin-bottom: 50px;
	vertical-align:text-top;
	float:left;
	}

a.imgLinkout:link img,
a.imgLinkout:visited img {
	border:3px solid #c96;
	}

a.imgLinkout:focus img, 
a.imgLinkout:hover img, 
a.imgLinkout:active img {
	border: 3px solid #ffa800;
	text-decoration: none;
	}

a:hover, a:visited:hover { 
	color: #ffa800; 
	text-decoration: none;
	}

.storeBlurb {
	position: relative;
	float:left;
	}
	
.storeBlurb {
	position: relative;
	float:left;
	}
	



#Masthead {
	position: absolute;
	top: 70px;
	left: 100px;
	width: 300px; 
	height: 80px;
	}


#BodyWrapper {
	position: absolute;
	top: 0;
	left: 400px;
	width: 600px;
	}

#BodyContent {
	margin-top: 80px;
	position: relative;
	float:left;
	}
	

#Simple strong, #And strong, #Stout strong {
	color: #fff;
	font-family: georgia, times, serif;
	font-weight: normal;
	}

	
#Simple {
	width: 170px; 
	}
	
#And {
	width: 85px; 
	}
		
#Stout {
	width: 300px; 
	}

#Copyright {
	margin-top: 100px;
	margin-bottom: 20px;
	color: #888;
	font-family: arial, san-serif;
	font-size: 115%;
	clear: both;
	}


.boilerPlate, .contactInfo, .storeItem {
	color: #fff;
	}

.contactLabel {
	color: #888;
	margin-top: 10px;
	}

.supersized {
	margin-top: 15px;
	font-size: 150%;
	color: #fff;
	}




/* **************************** */
/*          TopNav              */

#TopNavBox {
	width: 600px;
	margin-top: 80px;
	}

#TopNav {
	position:relative;
	float:left;
	width:100%;
	padding:0;
	list-style:none;
	line-height:1em;
	}

#TopNav LI {
	float:left;
	margin:0;
	padding: 0 15px 0 0;
	}

#TopNav A {
	display:block;
	color:#c96;
	text-decoration:none;
	border-bottom: 0;
	font-family: arial, san-serif;
	font-size: 115%;
	margin:0;
	padding: 0 0 5px 0;
	cursor: hand;
	}

#TopNav A:hover,
#TopNav A:visited:hover {
	color: #ffa800; 
	text-decoration: none;
	border-bottom:1px solid #ffa800;
	}

#TopNav A.Here:link,
#TopNav A.Here:visited {
	color: #c96; 
	text-decoration: none;
	border-bottom:3px solid #c96;
	}

#TopNav A.Here:hover,
#TopNav A.Here:visited:hover {
	color: #ffa800; 
	text-decoration: none;
	border-bottom:3px solid #ffa800;
	}