body
	{
	min-width: 1190px;      /* 2x (LC fullwidth +
                            CC padding) + RC fullwidth */
	}

img {
	border: 0;
	padding: 0 0px 0 10px;
	}


#container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  /*padding-left: 200px;*/   /* LC fullwidth */
/*  padding-right: 190px;*/  /* RC fullwidth + CC padding */
  width: 700px;
  overflow: hidden;
}

/*#container .column {
  position: relative;
  float: left;
  padding-bottom: 20 0 10px;   X + padding-bottom 
  margin-bottom: -20 0 00px;   X 
  border-left: dotted #666666 thin;
  border-right: dotted #666666 thin;

  }*/
  
.center {
  position: relative;
  float: left;
  padding-bottom: 20 0 10px;  /* X + padding-bottom */
  margin-bottom: -20 0 00px;  /* X */
  border-left: dotted #666666 thin;
  border-right: dotted #666666 thin;
  padding: 25px 0px 0px 20px;    /* CC padding */
  width: 275px;
  }
  
.center a
	{
	outline: none;
	}

  
.center ul
	{
	float: left;
	margin: 50px 0 0 30px !important;
	margin: 50px 0 0 15px;
	padding: 0 0 75px 3px;
	width: 180px;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	}

.center li
	{
	text-align: center;
	padding: 5px 0 5px 5px;
	border-bottom: dotted #666666 thin;
	background-position: 0em .4em;
	background-repeat: no-repeat;

	}

.center li a
	{
	color:#666666;
	text-decoration: none;
	}

.center li a:hover
	{
	padding: 0 1px 0 1px;
	background: #716558;
	color: #fff;
	}

.center li a.on
	{
	padding: 0 1px 0 1px;
	background: #DEB408;
	color: #fff;
	}

#left {
  width: 180px;          /* LC width */
  padding: 0 10px;       /* LC padding */
  right: 240px;          /* LC fullwidth + CC padding */
  margin-left: -100%;
}

#right {
  width: 130px;          /* RC width */
  padding: 0 10px;       /* RC padding */
  margin-right: -190px;  /* RC fullwidth + CC padding */
}

#footer {
  position: relative;
  clear: both;
}

/******IE Fix*******/

* html body {
  overflow: hidden;
}
* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #fff;         /* Same as body 
                               background */
}