﻿img
{
	border:0;
}

/**************************************************************/
/* PAGE LAYOUT */
#TableWrapper
{
	width:920px;
	height:100%;
}

#Header
{
    background-image: url(Images/top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 176px;
    width: 920px;
}
#Menu
{
	width:920px;
	height:26px;
	text-align:center;
	color:White;
}
#LeftMenu
{
	width:200px;
	vertical-align:top;
	padding-top:10px;
	
}
#Content
{
    background-image: url(Images/body.jpg);
    background-repeat: repeat;
    background-position: center top;    
    width: 920px;
    height:500px;
    text-align:center;
}
#Content2
{
    background-image: url(Images/body2.gif);
    background-repeat: repeat;
    background-position: center top;    
    width: 920px;
    height:500px;
    text-align:center;
}


#Footer
{
    background-image: url(Images/bot.jpg);
    background-repeat: no-repeat;
    background-position: center top;    
    width: 920px;
    height:21px;
}

#Footer2
{
    background-image: url(Images/bot2.jpg);
    background-repeat: no-repeat;
    background-position: center top;    
    width: 920px;
    height:21px;
}
/**************************************************************/