/* Joey Lanai */

* { margin: 0; padding: 0; }
body {
	font: 0.8em Georgia, "Times New Roman", Times, serif, sans-serif;
	}
	
html, body, #pagewrap {height: 100%;}

body > #pagewrap {height: auto; min-height: 100%;}

#main {padding-bottom: 102px;}

ul { list-style: none inside; }
a { outline: none;
	color: #000000;
	text-decoration: none;
	}
a:hover { outline: none;
	color: #CC0000;
	}
a img { border: none; }

p {
	font-size: 1.6em;
	line-height:  32px;
	text-align: justify;
	}
	
h1 {
	margin-top: 100px;
	background: url(images/JL_intro.jpg) no-repeat;
	text-indent: -9999px;
	width: 538px;
	height: 492px;
	}
	
#pagewrap {
	width: 538px;
	margin: 0 auto;
	position: relative;
	}
