/* layout.css */
				
body	{	
	margin:5px 10px 10px 10px;
	padding: 0;
	}		

#frame {
		width:722px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		}

#contentleft {
		width:143px;
		min-height: 318px;
	*height:min-height: 318px;
		padding:0px;
		float:left;
		}
		
#contentcenter {
		width:558px;
		min-height: 460px;
	*height: 460px;
		padding:10px;
		float:left;
		}

#contentright {
		width:1px;
		min-height: 318px;
	*height:min-height: 318px;
		padding:0px;
		float:left;
		}		
		
#footer {
		width:722px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		}		
		
		
		
		
