#container
{
	width:100%;
	height:100%;
}

.td_spacebefore
{
	background-image:url(../images/bg_body.gif);
}

#td_header
{
	height:44%;
	background-image:url(../images/bg_body.gif);
	text-align:center;
	vertical-align:bottom;
}
#td_content
{
	height:56%;
	vertical-align:top;
	text-align:center;
}



#content-container, #header
{
	width: 800px;
	text-align:left;
	margin:auto;
}



#header
{
	height:251px;
	background-image:url(../images/bg_header_intro.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	position:relative;
	padding:66px 0px 0px 0px;	
}

#menu
{
	background-image:url(../images/bg_menu_intro.jpg);
}

#topmenu
{
	position:absolute;
	right:0px;
	top:0px;
}

#login
{
	position:absolute;
	top:250px;
	left:545px;
}

#content 
{
	width:360px;
	padding:0px 430px 0px 10px;
	margin:10px 0px 10px 0px;
	float:left;
	background-image:url(../images/clear_grey.gif);
	background-repeat:repeat-y;
	background-position:387px 0px;
}

#rightcontent
{
	float:right;
	margin:0px -430px 0px 0px;
	width:390px;
	_width:370px;
	padding:0px 0px 0px 40px;
	
	
}

/*** IE6 Fix ***/
* html #rightcontent {
  margin-right:-200px;          /* RC width */
}
