
	body, html {
		text-align:center;
		margin:0px;
		padding:0px;
		background-color:#FFF;
		background-image: url(../background/0-green-leaf-background-tile.jpg);
		background-repeat:repeat;
		}
	
	#lftborder {
	height:100%;
	width:20px;
	background-image:url('bg1222.jpg');
	background-position:right top; 
	background-repeat:repeat-y;
	}
	
	#rgtborder {
	float:left;
	height:100%;
	width:20px;
	background-image:url('bg1223.jpg');
	background-position:left top; 
	background-repeat:repeat-y;
	}
	
	#frame {
		width:780px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background-color:#FEF0C9;
		overflow: visible;
		position: relative;
		
		}
		
    #contentheader {
		background:#ddd
		}
		
	#contenttop {
		width:780px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentleft {
	    position:relative;
	    background-image:url(../images/stripes_bot.gif);
		background-position:top left;
		width:257px;
		padding:0px;
		margin: 0px;
		float:left;
		background-repeat:no-repeat;
		}
		
	#leftdivision {
	    position: absolute;
	    background-image:url(../images/pontinhos.jpg);
		width:48px;
		height:500px;
		background-repeat:y-repeat;
		right:0px;
		top:35px;
		
	    }
	
	#contentright {
		 
		background-repeat: no-repeat;
		background-position: top right;
		width:520px;
		padding:0px;
		float:left;
		}
		
	#contentfoot {
	    width:781px;
		
		padding:0px;
		float:left;
		background:#F1D798;
		position:relative;
		}

