body {
	margin:				0 0 0 0;
	background:			#DFEDEC url("gfx/backGradient.png") repeat-y 50% 0px;

	font-family:		verdana;
	font-size:			12px;
	color:				#1E2440;

	line-height:			150%;
}
a {
	color:				#C43835;
}
img {
	border:				0px;
}

.infoItem {
	position:			absolute;
	left:				600px;
	width:				180px;
}
#infoEmail {
/*
IE6 will fail this:
	background:			transparent url("gfx/symbol_mail.png") no-repeat 0px 0px;
*/

	padding-left:		30px;
	
/*	top:				580px; */
	top:				80px;
}
#infoOLO {
/*
IE6 will fail this:
	background:			transparent url("gfx/symbol_info.png") no-repeat 0px 0px;
*/

	padding-left:		70px;

/*	top:				650px; */
	top:				500px;
	font-size:			12px;
}

/* workaround because IE6 can't use translucency on background pictures */
#infoEmailIcon, #infoOLOIcon {
	display:			block;
	position:			absolute;
	top:				0px;
	left:				0px;
}

#content {
	position:			relative;
	left:				50%;
	margin:				-50px 0px 25px -450px;

	background:			transparent url("gfx/pagePattern2.png") repeat-y 0px 235px;

/*	width:				870px; */
	width:				1024px;
	
	min-height:			1024px;		/* 247 + 777 */

	zoom:				1;	
}
#header {
	display:			block;

	width:				1024px;
	height:				247px;
	background:			transparent url("gfx/pageHead3.png") no-repeat 0px 0px;
	margin:				0 0 0 0;

}

#txtWhat {
/*	margin:			50px 20px 0px 250px; */
	margin:			50px 175px 0px 130px;
	width:			450px;
}
#txtWhere {
	margin:			50px 20px 0px 130px;
	width:			450px;
}


#pageLighted {
	display:			block;
	position:			absolute;
	left:				0px;
	top:				247px;
}
#front {
	position:			relative;
	z-index:			1;

	min-height:			777px;
}

#pageBottom {
	display:			block;
	position:			absolute;
	left:				66px;
	bottom:				0px;

	width:				764px;
	height:				6px;
	background:			#DFEDEC url("gfx/pageBottom.png") no-repeat top left;
}
#pageCorner {
	display:			block;
	position:			absolute;
/*	right:				1px; */
	left:				830px;
	bottom:				0px;


	width:				39px;
	height:				54px;
	background:			#DFEDEC url("gfx/pageCorner.png") no-repeat top left;
}

#menu {
	margin-right:		175px;
	text-align:		right;
}
#menu a {
	padding:		5px 12px 5px 12px;
	font-size:		15px;
	font-weight:		bold;
	text-decoration:	none;

	/* #f7f8fa is normal background color */
/*	border-top:	1px solid #fafcff;
	border-left:	1px solid #fafcff; */
	
/*	border-right:	1px solid #f3f4a0;
	border-bottom:	1px solid #f3f4a0; */
	}
#menu a:hover {
	background-color:	#fa0;
	color:				#fff;
/*
	padding:	3px 10px 3px 10px;
	border:		2px solid #f00;
*/	
}


h1 {
	color:				#a00;
	font-size:			17px;
}
h2 {
	color:				#a00;
	margin:				20px 0px 0px 0px;
	font-size:			14px;
}
p {
	margin:				0 0 0 0;
}
