/* hms style sheet */

body {
		font-size: 12px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		background-color:  #c7d6eb;
		line-height: 1.6em;
		}
		
h2  {
		font-size: 30px;
		}		    	
				
#total_war
				{
				font-size: 12px;
				background-color: #c98300;
				border-width: thin;
				border-style: solid;
				border-color: #000000;
				width: 280px;
				padding-right: 20px;
				padding-bottom: 20px;
				padding-left: 20px;
				padding-top: 20px;
				margin-left: 20px;
				text-align: center;
				float: right;
				}
				
#main   {
        font-size: 12px;
				background-color: #bac18f;
				border-width: thin;
				border-style: solid;
				border-color: #000000;
				width: 608px;
				padding-right: 20px;
				padding-bottom: 20px;
				padding-left: 20px;
				padding-top: 20px;
				
				text-align: left;
				float: center;
				}
				
#footer {
        line-height: 1.4em;
        font-size: 80%;
				background-color: #d5c9a8;
				border-width: thin;
				border-style: solid;
				border-color: #000000;
				width: 950px;
				padding-right: 30px;
				padding-bottom: 10px;
				padding-left: 20px;
				padding-top: 10px;
				text-align: center;				
				text-color: #ffffff;
				float: center;
				margin-top; 30px;
				}
				
				
#orderinfo
        {
        font-size: 120%;
				background-color: #d5c9a8;
				border-width: thin;
				border-style: solid;
				border-color: #000000;
				width: 1000px;
				padding-right: 20px;
				padding-bottom: 20px;
				padding-left: 20px;
				padding-top: 20px;
				text-align: center;
				float: center;
				margin-top; 30px;
        }
        
#allcontent
        {
        
	      width: 1002px;
	      padding-top:  5px;
	      padding-bottom:  5px;
	      background-color:  #c7d6eb;
	      margin-left: auto;
	      margin-right: auto;
	      }
	
				
#pricelist
        {
        background-color: #ebf5fc;
				border-width: thin;
				border-style: solid;
				border-color: #000000;
				width: 1000px;
				padding-right: 20px;
				padding-bottom: 20px;
				padding-left: 20px;
				padding-top: 20px;
				text-align: left;
				float: center;
				}				
				
#about_hms
        {
        background-color: #ebf5fc;
				border-width: thin;
				border-style: solid;
				border-color: #000000;
				width: 950px;
				padding-right: 20px;
				padding-bottom: 20px;
				padding-left: 20px;
				padding-top: 20px;
				text-align: left;
				float: center;
				}		

				

