body  {
    background: #FFFFFF;
    margin: 0; 
    padding: 0;
    text-align: center; 
    background-image:url(../images/page_bg_02.jpg);
    background-repeat:repeat-x;
}
/*
img{
    padding-top:5px;
    padding-right:15px;
    padding-bottom:5px;
}
*/
.navi_active1, .navi_active2{
    text-decoration:none;
    background-image:url(../images/menu_dot_hot.gif);
    background-repeat:no-repeat;
    background-position:right;
    padding-right:10px;
    color:#C00;
    border-bottom:1px dotted #999;
    padding-bottom:2px;
    padding-top:0px;
    line-height:17px;
    font-weight:bold;
}
.navi_active2{
    background-image:url(../images/menu_arror_selected.gif);
	padding-right:15px;
}
.navi_passive1, .navi_passive2{
    text-decoration:none;
    background-image:url(../images/menu_dot.gif);
    background-repeat:no-repeat;
    background-position:right;
    padding-right:10px;
    color:#063;
    border-bottom:1px dotted #999;
    padding-bottom:2px;
    padding-top:0px;
    line-height:17px;
    font-weight:bold;
}

.navi_passive2{
     background-image:url(../images/menu_arrow_hot.gif);
	 padding-right:15px;
	 color:#cd5657;
	 /*#004321;	*/
}
.thrColAbs #container { 
    position: relative;
    width: 780px; 
    background: #FFFFFF;
    margin: 0 auto; 
    border: 0px solid #000000;
    text-align: left; 
}

.thrColAbs #sidebar {
    position: absolute;
    top: 240px;
	/*
	 top: 290px;
	 */
    left: 0px;
    width: 170px;
    padding: 15px 10px 15px 20px; 
    height: 197px;
    border: 0px solid #000000;
    text-align:right;
}
.thrColAbs #ticker {
	position: absolute;
	top: 135px; /*135*/
	/*
	 top: 290px;
	 */
    left: 300px;
	width: 330px;
	padding:0;
	margin:0;
	height: 22px;
	border: 0px solid #000000;
	text-align:left;
}
.thrColAbs #search {
	position: absolute;
	top: 135px;
	/*
	 top: 290px;
	 */
    left: 630px;
	width: 150px;
	padding:0;
	margin:0;
	height: 22px;
	border: 0px solid #000000;
	text-align:left;
}
.thrColAbs #content {
    position: absolute;
    top: 220px;
    left: 201px;
    width: 551px; 
    padding: 0px 0px 0px 30px; 
    height: 420px; /* 355 */
    border-left:1px dotted #666;
}
.thrColAbs #heady {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 780px; 
    padding: 0px 0px 0px 0px; 
    height:325px;
    background-image:url(../images/page_bg_02.jpg);
    background-repeat:repeat-x;
}

.thrColAbs #mainContent { 
    margin-left:200px; 
    padding: 0 10px; 
}
