body {
		text-align:center;
		background-color: #91a8b0;
		
		}
	
	#frame {
		top: 5px;
		width:780px;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:208px;
		min-height:430px;
  		height:auto !important;
  		height:450px;
		padding:0px;
		float:left;
		background-image: url('./gfx/bg_menu.png');
		background-repeat: repeat-x;

		}
	
	#content {
		width:571px;
		min-height:430px;
  		height:auto !important;
  		height:450px;
		padding:0px;
		border-left: 1px ridge #91a8b0;
		padding:0px;
		float:left;
	   background-image: url('./gfx/bg_content.png');
		background-repeat: repeat-x;
		
		}
	
	#contentheader {
		background:#91a8b0;
		}
	#footer {
		clear: both;
		background:#91a8b0;
		}
		
	