/* Created by Ronald Huereca - www.ronalfy.com */
body { margin: 0 auto; padding: 0; text-align: center; overflow: auto; }
#container { margin: 0 auto; overflow: auto; }
#footer, #container, #content, #header, #sidebar, body { position: relative; z-index: 1;}
h1 { margin-top: 0; }
p { text-align: left; margin-top: 0; margin-bottom: 0; padding-bottom: 0.5em;}
img { border: 0; }
.crc-overlay { 
	display: block;
	position: absolute;
	right: 0px;
	top: 0;
	width: 5px;
	cursor: e-resize;
	z-index: 100;
	background-color: #000066;
}
#right-container { width: 70%; }
#sidebar { width: 30%; }



