
#MainPanel {
    width: 900px;
    text-align: center;
	margin:10px auto;
	padding:0;
}


#Ticker {

    padding: 5px 20px 20px 20px;
    text-align: center;
}

#WhatsNew {

    height: 100px;
    overflow: auto;
    text-align: center;
    padding-top: 5p;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

#WhatsNewList {

    width: 874px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

#WhatsNewList .Date {

    width: 100px;
	text-align: left;
}

#WhatsNewList .Summary {

    width: 774px;
	text-align: left;
}

/* -----------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------*/

#ContentList {

    width: 874px;
    padding: 0;
    margin: auto;
    border: 0;
	border-collapse: collapse;
}

#ContentList .Column1 {

    width: 450px;
	text-align: right;
   	background-image: url("../images/col1_bg.gif");
	background-position: right top;
	background-repeat: no-repeat;
}

#ContentList .Column2 {

    width: 422px;
	text-align: left;
   	background-image: url("../images/col2_bg.gif");
	background-position: right top;
	background-repeat: no-repeat;
}

#ContentList .LastRowColumn1 {

	text-align: left;
   	background-image: url("../images/last_row_col1_bg.gif");
	background-position: right top;
	background-repeat: no-repeat;
}

#ContentList .LastRowColumn2 {

	text-align: left;
   	background-image: url("../images/last_row_col2_bg.gif");
	background-position: right top;
	background-repeat: no-repeat;
}

#ContentList tr {

    margin: 0;
    padding: 0;
    border: 0;
}

#ContentList td {

    margin: 0;
    padding-left: 1px;
    border: 0;
}

/* -----------------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------*/

#Ad {

    width: 900px;
    text-align: center;
    padding: 50px 0 50px 0;
    margin: 0;
}
