/*** BOX  *************************************************************************/

#boxOut{
	width:820px;
	height:100%;
}

#boxTop{
	width:820px;
	height:70px;
}

#boxContentTop{
	width:820px;
	height:15px;
	background-repeat:no-repeat;
}

#boxContentMiddle{
	width:820px;
	position: relative;
	background-image:url(../images/layout/bg.middle.gif);
	background-repeat:repeat-y;
}

#boxContentBottom{
	width:820px;
	height:15px;
	background-image:url(../images/layout/bg.content.bottom.gif);
	background-repeat:no-repeat;
}

#boxFooter{
	width:820px;
	height:30px;
	padding:10px 0px 0px 30px;
	clear:both;
}

/*** Table ***/

#tableMiddle{
	width:820px;
	height:100%;
	background-image:url(../images/layout/bg.middle.gif);
	background-repeat:repeat-y;
}

#tdLeft{
	width:520px;
	padding-left:40px;
	vertical-align:top;
}

#tdRight{
	width:190px;
	vertical-align:top;
	padding-right:10px;
}

/*** Top (Logo+Menu) ***/

#topLogo{
	padding:20px 0px 0px 20px;
	float:left;
	width:200px;
}

#topMenu{
	float:right;
	width:600px;
	height:70px;
	text-align:right;
}


/*** Content  *************************************************************************/

#contentTitle{
	height:25px;
	padding:10px 0px 20px 0px;
}

#contentText{
	padding:0px 0px 10px 0px;
	color:#567482;
	display:block;
	width:520px;
}


/*** Rigthbar  *************************************************************************/

#rightBarTop{
	width:190px;
	height:10px;
	background-image:url(../images/layout/bg.rightbar.top.gif);
	background-repeat:no-repeat;
}

#rightBarMiddle{
	width:190px;
	text-align:center;
	background-image:url(../images/layout/bg.rightbar.middle.gif);
	background-repeat:repeat-y;
	color:#567482;
	margin-top:-5px;
	padding-top:2px;
}

#rightBarBottom{
	width:190px;
	height:10px;
	background-image:url(../images/layout/bg.rightbar.bottom.gif);
	background-repeat:no-repeat;
}

#rightBarText{
	width:170px;
	margin:0px 10px;
	padding-top:10px; 
	text-align:left;
}




