<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  http://www.w3.org/TR/xhtml11/DTD/xhtml1-transitional.dtd">

body {
	background-color: ;
	margin: 0px;
	padding: 0;
	font-size: 1.1em;
	font-family: verdana, arial, helvetica, sans serif;
	background-image : url(http://www.jackfalcon.com/images/SHAK.gif);
	background-attachment : fixed;
	background-position : top;
	background-repeat : no-repeat;
}
h1 {
	font-family: verdana, arial, helvetica, sans serif;
	margin: 0 5 15px 5;
	padding: 0;
	color:# 888;
}
h2 {
font-family: verdana, arial, helvetica, sans serif;
margin:0 5 5px 5;
padding: 0;
font-size: 1.1em;
}
p {
font family: verdana, arial, helvetica, sans serif;
line-height: 1.1em;
margin:  0 5 16px 5;
pading: 0;

}
}
.content > p {
  margin: 0;
  
}
}
.content > p+p {
text-indent:30px;

}
a {
color: red;
font-family: verdana, arial, helvetica, sans serif;
font weight: 600;
text decoration: none:
}

a:link {
   color: maroon;
}
a:visited {
   color: green;
}
a:hover {
   background-color:black;
}

/* All the content boxes belong to the content class. */
/* center content areas */
.content{
position: relative;
width: auto;
min width: 120px;
margin: 10px 10px 10px 10px;
border: 1px solid white;
background-color: ;
padding: 30px
z-index: 3;

}



#navleft {
position: absolute;
width: 128px;
top: 20px;
font-size: 0.9 em;
border: 1px dashed black;
background-color: #FFFFFF;
padding: 10px;
z-index: 2;
}

#navright {
position: absolute;
width: 168px;
top: 20px;
right: 20px;
border: 1px dashed black;
background-color:#FFFFFF;
padding: 10px;
z-index: 1;

}


























	