body { margin:0px; padding:0px; background-color: #000000; font-family:Arial, Helvetica, sans-serif; }

a { color: #333333; text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; }
a:visited { text-decoration: none; }

td { font-family:Arial, Helvetica, sans-serif; color:#333333; font-size:12px; }
.txtGreenTitle { color:#354e0b; font-weight:bold; font-size:16px; }
.txtGreenBold { color:#354e0b; font-size:12px; font-weight:bold; }
.txtGreen { color:#354e0b; font-size:12px; }
a.txtGreen { color: #354e0b; text-decoration: none; }
a.txtGreen:hover, a.txtGreen:visited:hover { text-decoration: underline; }
a.txtGreen:visited { text-decoration: none; }

.txtOrangeTitle { color:#bd4124; font-weight:bold; font-size:16px; }
.txtOrangeEvent { color:#bd4124; font-size:14px; font-weight:bold; }
.txtOrangeBold { color:#bd4124; font-size:12px; font-weight:bold; }
.txtOrange { color:#bd4124; font-size:12px; }
a.txtOrange { color: #bd4124; text-decoration: none; }
a.txtOrange:hover, a.txtOrange:visited:hover { text-decoration: underline; }
a.txtOrange:visited { text-decoration: none; }

.txtPinkTitle { color:#d13879; font-weight:bold; font-size:16px; }
.txtPinkBold { color:#d13879; font-size:12px; font-weight:bold; }
a.txtPinkBold { color: #d13879; text-decoration: none; }
a.txtPinkBold:hover, a.txtPinkBold:visited:hover { text-decoration: underline; }
a.txtPinkBold:visited { text-decoration: none; }

.txtPink { color:#d13879; font-size:12px; }
a.txtPink { color: #d13879; text-decoration: none; }
a.txtPink:hover, a.txtPink:visited:hover { text-decoration: underline; }
a.txtPink:visited { text-decoration: none; }

.txtRedTitle { color:#9f0508; font-weight:bold; font-size:16px; }
.txtRedBold { color:#9f0508; font-size:12px; font-weight:bold; }
.txtRed { color:#9f0508; font-size:12px; }
a.txtRed { color: #9f0508; text-decoration: none; }
a.txtRed:hover, a.txtRed:visited:hover { text-decoration: underline; }
a.txtRed:visited { text-decoration: none; }

.txtDrkGreenTitle { color:#7d8a22; font-weight:bold; font-size:16px; }
.txtDrkGreenBold { color:#7d8a22; font-size:12px; font-weight:bold; }
.txtDrkGreen { color:#7d8a22; font-size:12px; }
a.txtDrkGreen { color: #7d8a22; text-decoration: none; }
a.txtDrkGreen:hover, a.txtDrkGreen:visited:hover { text-decoration: underline; }
a.txtDrkGreen:visited { text-decoration: none; }

.txtBrownTitle { color:#572b1a; font-weight:bold; font-size:16px; }
.txtBrownBold { color:#572b1a; font-size:12px; font-weight:bold; }
.txtBrown { color:#572b1a; font-size:12px; }
a.txtBrown { color: #572b1a; text-decoration: none; }
a.txtBrown:hover, a.txtBrown:visited:hover { text-decoration: underline; }
a.txtBrown:visited { text-decoration: none; }

#assestHolder { position:relative; width:990px; height:600px; }
#content { font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:12px; position:absolute; top: 0px; height: 570px; left:0px; }
#flashHolder { position:absolute; top: 0px; visibility:visible; left:0px; }
#contact { background:url(../images/contactBackground.gif) no-repeat; height: 570px; width: 990px; }
#events { background:url(../images/eventsBackground.gif) no-repeat; height: 570px; width: 990px; }
#ourSteaz { background:url(../images/ourSteaz.gif) no-repeat; height: 570px; width: 990px; }
#steazer { background:url(../images/steazerBackground.gif) no-repeat; height: 570px; width: 990px; }
#buy { background:url(../images/buyBackground.gif) no-repeat; height: 570px; width: 990px; }
#ipledge { background:url(../images/ipledgeBackground.gif) no-repeat; height: 570px; width: 990px; }
#news { background:url(../images/newsBackground.gif) no-repeat; height: 570px; width: 990px; }
#logo { position:absolute; top: 20px; left: 20px; }


#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 580px;
	height: 360px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
}

#teamscroll {
/* Typical fixed height and fixed width example */
	width: 580px;
	height: 310px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
}

#galleryscroll {
/* Typical fixed height and fixed width example */
	width: 650px;
	height: 420px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 4px;
}

#oursteazscroll {
/* Typical fixed height and fixed width example */
	width: 650px;
	height: 400px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 4px;
}

#eventscroll {
/* Typical fixed height and fixed width example */
	width: 580px;
	height: 280px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 560px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

hr.hr4 {
   	border-top: 1px dashed #333333;
   	border-bottom: 1px solid #333333;
	height: 4px;
}


/* EXTRA STYLES */

img { behavior:	url("includes/pngbehavior.htc"); }