/* Row One Styles */

#rowOne {
	margin: 0pt auto;
	width: 770px;
	margin-bottom: 10px;
	clear: both;
	float: left;
	/*border: thin dotted #00FF00;*/
}

#blockLeft {
	background: #fff;
	width: 240px;
	padding-right: 20px;
	float: left;
	text-align: left;
}

#blockMiddle {
	background: #f7f7c5;
	width: 250px;
	float: left;
	text-align: left;
}

#blockMiddleIrish {
	background: #f7f7c5;
	width: 500px;
	float: left;
	text-align: left;
}

#blockRight {
	background: #f7f7c5;
	width: 250px;
	float: right;
	text-align: left;
}

#blockMiddleRight {
	background: #f7f7c5;
	width: 500px;
	float: left;
	text-align: left;
}


/* Row Two Styles */

#rowTwo {
	margin: 0pt auto;
	width: 770px;
	clear: both;
	float: left;
	/*border: thin dotted #00FF00;*/
}

#blockLeft2 {
	background: #fff;
	width: 267px;
	margin-right: 10px;
	float: left;
	text-align: left;
}

#blockMiddle2 {
	background: #fff;
	width: 267px;
	float: left;
	text-align: left;
}

#blockRight2 {
	background: #fff;
	width: 214px;
	float: right;
	text-align: left;
}

.imgBorderBase {
	padding-bottom: 10px;
}

.floatLeft {
	float: left;
	padding-right: 4px;
	clear: left;
}

.floatRight {
	float: right;
	padding-left: 4px;
}


/* Ticker Styles */
#ajaxticker1{
	width: 200px;
	height: 160px;
	border: 1px ridge black;
	padding: 5px;
	background-color: #fff;
	}
	
#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	background-color: #fff;
}

.someclass{ //class to apply to your scroller(s) if desired
}