body
{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 11px;
	color: black;
}
img
{
	display: block;
}
div
{
	display: block;
}
#headerBg
{
	position:relative;
	width: 100%;
	height: 154px;
	text-align: center;
	display: block;
}
#headerBg #header, .headerEn
{
	position:relative;
	top: 28px;
	width: 900px;
	height: 104px;
    background: url(../../Members/images/master/header.png);
	background-repeat: no-repeat;
}

.headerFr
{
	position:relative;
	top: 28px;
	width: 900px;
	height: 104px;
    background: url(../../Members/images/master/headerFr.png);
	background-repeat: no-repeat;
}


#headerBg #menu
{
	position: relative;
	top: 80px;
	left: 40px;
	width: 900px;
}

#header #fbLike
{
	position:absolute;

	top: 44px;
	right: 270px;
	width: 90px;
	height: 22px;
}


#header #headerMenu
{
	position:absolute;
	top: 22px;
	right: 0px;
	width: 235px;
	height: 22px;
	text-align: left;
}
#header #headerMenu a
{
	font-family: arial;
	color: white;
	margin-bottom: 10px;
	text-decoration: underline;
	float: left;
}#header #headerMenu .menuSpacer
{
	width: 6px;
	height: 9px;
	float: left;
	clear: right;
}
#headerLeft
{
	position: absolute;
	width: 12px;
	height: 154px;
	left: -12px;
	top: -28px;
}
#headerRight
{
	position: absolute;
	width: 12px;
	height: 154px;
	right:-12px;
	top: -28px;
}
#contentBox
{
	position:relative;
	width: 981px;
	display: block;
}
#contentBoxLeft
{
	position: absolute;
	width: 20px;
	height: 294px;
	left:-20px;
	top: 0px;
}
#contentBoxRight
{
	position: absolute;
	width: 20px;
	height: 294px;
	right:-20px;
	top: 0px;
}
#contentBoxBottomLeft
{
	position: absolute;
	width: 220px;
	height: 606px;
	left:-220px;
	bottom: 0px;
}
#contentBoxBottomRight
{
	position: absolute;
	width: 198px;
	height: 606px;
	right:-198px;
	bottom: 0px;
}
#content
{
/*	width: 1400px;
	margin: 0px 5px 0px 40px;*/
}
#sponsors
{
	position: relative;
	width: 980px;
	height: 61px;
}
#footer
{
	width: 100%;
	height: 75px;
	background-color: white;
	color:#FFF;
}
#footer a
{
	color:#FFF;
}
#footer a:hover
{
	color: black;
}
#footer #tcLogo
{
	width: 88px;
	height: 46px;
	background: url(../../Members/images/master/header.png);
}
.spacer
{
	width: 10px;
	height: 10px;
	float: left;
	display: block;
}
.endline
{
	clear: both;
}

#wrapper #headerBg {
	position: relative;
	z-index: 2;
}
#wrapper #contentBox {
	position: relative;
	z-index: 0;
}