/* CSS Layout Document */

body { margin:0;
	   padding:0;
	   line-height: 1em;
	   background: #fff; }

#maincontainer { width: 50em; 
			     margin: 0.63em; }
				 
#banner { background: #fff;
		  height: 110px;
		  border-bottom: 0.5em #ccc solid; }

#topalt { float: left;
		  width: 80%;
		  height: 90px;
		  text-align: right;
		  font-size: 0.85em;}

#contentpos { float: left;
              width: 100%; }

#contentcolumn { margin: 0 10.63em 0 10em;
background-color:#FFFFFF }

#mainmenu { float: left;
			width: 9.6em; 
			margin-left: -50em; 
			background: #ddd;
			text-align:center; }

#rightcolumn { float: left;
			   width: 10.60em; 
   			   margin-left: -10.60em; 
			   background: #FFFFFF;
			   text-align:center; }

#bttm_alt { clear: left;
	        width: 100%;
            background: #fff;
            color: #000;
            text-align: center;
            padding: 3px 0;
		    border-top: 0.05em #ccc solid;
			border-bottom: 0.05em #ccc solid; }

#footer { clear: left;
	      width: 100%;
          background: #fff;
          color: #000;
          text-align: center;
          padding: 3px 0; }
		  
