@charset "utf-8";
@import url("rsr_theme_rich_common.css");

body {
	background-color:#333333;
	color:#ffffff;
	font-family: "segoe ui", "candara", "trebuchet ms", arial, helvetica, tahoma, sans-serif;
	line-height:15px;
	font-size:100%;     /* Required for all-browser text-resizing compatibility */
	font-size:0.75em;   /* Note:12px / 16 = 0.75em */
	margin:0px 0px 0px 0px;
	max-width:100%;
	height:100%;        /* necessary for 100% height divs */
	background:url('../backgrounds/background_g_wide.png') repeat scroll;
}


/* 
 * set margins around site and main content background
 *
 * header bar
 */
 
div.headerbar-top {
	padding:0px;
	margin:0px;
	text-align:center;
	background:url('../frameborder_logobar_u_wide.png') repeat-x;
	height:3px;
}
div.header-top {
}
div.header-top-right {
}


div.headerbar-main {
	padding:0px;
	margin:0px;
	text-align:center;
	background:#5169e7 url('../logobar_image_1.jpg') repeat-x;
}
div.header-main {
}
div.header-main-right {
}
div.header-main-right span {
	bottom:2px;
	position:relative;
}


/*
 * navigation bars and links
 */
 
div.navbar-main {
	background:#dd5555;
}
div.navbar-main-right {
	background:#dd5555;
}


/*
 * main content of site
 */

div.container-main {
	padding:0;
	margin:0;
	z-index:0;
}
div.container-main-right {
	padding:0;
	margin:0;
}
div.content-container {
	padding:0px 5px 0px 5px;
	margin:0px;
	background:#ffffff url('../backgrounds/fade_bg_1.jpg') no-repeat bottom right;
	color:#000000;
}

div.content-container-2 {
	padding:0px 5px 0px 5px;
	margin:0px;
	background:#ffffff url('../backgrounds/fade_bg_2.jpg') no-repeat bottom right;
	color:#000000;
}


/*
 * footer
 */

div.footer-main {
}
div.footer-main-right {
}


div.footer-top {
}
div.footer-top-right {
}

