﻿html, body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color:#E6A236;
	background-image:url(images/site_bg_orange.jpg);
	background-repeat:repeat-x;
	height: 100% !important;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/*
a { background: url(dotlink.gif) repeat-x scroll left bottom; }
a:link, a:visited { color: #5785a4; }
a:hover { color: #1d8fdb; }
*/

#container { position: absolute; background: transparent url(images/site_bg_big_orange.jpg) top center no-repeat;  width: 100% !important;
             height: 100% auto !important; margin: 0px; padding: 0px; top: 0px; top: 0px;
             margin-bottom: 250px; clear: both; }
#header
{
    z-index:9000;
	position: relative;
	top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 190px;
	width: 850px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
#wrapper {
	position: relative;
	top: -185px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 850px;
	/*background-color: #EDEDED; */
	background:transparent url(images/border_tran.png) repeat scroll 0 0;
	/* border: 4px solid #2578AF; */
}
#contents {
	position: relative;
	top: 205px;
	z-index:9001;
	float: left; padding-left: 5px; width: 540px; padding: 20px; height: 100%; background-color: #F7F7EE; color: #000; border: 1px solid #ffffff; margin-bottom: 225px; }

#intro { position: absolute; padding: 2px 10px 2px 10px; }

#sidebar { position: relative;
	top: 205px;
	float: right; width: 250px; height: 100%;  background-color: #F7F7EE; color: #000; border: 1px solid #ffffff;
	margin-bottom: 230px;
  }
#sidebar .title { display: none; }
#sidebar ul { list-style: none none outside; margin: 0px 0 0 0; padding: 5px; }
#sidebar ul li { display: block; margin: 0px 0; background-color: #FAFAF1; padding: 2px 0 2px; border-bottom: 2px solid #F1F1F1;  }
#sidebar ul li:hover { display: block; margin: 0px 0; background-color: #FFFFFF; border-bottom: 2px solid #F1F1F1;  }
#sidebar ul li a { color: #8E8E8E; display: block; font: bold 12px Verdana, Helvetica, sans-serif; padding: 5px 0 5px 13px; text-decoration: none; }
#sidebar ul li a:active { color: #8E8E8E; }
#sidebar ul li a:visited { color: #8E8E8E; }
#sidebar ul li a:hover { color: #000000; }

#footer { clear: both; width: 100%; text-align: center; padding-top: 10px; padding-bottom: 15px;
    background-image:url(images/site_bg_orange.jpg);
	background-repeat:repeat-x; background-position: bottom; }
#footer p { margin: 0; padding-top: 10px; font: 11px Tahoma, Arial, sans-serif; }
#footer p a { color: #ffffff; }
#footer p a:hover { color: #ffffff; }

#edit-contents { background-color: #ff9; height: 100%; }


#MSTWHeaderText
{
	color: #ffffff !important;
}

/* fix so that text in the move header dialog isn't white */
.x-window-body
{
    color: #222;
}
