
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#background {
    width: 1010px;
    position: absolute;
    top: 120px;
    left: 50%;
	margin-left: -505px; // half of item width
}
#content {
    width: 1010px;
    position: absolute;
    top: 0px;
    left: 50%;
	margin-left: -505px; // half of item width
}
.topMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
.bottomMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.bigText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	letter-spacing: 11px;
	color: #FFFFFF;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 20px;
	text-align: justify;
	line-height: 24px;
}
.smallText12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 20px;
	text-align: justify;
	line-height: 26px;
}
.smallText12P0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 26px;
}
.smallText12P0L {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	line-height: 26px;
}
.smallText12Center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 20px;
	line-height: 24px;
	text-align: center;
}
.smallFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	color: #FF9900;
	padding: 8px;
	text-align: center;
	line-height: 30px;
}
.holder {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #990000;
}
a.red:link, a.red:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.red:hover, a.red:active {
	text-decoration: none;
	color: #990000;
}

a.yellow:link, a.yellow:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.yellow:hover, a.yellow:active {
	text-decoration: none;
	color: #FF9900;
}


/* MEDIA IMAGES */
#FrogHolder{
    width: 838px;
    position: absolute;
    top: 120px;
    left: 50%;
	margin-left: -505px; // half of item width

}
#FrogJSCredit{
	text-align: right;
	font-size: 80%;
	color: #999;
	padding: 1px;
}
#FrogJSCaption{
	text-align: left;
	line-height: 140%;
}

/* FONTS */

  @font-face {
    font-family: Times New Roman;
    font-style:  normal;
    font-weight: normal;
    src: url(css/TIMESNE0.eot);
  }
  @font-face {
    font-family: Arial;
    font-style:  normal;
    font-weight: normal;
    src: url(css/ARIAL0.eot);
  }
  @font-face {
    font-family: Verdana;
    font-style:  normal;
    font-weight: normal;
    src: url(css/VERDANA1.eot);
  }
  @font-face {
    font-family: Verdana;
    font-style:  oblique;
    font-weight: normal;
    src: url(css/VERDANA0.eot);
  }

