body {
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-bottom: 2em;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(images/galaxy.jpg);
	background-color: black;
	background-attachment: fixed;
	text-align: center;
	}

#navThing {
	margin-left: 50px;
	float: left;
	width: 198px;
}

#navThing img {
	margin:0;
	padding:0;
	border:0;
}

#navThing a {
	margin:0;
	padding:0;
	border:0;
}

h3 {
	color: #990066;
}

h2 {
		text-shadow: 0px 0px 4px #00ccff;
		color: #0066ff;
	}

#outermostContainer {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#almightyContainer {
	margin-left: 300px;
	margin-bottom: 0;
	margin-top: 0;
	width: 710px;
	}

	#top {
		height: 45px;
		margin:0;
		padding:0;
		background: url(images/bg_top.png);
		}
	
	#sides {  /* width of the shadow and stroke -- 728px is the usable area */
		padding: 20px;                                                                  
		background-image: url(images/bg_sides.png);
		}
			
	#head {
		padding-left: 0;
		padding-bottom: 50px;
		padding-right: 0;
		padding-top: 0;
		background-position: 0 bottom;
		background-repeat: no-repeat;
		background-image: url(images/bg_head.png);
		text-align:center;
		}
				
#head h1 {
	text-indent:-9999px;
	font-size:6px;
	margin:0;
	padding:0;
}

#maincontent {
	padding-left: 30px;
	padding-bottom: 0;
	padding-right: 30px;
	padding-top: 3em;
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align:left;
	}

#copyright {
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#ccc;
	text-align:center;
	margin-top:1em;
}

#maincontent a {
	text-shadow: 0px 0px 3px fuchsia;
	text-decoration:none;
	color: #cc3399;
}
#maincontent a:hover {
	color: #660033;
}
#bottom {
	height: 45px;
	background: url(images/bg_bottom.png);
}

.spacer {
	clear:both;
	font-size:6px;
}

/* cards 'n' things */

.card {
	color: #333;
	position:absolute;
	width:280px;
	height:130px; 
	text-align:left;
	font-size:11px;
	margin:0;
	padding:10px 10px 20px 20px;
	z-index:1;
	}

.card img {
	float:left; 
	margin-right:10px;
	}
	
#content .card a {
	font-weight:normal;
	color:#666;
	text-decoration:underline;
	}

#content .card a:hover {
	color:#333;
	}

.card strong {
	font-size:small;
	}	
		
#daniel {
	top:0;
	left:0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/cards/yellow.png');
	}
	
#daniel[id] {
	background: url(/images/cards/yellow.png);
	}


#jeremy {
	top:25px;
	left:20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/cards/purple.png');
	}
	
#jeremy[id] {
	background: url(/images/cards/purple.png);
	}

#joseph {
	top:50px;
	left:40px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/cards/green.png');
	}
	
#joseph[id] {
	background: url(/images/cards/green.png);
	}

#eamon {
	top:75px;
	left:60px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/cards/blue.png');
	}
	
#eamon[id] {
	background: url(/images/cards/blue.png);
	}
	
.vcard {
	width:160px;
	height:110px;
	background: url(images/vCard.png);
	float:left;
	margin:15px;
	}
	
.vcardhover {
	background: url(images/vCard_hover.png);
	}

.email {
	width:130px;
	height:135px;
	background: url(images/email.png);
	float:left;
	margin:15px;
	}
	
.emailhover {
	background: url(images/email_hover.png);
	}

.website {
	width:150px;
	height:176px;
	background: url(images/website.png);
	float:left;
	margin:15px;
	}
	
.websitehover {
	background: url(images/website_hover.png);
	}
	
/* navigation */

/*
#navigation {
	margin:0;
	padding:0;
	clear:both;
}

#navigation ul {
	margin:0;
	padding:0
	list-style-type: none;
	clear:left;
	text-align:center;
}
#navigation ul li {
	float:left;
	width: 182px;
	margin:0;
	padding:0;
}
#navigation ul li a:link, 
#navigation ul li a:visited {
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-top-color: #336600;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #33cc00;
	line-height:2em;
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	color: #0066cc;
	text-decoration:none;
	display:block;
}
#navigation ul li a:hover {
	background: #33ff00;
}
#navigation ul li a#here {
	color: #cccc00;
	background:#339900;
}
#navigation ul li#last {

	border-right-color: white;

	border-right-style: none;

	border-right: 0px;
	width: 182px;
}

*/


.contactinfo {
	margin-top: .5em;
	padding-top: .5px;
	border-top-color: #999999;
	border-top-style: dotted;
	border-top-width: 1px;
}
#scrollOuter {
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
	width: 590px;
	background-image: url(images/showroom.png);
	overflow: hidden;
}

#scrollInner {
	padding-left: 130px;
	width: 3000px;
	z-index: 0;
	margin-top: 50px;
	height: 200px;
	color: #cccccc;
	position: relative;
}

#leftCurtain {
	position:relative; 
	z-index:2; 
	margin-bottom:-325px;
	background-image: url(images/leftCurtain.png);
	width:206px;
}

#rightCurtain {
	position:relative; 
	z-index:2; 
	margin-bottom:-325px;
	background-image: url(images/rightCurtain.png);
	width:206px;
}

.screenshot {
	text-align: center;
	float: left;
	width: 350px;
}

