body {
	background				:	#E0E0E0;
	font-family				:	verdana;
	font-size					:	11px;
	color							:	303030;
	line-height				:	16px;
}

a {
	text-decoration		:	none;
	color							:	#0000DD;
}

#divCenterPos {
	position					:	absolute;
	top								:	0px;
	left							:	50%;
	bottom						:	0px;
	width							:	0px;
}

#divLeft {
	position					:	absolute;
	left							:	-503px;
	top								:	0px;
	bottom						:	0px;
	width							:	10px;
	background				:	#E0E0E0 url(../images-layout/border-left.png) top left repeat-y;
}

#js-racing-sponsor {
	position					:	absolute;
	bottom						:	10px;
	left							:	10px;
	height						:	100px;
	text-align				:	center;
}

#js-racing-sponsor a {
	color							:	#000000;
}

#divMainContainer {
	position					:	absolute;
	top								:	0px;
	left							:	-493px;
	bottom						:	0px;
	width							:	986px;
	background				:	#FFFFFF url(../images-layout/bg.png) bottom right no-repeat;
}

#divRight {
	position					:	absolute;
	left							:	493px;
	top								:	0px;
	bottom						:	0px;
	width							:	10px;
	background				:	#E0E0E0 url(../images-layout/border-right.png) top left repeat-y;
}

#divHeader {
	position					:	absolute;
	top								:	0px;
	left							:	0px;
	right							:	0px;
	height						:	175px;
}

#divMenu {
	position					:	absolute;
	top								:	180px;
	left							:	0px;
	bottom						:	0px;
	width							:	170px;
	text-align				:	center;
}

#divMain {
	position					:	absolute;
	top								:	180px;
	left							:	190px;
	right							:	0px;
	bottom						:	0px;
	padding-top				:	10px;
	padding-left			:	10px;
	padding-right			:	10px;
	overflow-y				:	auto;
}

.imgMenu {
	border						:	none;
	margin-top: 5px;
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
#gallery ul { 
	list-style: none; 
	margin-left: -40px;
}
#gallery ul li { 
	display: inline; 
}
#gallery ul img {
	border: 5px solid #FFF;
}
#gallery ul a:hover img {
	border: 5px solid #FAFAFA;
	color: #fff;
}
#gallery ul a:hover { color: #FAFAFA; }

