/* structure and general styles for site, if you don't want to change the layout only edit the other style sheet */

body {
	background: #FFFFFF url(../img/bg.jpg) repeat-x left bottom;
	margin: 0;
}

/* header */

#header 
{
	background: transparent url(../img/header.gif) no-repeat top right;
	background-color: #002A90;
	width: 882px;
	float: left;
	padding: 20px;
	border-bottom: 0;
	height: 126px;
}

/* Page Wrapper */

#wrapper {
	margin: 0 auto;
	width: 922px;
}

/* right column */

#rightcolumn {
	float: left;
	color: #000000;
	width: 196px;
}

/* left column */

#leftcolumn  
{
	font-size: 1.2em;
	float: right; 
	color: #000000;
	margin-right: 5px;
	padding: 10px;
	width: 679px;
	display: inline;
	margin-right: 5px;
}

/* main content wrapper (background image ensures columns are equal */

#maincontent {
	background: #E8EDF6;
	float: left;
	border: 1px solid #002A90;
	border-bottom: 0;
	border-top: 0;
	width: 920px;
}

/* footer */

#footer {
	background-position: bottom;
	text-align: center;
	background-color: #002A90;
	border-top: 0;
	clear: left;
	width: 902px;
	padding: 10px;
}

#ventana {
	background: #E8EDF6;
	padding: 10px;
}

/* set millions of background images */

.rbheader div { background: url(../img/htl.gif) no-repeat top left; }
.rbheader { background: url(../img/htr.gif) no-repeat top right; }
.rbroundboxcorner { background: url(../img/nt.gif) repeat; }
.rbcorner div { background: url(../img/tl.gif) no-repeat top left; }
.rbcorner { background: url(../img/ctr.gif) no-repeat top right; }
.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. */
.rbheader div, .rbheader, .rbcorner div, .rbcorner, .rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; }
.rbroundboxcorner { width: 105%; }

