body {
	margin:50px 0px; 
  padding:0px;
	text-align:center;
	background-color: #fff;
	color: #666;
	font-family: arial, sans-serif; 
}

a {
  color: #a29951;
  font-family: arial, sans-serif; 
  text-decoration: none;
}

a:hover {
  color: #beb87c;
}

.pagerOn
{
	color: #ee7213;
}
	
#content {
	width: 1000px;
	height: 600px;
	margin:0px auto;
	text-align:left;
	background:#f0f0f0 url('../images/center.jpg') repeat-x;
}

#TopLeft {
  float: left;
  background: url('../images/left.jpg') repeat;
  width: 26px;
  height: 129px;
}

#TopCenter{
  float: left;
  margin-left: 140px;
  margin-top: 40px;
  color: #fff;
  font: 26px georgia;
  padding: 0px;
}

#TopCenter a{
	color: #fff;
}

#TopCenter a:hover{
	color: #fff;
}

#TopSearch{
  font-size: 12px;
  float: left;
  border: 1px solid #ccc;
  position: relative;
  margin-top: 108px;
  margin-left: -256px;
  width: 125px;
  height: 17px! important;
  background-color: #fff;
  OVERFLOW: hidden;
  width: 123px;
  padding-left: 4px;
}

#TopMenu {
  font: 12px Arial;
  color:  #c0c0c0;
  float: left;
  position: relative;
  margin-top: 108px;
  margin-left: 220px;
  /*height: 17px! important;*/
  width:400px;
}


#TopRight {
  float: right;
  background: url('../images/right.jpg') repeat;
  width: 26px;
  height: 129px;
  margin: 0px; padding:0px;
}

#Main {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 1000px;
  /*height: 400px;*/
  background: url('../images/shadow.jpg') repeat-y;
  
}

#LeftCol {
  float: left;
  margin: 6px 2px 2px 11px;
  padding: 0px;
  width: 160px;
  font: 12px Arial;
  font-weight: bold;
  color: #ecebd9;
  
  
}

#LeftCol h3{
	background: #e3e4c6 url('../images/menu_t.png') center bottom repeat-x;
	text-align:left;
	color: #ecebd9;
	border-bottom: 1px solid #beb87c;
	font-size: 13px;
	font-weight:bold;
	margin: 0px;
	padding: 2px 0px 2px 10px;
	
}

#LeftCol ul.cat{
  width: 160px;
  list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

#LeftCol ul.cat li{
  padding:0px;
	margin: 0px;
	border-bottom:1px solid #beb87c;
}

#LeftCol ul.cat li a{
  background:#ecebd9;
	display: block;
	padding: 2px 8px;
	color:#a29951;
	font-size:11px;
	padding: 2px 16px;
}

#LeftCol ul.cat a:hover{
	background: #e3e1c6;
	color: #beb87c;
}

#MenuFeet{
  width: 160px;
  background: #e3e4c6 url('../images/menu_footer.png') center top no-repeat;
  float: left;
  text-align: center;
  padding-top: 50px;
}

#MainText {
  float: left;
  margin: 6px 0px 2px 4px;
  width: 620px;
  background-color: #fff;
  padding: 6px 6px 6px 6px;
  font: 13px Arial;
  font-weight: bold;
  color:#a29951;
}

#PageContent {
  padding-top: 6px;
  border-top: 1px solid #beb87c;
  font-weight: normal;
  font: 12px Arial;
}

#RightCol {
  float: right;
  width: 165px;
  height: 400px;
  background: url('../images/right-men.jpg') #fff no-repeat;
  margin-right: 20px;
}

#RightFeet {
  border-bottom: 1px solid #beb87c;
  width: 165px;
  height: 200px;
  background: #fff url('../images/right_footer.png') center bottom repeat-x;
  float: left;
  text-align: center;
  margin-top: 200px;
  padding-left: 8px;
  font: 12px Arial;
  color: #a29951;
}


#Footer {
  float: left;
  background: url('../images/center2.jpg') repeat-x;
  width: 1000px;
  height: 92px;
  text-align: center;
  color: #ecebd9;
  font-size: 12px;
}

#BottomLeft {
  float: left;
  background: url('../images/left2.jpg');
  width: 26px;
  height: 92px;
}

#BottomCenter {
  float: left;
  margin-top: 20px;
  width: 948px;
}

#BottomCenter a {
  color: #ffffff;
}
#BottomCenter a:hover {
  color: #EBD771;
}


#BottomRight {
  float: right;
  background: url('../images/right2.jpg');
  width: 26px;
  height: 92px;
}

