* {
	margin: 0;
	padding: 0;
}

html, body {
    margin: 0;
    paddng: 0;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
}

html {    
    overflow: auto;
}


#MainTable {
	width: 960px; 
	padding: 0;
	margin: auto;
	height: 100%;
	background-image: url(../images/layout/main.gif);
	background-repeat: repeat-y;
}

#pageHeader{
	width: 960px;	
    height: 142px;
	background-image: url(../images/layout/pageHeader.gif);
	background-repeat: no-repeat;
}

#pageHeader_login{
	width: 960px;	
    height: 142px;
    text-align: right;
    padding-right: 25px;
	background-image: url(../images/layout/pageHeader_login.gif);
	background-repeat: no-repeat;
}

#topMenuBar{
	width: 960px;	
    height: 20px;
	background-image: url(../images/layout/topMenuBar.gif);
	background-repeat: no-repeat;
}

#main{
    position: relative;
	width: 960px;	
	height: 100%;
    background-image: url(../images/layout/mainCell.gif);
    background-repeat: no-repeat;
}

#mainLeftSpace {
	float: left;
	width: 22px;
}

#menu, #LoadingMenu {
	float: left;	
	width: 189px;
}

#LoadingMenu {
    left: 22px;
}

#content {
	float: left;
	width: 695px;
	margin: 20px;
	padding-bottom: 15px;
}

#pageFooter{
	width: 960px;	
    height: 79px;
    padding: 1px 35px 0px 0px;
	background-image: url(../images/layout/pageFooter.gif);
	background-repeat: no-repeat;
}

#pageFooter a, #pageFooter img{
    border: 0px;
}

#pageFooter #pageFooterText{
    position: relative;
    float: left;
    top: 18px;
    left: 220px;
    color: white;
    font-size: 13px;
}


#loginTable {
    width: 220px;
}

#loginTable td {
    text-align: left;
}




