body {
	margin: 0px;
	height: 100%;
	background-color: #eed6ac;
	background-image: url(../images/body_bg.jpg);
	background-position: top left;
}

#main_container {
	position: relative;
	width: 1000px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-align: left;
}

#page_top_fade {
	background-image: url(../images/page_top_fade.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#navi_container {
	width: 1000px;
	height: 48px;
	background-image: url(../images/navigation/navi_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}


/* ["Main Page" styles] --------------------------------------------------------------------------- */
#left_column {
	position: absolute;
	width: 691px;
	height: 543px;
	background-image: url(../images/left_column_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#faded_rmm_title {
	position: absolute;
	margin: 11px 11px 0px 11px;
	width: 669px;
	height: 32px;
	z-index: 2;
}

#left_column .text_12px {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	text-align: justify;
}

#left_column .text_10px {
	font-size: 10px;
	color: #FFFFFF;
	line-height: 13px;;
}

#left_column .text_10px span {
	color: #f0ff00;
}

#left_column .text_10px a:link, #left_column .text_10px a:visited, #left_column .text_10px a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#left_column .text_10px a:hover {
	color: #f0ff00;
	text-decoration: none;
}

#flash_area {
	position: absolute;
	margin: 11px;
	width: 669px;
	height: 521px;
	z-index: 1;
}

#right_column {
	position: absolute;
	margin-top: 0px;
	margin-left: 14px;
	width: 261px;	
}

#footer_main {
	width: 962px;
	height: 45px;
	background-image: url(../images/footer_bg.png);
}

#footer_main .footer_text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: 16px;
	color: #6b1817;
}

#footer_main .footer_text a:link, #footer_main .footer_text a:visited, #footer_main .footer_text a:active {
	color: #6b1817;
	text-decoration: none;
}

#footer_main .footer_text a:hover {
	color: #6b1817;
	text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------------ */



/* ["Sub Pages" styles] --------------------------------------------------------------------------- */
.content_left_bg {
	background-image: url(../images/sub_content_left.png);
	background-repeat: repeat-y;	
}

.content_right_bg {
	background-image: url(../images/sub_content_right.png);
	background-repeat: repeat-y
}

.content_topright_deco {
	background-image: url(../images/sub_content_deco.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #82643e;	
}

.content_text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: justify;
}

.content_text a:link, .content_text a:visited, .content_text a:active {
	color: #eebd29;
	text-decoration: underline;
}

.content_text a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}

.content_text .title {
	font-size: 13px;
	font-weight: bold;
	color: #ffea00;
}

.content_text .rrm {
	font-size: 13px;
	font-family: Georgia;
	color: #FFFFFF;
	font-weight: bold;
}

#footer_sub {
	width: 958px;
	height: 45px;
	background-image: url(../images/footer_bg.png);
}

#footer_sub .footer_text {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	line-height: 16px;
	color: #6b1817;
}

#footer_sub .footer_text a:link, #footer_sub .footer_text a:visited, #footer_sub .footer_text a:active {
	color: #6b1817;
	text-decoration: none;
}

#footer_sub .footer_text a:hover {
	color: #6b1817;
	text-decoration: underline;
}
/* ------------------------------------------------------------------------------------------------ */