  body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
	}
  #wrapper {
		width:810px;
		margin:0px auto;
		border:0px solid #bbb;
		padding:10px;
		background: #fff;
	}
  #header {
		width:830px;
		height:171px;
		border:0px solid #bbb;
		padding:0px;
		background: #640000;
	}
  #subfooter1 {
		width:830px;
		height:17px;
		border:0px solid #bbb;
		padding:0px;
		background: #fff;
	}
  #subfooter2 {
		width:830px;
		height:18px;
		border:0px solid #bbb;
		padding:0px;
		background: #640000;
	}


  #content {
		height:auto;
		width:830px;
		margin-top:10px;
		padding-bottom:10px;
	}

	/* applies to all divs within the content div  FDF4D9  D2F2DA  D3D5C8*/
  #content div {
        padding:10px;
	}


  #content-main { /* left column */
		float:left;
		margin-top:4px;
		margin-left:10px;
		width:574px;
		height:auto;
		border:0px solid #bbb;
	}
/*  #content-left {
        float:left;
	    margin-top:1px;
  	    width:500px;
	    height:500px;
	    border:0px solid #bbb;
	}*/
  #content-right {
		float:right;
        position: relative;
		margin-top:12px;
		margin-left:10px;
		margin-right:40px;
		width:150px;
		height:450px;
		border:0px solid #bbb;
		background: #DFE3E1;
	}



  #footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
        padding:10px;
        border:0px solid #bbb;
        width:788px;
	    font-size:9px;
	}
  #bottom {
		clear:both;
		text-align:left;
	    padding:10px;
		font-size:9px;
		background: #640000;
	}
