body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font: 80.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align: center;	
}
#wrap
{
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: left;
}

h1
{
	margin-top: 3px;
}

#headerContainer
{
	margin-top: 0px;
	margin-bottom: 8px;
	position: relative;
	float: left;
	background-image: url('images/mathot.banner2.gif');
	height: 151px;
	width: 960px;
}

#langFlags
{
	position: absolute;
	left: 0px;
	width: 100px;
	height: 20px;
	top: 138px;
}

#facebook
{
	position: absolute;
	right: 0px;
	text-align: right;
	top: 124px;
	z-index: 4000;
}

#footerContainer
{
	position: relative;
	float: left;
	width: 960px;
	padding-top: 10px;
	text-align: right;
	font-size: 9px;
}

#footerContainer a:link		{	text-decoration: underline;	color: #CE293F;}
#footerContainer a:visited	{	text-decoration: underline;	color: #CE293F;	}
#footerContainer a:hover		{	text-decoration: underline;	color: #CE293F;	}

a:link		{	text-decoration: underline;	color: #CE293F;	}
a:visited	{	text-decoration: underline;	color: #CE293F;	}
a:hover		{	text-decoration: underline;	color: #CE293F;	}

#pageContainer
{
	position: relative;
	float: left;
	width: 960px;
	min-height: 350px;
	background-color: #EEEEEE;
	padding: 0px;
	margin: 0px;
}

.pageBoxRight
{
	position: relative;
	float: right;
	width: 480px;
	margin: 0px;
	padding: 0px;

}
.pageBoxLeft
{
	position: relative;
	float: left;
	width: 480px;
	padding: 0px;
	margin: 0px;
}

.pageBoxStreched
{
	position: relative;
	float: left;
	width: 960px;
	padding: 0px;
	margin: 0px;
}

/*  page  */
.pageBoxTxt
{
	padding: 5px;
}
.pageBoxImg
{
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

.pageBoxImg img
{
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.pageCatContent
{
	width: 100%;
	float: left;
	min-height: 100px;
	border-bottom: 1px solid #c0c0c0;
}

.pageCatBlock
{
	position: relative;
	width: 100%;
	float: left;
}

.magnifier
{
	position: absolute;
	cursor: pointer;
	right: 10px;
	bottom: 10px;
	width: 32px;
	height: 32px;
	z-index: 10;
	background-image: url('../../images/zoom.png');
}

.required
{
	position: absolute;
	color: #FF0000;
	right: 20px;
	top: 38px;
	text-align: right;
}

#imgPopupNext
{
	position: absolute;
	right: 5px;
	bottom: 5px;
	border: 0px;
}
#imgPopupPrev
{
	position: absolute;
	left: 5px;
	bottom: 5px;
	border: 0px;
}
