* { padding: 0; margin: 0; }

html {
	height: 100%;
	}

body {
 font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
 font-size: 13px;
}

.clear {
	clear: both;
	}

.spacer1 {
	height: 50px;
	}

#wrapper { 
 margin: 0 auto;
 width: 960px;
 background-image: url('images/bordesombrita.png');
 background-repeat: repeat-y;
 background-position: left;
 overflow: hidden;
 border-right: 1px solid #0099CC;
}

#leftcolumn {
 padding-top: 50px; 
 width: 230px;
 float: left;
 background-position: top right;
 background-repeat: repeat-y;
 min-height: 600px;
 position: fixed;
}

#rightcolumn { 
 padding: 35px;
 float: right;
 width: 650px;
 display: inline;
 position: relative;
}

#footer {
	clear: both;
	background: #006687;
	height: 150px;
	color: white;
	width: 690px;
	padding: 20px;
	float: right;
	border-top: 1px solid #666;
	}
	
#footer_left {
	float: left;
	}
	
#footer_right {
	float: right;
	}
	
#rightcolumn h1, #rightcolumn p, #rightcolumn h2, #rightcolumn img {
	margin-bottom: 20px;
	}