body 
{
	background-image: url(../Images/pageback.png);
	background-color: #9A897E;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#Middle 
{
    border: 1px solid #979797;
    width: 968px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    background-image:  url(../Images/menu_left_back.png);
    background-repeat: repeat-y;	
    background-position: left top;	
}      

#Top 
{
	width: 968px;
    position: relative;
    z-index: 14;
    background-image: url(../Images/topback.png);
    background-repeat: no-repeat;	
    background-position: left top;
}

div.outer 
{
	width: 968px;
}

div.inner 
{
	margin: 0px; 
	width: 100%;
}

#Left 
{
    float: left;
    width: 205px;
    padding-top: 5px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 13;
    min-height: 350px;
}
			
#Center 
{
    float: left;
    width: 763px;
    z-index: 12;
    height: auto;
    text-align: left;
    overflow: hidden;
}

#Bottom 
{ 
	  width: 968px;
      background-image: url(../Images/footer_back.png);
      background-repeat: no-repeat;
      height: 67px;
      clear: left;
      overflow: hidden;
} 
	


/*** Header components ***/

div.top_m1 
{
	height: 129px;
}


/*** Footer components ***/

span.copy, span.legal 
{
	font-family: Arial;
	font-size: 8pt; /* fixed font size */
	color: #555;
	position: relative;
	margin-top: 50px;
}

span.copy 
{
	float: left;
	left: 10px;
}

span.legal 
{
	float: right;
	right: 10px;
}

span.legal a, span.legal a:visited, span.legal a:active, span.legal a:link 
{
	text-decoration: none;
	color: #000000;
}

span.legal a:hover 
{
	color: #DE3819;
}