		   * { font-family: verdana; font-size: 10pt; COLOR: black; }
		body {
			 font-size:100%;
			 font: arial, helvetica, sans-serif;
			 background-color:#AAB5D1;
			 }
		
		#navigation {
			 float:left;
			 width: 175px; 
			 }

		#content {
			width:auto;
    		padding: 0px 0px 0px 180px;
			 }
		
		#footer {
			text-align:center;
			}

		#main { color: black; 
               	border: medium solid #AAB5D1; 
			min-height:600px; /*ff*/
			height: auto !important; /*ie7 */
			height: 600px; /*ie6 */; 
			}


