body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	background-image: url();
	background-color: #ffffff;
	font-size: 13px;
	background-position: left top;
	background-attachment: fixed;
	font-family: century gothic, verdana,arial, helvetica, sans-serif;
}


#container {
	text-align: left;
	color: #666666;
	height: 500px;
	width: 100%;
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 450px;
}

/*----------------------------------------------------------------------*/

a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #55ACD8;
}
a:active {
	text-decoration: underline;
	color: #666;
}
body,td,th {
	color: #666666;
}

/* =LeftFace Code
----------------------------------------------------------------------*/
#apDiv1 {
	position:fixed;
	width:490px;
	height:860px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-image: url(http://www.joshkeaton.com/left-bgr.png);
	background-repeat: no-repeat;
}

/* =Footer Code
----------------------------------------------------------------------*/
#apDiv2 {
	position:absolute;
	width:100%;
	height:20px;
	z-index:2;
	left: 0;
	bottom: 0px;
	font-size: 11px;
	visibility: visible;
	padding-left: 10px;
}

/*----------------------------------------------------------------------*/



h1 {
	font-size:35px;
	color: #55ACD8;
	letter-spacing: -3px;
	text-transform: uppercase;
}

h2 {
	font-size:20px;
	color: #e1baa2;
}

h3 {
	font-size:15px;
	letter-spacing: -1px;
	color: #666;
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox {
	cursor: default;
	list-style: none;
}

.hoverbox a {
	cursor: default;
}

.hoverbox a .preview {
	display: none;
}

.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img {
	vertical-align: top;
	width: 75px;
	height: 66px;
}

.hoverbox li {
	display: inline;
	float: left;
	padding: 2px;
	position: relative;
}

.hoverbox .preview {
	width: 400px;
	height: 350px;
}