@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}


table{
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
	padding: 0;
	margin: 0;
}
div{

}
body {
	background-image: url(../images/bkgd.gif);
	font-family:Arial, Helvetica, sans-serif;

}
#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/wrapperBkgd.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
#wrapper #yellomojo {
	background-image: url(../images/joeyGUpgrade_31.gif);
	background-repeat: repeat-x;
	height: 33px;
	margin-right: 4px;
	margin-left: 4px;
	text-align: right;
}
#wrapper #footer a{
	text-decoration: none;
	color: #999999;
	font-size: 10px;

}
#wrapper #footer {
	height: 105px;
	text-align: left;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 10px;
}
#bttmShade  {
	background-image: url(../images/joeyGUpgrade_36.png);
	height: 14px;
	background-position: center;
	background-repeat: no-repeat;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#wrapper #header {
	background-image: url(../images/joeyGUpgrade_03.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
	height: 42px;
}
#wrapper #mainAreaTop {
	margin-top: 25px;
	text-align: center;
}
#wrapper #mainAreaPics {
	text-align: center;
}
#credit {
	text-align: center;
}
#credit a{
	color: #999999;
	font-size: 10px;
}

a {
	color: #000099;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	display: inline;
	text-decoration: none;
	font-weight: normal;
}

/*this is for three column layout*/
#leftHolder #lowerThirdLeft {
	width: 252px;
	margin-left: 32px;
	
}
#leftHolder {
	float: left;
}
#rightHolder {
	float: right;
}
#rightHolder #lowerThirdRight {
	width: 257px;
	margin-right: 28px;
}
#lowerThirdMiddle {
	margin: 0 310px 0 310px;
}



#closer {
	clear: both;
}

