body {
	background: #ffffff;
	background-image: url();
	background-color: #ffffff;
	font-size: 13px;
	background-position: left top;
	background-attachment: fixed;
	font-family: 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;
	text-transform: uppercase;
	line-height: 35px;
}



h2 {
	color: #e1baa2;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0; 
	padding: 0;
}



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




