/* ========== Copyright (c) 2009 Sean Schraeder.  All rights reserved. ========== */
/* ========== COLOR SWATCH .. Red .. #aa0a3b .. RP Blue=#00619c .. RP Green=#baeb71 ========== */

body {
	background: #000000 url(/img/paper.jpg) no-repeat center top;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
	
a {
	color: #000000;
	text-decoration: underline;
	}
	
a:hover {
	background: #aa0a3b;
}
	
a:visited {
	color: #000000;
}
	
img {
	border: none
}

.displace {
	position: absolute;
	left: -5000px;
}

.info {
	font-size: 12px;
	font-style: italic;
	color: #aa0a3b;
}
	
.sep {
	color: #aa0a3b;
	margin-left: 5px;
	margin-right: 5px;
}

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

#computer_bay {
	background: url(/img/computer_bay.png) top left no-repeat;
	margin: 95px auto 0px auto;
	height: 176px;
	width: 730px;
}

#content_wrapper {
	position: relative;
	width: 740px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#macintosh {
	background: url(/img/macintosh.png) top left no-repeat;
	position: absolute;
	width: 327px;
	height: 342px;
	margin: 18px 0 0 55px;
	z-index: -1;
}

#links {
	position: relative;
	width: 385px;
	margin-left: 350px;
}

#table_of_contents {
	background: url(/img/table.png) top left no-repeat;
	margin: -22px auto 0px -3px;
	height: 99px;
	width: 385px;
}

/* ========== Rollover Images ========== */

#refinedpixel {
	margin: -30px 0 0 auto;
}

a.rollover {
	background: url(/img/refinedpixel.png);
	margin: 0 auto;
	display: block;
	width: 377px;
	height: 118px;
	text-decoration: none;
}
	
a.rollover:hover {
	background-position: -377px 0;
}

#seanschraeder {
	margin: -42px 0 0 auto;
}

a.rollovers {
	background: url(/img/seanschraeder.png);
	margin: 0 auto;
	display: block;
	width: 377px;
	height: 118px;
	text-decoration: none;
}
	
a.rollovers:hover {
	background-position: -377px 0;
}

#webmail {
	margin: -45px 0 0 auto;
}
a.rolloverm {
	background: url(/img/webmail.png);
	margin: 0 auto;
	display: block;
	width: 377px;
	height: 118px;
	text-decoration: none;
}
	
a.rolloverm:hover {
	background-position: -377px 0;
}
