#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 700px;
	background: url("img/background_cols.gif") repeat;
}

#header {
	margin: 0 0 0 0;
	padding-bottom:5px;
	background-image:url(img/header.gif);
}

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

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

#content { 
	float: left;
	width: 56%;
	padding-left:13px;
}

#footer {
	clear: both;
	background: #CCC68F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:20px;
	padding-top:5px;
}

.menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding: 5px;
	line-height: 13px;
	padding-left:10px;
}
	
.menu a {
	text-decoration: none; 
	color:#807C59;
}
.menu a:hover {
	font-weight:bold;
}
#contenido {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
/* set millions of background images */
.rbroundbox { background: url(img/nt.gif) repeat; }
.rbtop div { background: url(img/tl.gif) no-repeat top left; }
.rbtop { background: url(img/tr.gif) no-repeat top right; }
.rbbot div { background: url(img/bl.gif) no-repeat bottom left; }
.rbbot { background: url(img/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }

h1 {text-align:center; font-size:12px; font-weight:bold; }

#contenido a {
	text-decoration: underline;
	color:#000000;
}
#contenido a:hover {
color:#807C59;
}