body {
	margin:				0px;
	background: 		#640202;
	font-size:			12pt;
	font-family:		Calibri, Arial, sans-serifes;
	cursor:				default;
}
a {
	cursor:				pointer;
	color:				#640202;
	text-decoration:	none;
}
a:hover {
	text-decoration:	underline;
}
img {
	border:				none;
}
#utilArea {
	width: 				950px;
	height:				30px;
	text-align:			center;
	margin:				auto auto;
	background: 		url(../images/util-bg.png) center repeat-y;
	line-height:		32px;
	color:				#FFF;
	font-size:			80%;
	overflow:			hidden;
}
#utilArea a {
	color:				#FFF;
	padding:			0px 8px;
	text-decoration:	none;
}
#utilArea a:hover {
	text-decoration:	underline;
}
.language_chooser {
	width: 				140px;
	margin: 			3px auto auto;
}
.language_chooser a {
	 padding: 0px 3px ! important;
}

#headArea, #naviArea {
	width: 				950px;
	margin:				auto auto;
}
#naviArea {
	height:				39px;
	clear:				both;
}
#navigation {
	margin:				0px;
	padding:			0px;
	list-style:			none;
	height:				34px;
	overflow:			hidden;
}
#navigation li {
	margin:				0px;
	padding:			0px;
	float:				left;
	width:				174px;
}
#bodyArea {
	width:				845px;
	margin:				auto auto;
	padding:			0 55px 0 50px;
	background:			url(../images/body-bg.png);
	font-family:		"Times New Roman";
	text-align:			justify;
	overflow:			hidden;
}
#bottomArea {
	width:				850px;
	margin:				auto auto;
	height:				40px;
	line-height:		25px;
	padding:			0px 50px;
	background:			url(../images/bottom-bg.png);
	font-size:			80%;
	color:				#FFF;
	clear:				both;
}
#bottomArea a {
	color:				#FFF;
	padding:			0px 8px;
	text-decoration:	none;
}
#bottomArea a:hover {
	text-decoration:	underline;
}
#imagePreLoader {
	display:			none;
}