body {
	margin: 0;
	padding : 0;
	background-color: #555;
	background-image: url(../2009_JG_Pirates/piratesBg.gif);
	background-repeat: repeat;
	background-position: center;
}
			/*FOOTER*/
#footer {
	clear: both;
	width:100%;
	margin: 0;
	font-size: 9pt;
	color: #fff;
	text-align:center;
	font-family: Tahoma;
}
#footer a:link, #footer a:visited {
	text-decoration : none;
	background : inherit;
	color : #FFFFFF;
	font-size: 10pt;
}
#footer a:hover {
	text-decoration : underline;
	color :  #FF6666;
	background-color: #000000;
	font-size: 10pt;
}
			/*LINKS*/
a:link, a:visited {
text-decoration : none;
background : inherit;
color : #FF6666;
}
a:hover {
	text-decoration : underline;
	color :  #FFFFFF;
	background-color: #000000;
}
			/*TYPOGRAPHY*/
h1 {
	font-size: 16pt;
	color:#FFFFFF;
	font-family: "Bookman Old Style";
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-transform: uppercase;
}
h2 {
margin-top: 10px;
padding: 10px 0 10px 0;
font-size: 160%;
letter-spacing: 3px;
background : transparent;
color :   #FFFFFF;
}
h3 {
	font-size: 12pt;
	background : inherit;
	color :  #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40;
	margin-right: 0;
	margin-bottom: 40;
	margin-left: 0;
	text-align: center;
}
h4 {
	font-size: 12pt;
	background : inherit;
	color :  #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5;
	text-align: center;
}
p {
	font-family: "Bookman Old Style";
	font-size: 12pt;
	color: #FFFFFF;
	margin-right: 60px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
hr {
	color: #000000;
	width: 50%;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}
