body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	background-repeat:repeat-x;
	background-position:top;
	background-image:url(images/total-tlo.gif);
}

a {
	color:#ffffff;
	text-decoration:none;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#marginLeft {
	background-image:url(images/margin-left.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}


#marginRight {
	background-image:url(images/margin-right.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}


#GFX_up
{
	position:relative;
	width:950px;
	height:50px;
}

#GFX_mainFlash
{
	position:relative;
	width:950px;
	height:340px;
	overflow:hidden;
}

#MainContent
{
	position:relative;
	width:950px;
	min-height:500px;
	background-image:url(images/content-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#MainContent #PageLabel
{
	height:85px;
	text-align:right;
}

#MainContent #PageEssential
{
	width:610px;
	height:auto;
	margin-left:310px;
	margin-top:20px;
	font-size:11px;
	font-family:Verdana;
	line-height:18px;
	color:#F3E8CE;
	text-align:justify;

}


.clear { clear:both; }


