@charset "utf-8";
/* CSS Document */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1012px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin: 0 0 15px 0;
	background-color: FFC002;
}

#side-a {
	float: left;
	width: 220px;
}

#side-b {
	float: right;
	width: 200px;
}

#content { 
	float: left;
	width: 56%;
}

#footer {
	clear: both;
	background-image:url(../_images/raya.jpg);
	background-repeat:repeat-x;
}
