html {
	/* Force a vertical browser scrollbar to prevent page jumping */
	height: 101%;
	/* Page background */
	background: #493308;
	/* General font settings */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2f2f2f;
	margin:0;
}
body {
	padding: 0 0 0 0;
	/* General font settings */
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2f2f2f;
	background: #493308;
}
/*
 * Create a 10px space around content, doing an extra inner div instead of setting
 * a padding or margin on a fixed width div prevents problems between browsers.
*/
div { /*border:1px solid #ccc;*/ }
div.inner {
	padding: 0 10px 0px 10px;
}

/* Main site container, the margin: 0 auto; horizontaly centers the container */
div#site-container {
	width: 985px;
	margin: 0 auto;
	text-align: left;
	/*background: #ece6d0;*/
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}

/* Header container where logo or a nice picture could be presented */
div#header-container {
	height: auto;
}

/* The content container where component data is loaded */
div#content-container {
	width: 900px;
	line-height:15px;
	margin: 0 36px 0 31px;
	/*border:1px solid #ff0000;*/
}

/* Footer container */
div#footer-container {
	height: auto;
	padding: 0 0 0 0;
}

/* Design Layout */
div#footer-container a{ font-size:11px; text-decoration:none;color:#ffffff; }
div#footer-container a:hover { font-size:11px; text-decoration:underline; color:#ffffff;}
   
.alternatecolor1ROW { background-color:#ECE5CF; border-bottom: 1px dashed #ccc; font-size:12px;  padding:5px; width:885px;   }		
.alternatecolor2ROW { background-color:#F3EFE2; border-bottom: 1px dashed #ccc; font-size:12px;  padding:5px; width:885px; }
.alternatecolor3ROW { background-color:#ECE5CF; border-bottom: 1px dashed #ccc; border-top: 1px dashed #ccc;  font-size:12px;  padding:5px; width:800px;   }		
.alternatecolor4ROW { background-color:#F3EFE2; border-bottom: 1px dashed #ccc; border-top: 1px dashed #ccc; font-size:12px;  padding:5px; width:800px; }

a { color:#835a2e; text-decoration:underline; }
a:hover { color:#835a2e; text-decoration:underline; }