/************************************************/
/* SITE Design Structure*/
/************************************************/
#LentaArea{
}
#LentaArea a {color:white;border:0};
/*Main Table of the Design*/
.MainTable{
	margin:0;
	padding:0;
	width:100%;
	height: 100%;
}

/************************************************/
/* Logo Side*/
/************************************************/
.TD_Logo{
	background-image: url(images/design/top_new_bak.gif);
	background-position: left;
	background-repeat: repeat-x;
	height: 200px;
	padding:0;
	margin: 0;
	
}
.div_logo{
	float: left;
	padding: 0;
	margin: 0;
	
	background-image: url(images/design/top_new.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 200px;
	width: 100%;
}

.TD_UnderLogoFade{
	height:10px;
	background-image: url(images/fade_under_logo.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding:0;
	margin:0;
}
/*End of Logo Side */
/************************************************/


/************************************************/
/*Left Side of the Site*/
/************************************************/
.TD_Left{
	vertical-align: top;
	height: 100%;
	width: 200px;
	background-color: White;
	padding-right: 3px;
	padding-left: 1px;	
	border-right: 0px solid #DCDCDC;
	
	
}

/************************************************/
/* Text  (Content) side of the Site Design Table - Content TD Tag*/
/************************************************/
.TD_Text{
	vertical-align: top;

	padding-top: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

/************************************************/
/* Left  Column  from the Text (Content)*/
/************************************************/
.TD_LeftOfText{
	background-image: url(images/left.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width:0px;
	min-width: 0px;
	vertical-align: top;	
}

/************************************************/
/* Right  Column  from the Text (Content) - Right Side of the Site */
/************************************************/
.TD_RightOfText{
	background-color: White;
	width:20%;	
	min-width: 100px;
	vertical-align: top;
	padding:0px;
	border-left:0px solid Silver;
}

/************************************************/
/* Bottom Side of the Site*/
/************************************************/
.TD_Bottom{
	background-image: url(images/bot_back.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 80px;
	padding: 10px;
	padding-top: 40px;
	margin: 0;
	text-align: center;
	vertical-align: bottom;
	border-top: 0px solid #F5F5F5;
}

