﻿body

{

    font-size: smaller;

}

#Total 
	 {
  	 min-height:100%;
  	 height:auto;
	 }      
#container 
	 {
  	 min-height:100%;
  	 height:100%;
  	 margin-left:auto;
  	 margin-right:auto;
  	 position:relative;
  	 width:720px;
	 }  
#header 

{

    clear: both;

    width: 100%;    

    text-align: center;

    font-size: 10px;

    padding: 3px;    

    border-top: 3px solid #333;

    background-color: #cc0000;

}

#gap1 

{

    clear: both;

    width: 100%;
     
    height: 10px ;  

    text-align: center;

    font-size: 10px;

    padding: 3px;    

    border-top: 3px solid #333;

    background-color: #ffffff;

}

#menu1 

{

    clear: both;

    width: 100%;    

    text-align: center;

    font-size: 10px;

    padding: 3px;    

    border-top: 3px solid #333;

    background-color: #cc0000;

}

#gap2 

{

    clear: both;

    width: 100%;
     
    height: 10px ;  

    text-align: center;

    font-size: 10px;

    padding: 3px;    

    border-top: 3px solid #333;

    background-color: #ffffff;

}


#main

{

    float: left;

    width: 100px;
	
    background: #fff;

    border-right: 1px solid #000;

    margin-right: 15px;

    padding-bottom: 10px;

    padding-right: 10px;        

}

#right

{

    background: #fff;

    border-right: 1px solid #000;

    margin-right: 15px;

    padding-bottom: 10px;

    padding-right: 10px;        

}
 

#footer 

{

    clear: both;

    width: 100%;    

    text-align: center;

    font-size: 10px;

    padding: 3px;    

    border-top: 3px solid #333;

    background-color: #cc0000;

}
