/* CSS Document */
.WidthContainer{ 
width: 900px; 
float: center; 
border:  #FF0000 dashed 1px; 
} 

.Header{ 
width: 900px; 
height: 80px; 
float: center; 
border:  #000000 solid 1px; 
} 

.TopMenu { 
width: 900px; 
height: 20px; 
float: center; 
border:  #000000 solid 1px; 
} 

.MiddleContent{ 
width: 900px; 
float: center; 
border:  #FF0000 dashed 1px; 
} 

.SideMenu { 
width: 200 px; 
height: 420px; 
float: left; 
border:  #000000 solid 1px; 
} 

.Content{ 
width: 698px; 
height: 420px; 
float: left; 
border:  #000000 solid 1px; 
} 

.FooterLeft{ 
padding-left: 10px; 
width:300px; 
border:  #000000 solid 1px; 
float: left; 
text-align:left; 
} 

.FooterCenter{ 
width:298px; 
border:  #000000 solid 1px; 
float: left; 
text-align:center; 
} 

.FooterRight{ 
padding-right: 10px; 
width:300px; 
border:  #000000 solid 1px; 
float: right; 
text-align<img src="/images/smile/pukey.gif" border="0" alt="">ight; 
}


