.welcome {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}

/*depricated?*/
.callout {
	position: absolute;
	top: 242px;
	left: 594px;
	height: 188px;
	width: 131px;
	z-index: 3;
	background: url(../images/800/mainCalloutSmall.jpg) no-repeat scroll 0%; 
}

.calloutText {
	padding: 5px;
	margin: 5px;
	color: #AD810A;
	font-size: 1.3em;
	text-align: center;
}

.calloutTextBox {
	height: 3.5em;
	overflow: hidden;
	margin: 8px 2px 4px 2px;
	text-align: center;
	font-size: 1.2em;
}


#calloutBox {
	position: absolute;
	top: 242px;
	left: 594px;
	height: 188px;
	width: 131px;
	z-index: 3;
	background: url(../images/800/mainCalloutSmall.jpg) no-repeat scroll 0%; 
	/*margin: 8px 2px 4px 2px;*/
	text-align: center;
	font-size: 1.2em;
}

#calloutTitle {
	font-size: 1.4em;
	color: #ff2459;
	text-align: center;
	margin: 5px 0px 0px 0px;
	font-weight: bold;

}

#calloutLinkOne {
	display: block;
	position: absolute;
	left: 8px;
	top: 3em;
	text-align: center;
	z-index: 4;
}

#calloutLinkTwo {
	display: block;
	position: absolute;
	left: 8px;
	top: 4em;
	text-align: center;
	z-index: 4;
	color: #5C35F4;
	/*NOTE THIS WAS 7 EM TOP */
}

#calloutLinkThree {
	display: block;
	position: absolute;
	left: 9px;
	top: 2.5em;
	text-align: center;
	z-index: 4;
}

#calloutLinkFour {
	display: block;
	position: absolute;
	left: 1.5em;
	top: 4.5em;
	text-align: center;
	z-index: 4;
	color: #5C35F4;

}

.calloutXtra {
	position: absolute;
	left: 436px;
	top: 242px;
	height: 189px;
	width: 133px;
	background: url(../images/800/mainCalloutXtra.jpg) no-repeat scroll 0%;
	z-index: 4;
}

.calloutXtraFlyer {
	position: absolute;
	left: 500px;
	top: 100px;
	height: 300px;
	width: 238px;
	background: url(../images/800/gcAnniv300.jpg) no-repeat scroll 0%;
	z-index: 4;
}

#calloutOne {
	margin: 0px 0px 0px -2000px;	
	/*padding: 10 10 10 10;*/
	/*z-index: 4;*/
}

#calloutTwo {
	margin: 0px 0px 0px -2000px;
}

#calloutThree {
	margin: 0px 0px 0px -2000px;
}

#calloutFour {
	margin: 0px 0px 0px -2000px;
}

.calloutXtraText {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 120px;
	font-size: 1.2em;
	color: #552de5;
	font-weight: bold;
}

.calloutClass A:hover {
	color: red;
}

.calloutClass A {
	color: #ff2459;
}

.calloutClass A:visited {
	color: #ff2459;
}

.calloutClass A:link {
	color: #ff2459;
}

/*this shit works...*/
#testing {
	position: absolute;
	left: 350px;
	top: 250px;
	width: 200px;
	height: 1.5em;
	/*overflow: hidden;*/
	color: green;
	background: blue;
	margin: 0px 0px 0px -2000px;
	z-index: 5;
}


#testing2 {
	position: absolute;
	left: 350px;
	top: 250px;
	width: 200px;
	height: 1.5em;
	/*overflow: hidden;*/
	color: green;
	background: blue;
	margin: 0px 0px 0px -2000px;
	z-index: 5;
}
