@charset "UTF-8";
/* CSS Document */

body {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		background: #000000;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		margin-top:20px;
		margin-bottom:20px;
		padding:0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #000000;
		font-size:100%; /* this is very important! */
	}
	#MyContainer {
		position: relative; top: 0; left: 0;
		width:1046px;
		margin: 0 auto;
		position: relative; top: 0px; left: 0;
		border-color:#834D20;
		border-width:1px;
		border-right-style:solid;
		border-left-style:solid;
		border-bottom-style:solid;
		border-top-style:solid;
		min-height:686px;
  		height:auto !important;
  		height:686px;
		text-align:left;
		background-image:url(../images/menu-main/side-header-fill.jpg);
		background-attachment:scroll;
		background-position:top left;
		z-index:1;
	}

	#MyPanelLeft {
		position:relative;overflow:visible;
		top:0px;
		left:0px;
		width:210px;
		float:left;
		
		min-height:686px;
  		height:auto !important;
  		height:686px;
		background-color:#66592F;
		/* background-image:url(images/menu-main/menu-main-home.gif); */
		background-repeat:no-repeat;			
		z-index:2;
	}
	#MyPanelMain {
		position:relative;overflow:visible;
		top:0px;
		left:0px;
		width:834px;
		min-height:686px;
  		height:auto !important;
  		height:686px;
		background-color: #DAD1B9;
		float:left;
		border-color:#834D20;
		border-width:1px;
		border-right-style:none;
		border-left-style:solid;
		border-bottom-style:none;
		border-top-style:none;
		z-index:2;
	}
	#MySectionName {
		padding-top:20px;
		text-align:center;
	}
	#MyContentMain {
		text-align:left;	
		padding-left:30px;
		padding-right:30px;
		padding-bottom:10px;
		padding-top:20px;
		margin:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
	
	}
	#MyContentFooter {
		padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		/* background:#DDDDDD; */
		font-size:9px;
		text-align:right;
	}
	p {
		margin-top:0px;
		padding-top:0px;
	}