
body {
 font-family: arial, helvetica, sans-serif;
 font-size: 13px;
 line-height: 20px;
 color: #171717;
 background-color: #171717;
}
A:link { 
  color: #d80003; 
  text-decoration: none; 
  font-weight:bold;
}
A:visited { 
  color:#d80003; 
  text-decoration: line-through; 
  font-weight:bold;
}
A:hover { 
  color: #d80003; 
  text-decoration: none; 
  font-weight:bold;
}
#wrapper { 
 margin: 10px auto;
 width: 973px;
 text-align: center;
}
#leftcolumn {
 float:left;
 width: 253px;
 height: 699px;
 color: #171717;
 background-image: url(../images/layout/panel_left.jpg);
}
#contacts {
 position: relative;
 text-align: left;
 color: #bab3a8;
 top: 350px;
 left: 20px;
 width: 210px;
 
}
#centercolumn {
 float:left;
 width: 700px;
 background-color: #bab3a8;
 background-image: url(../images/layout/panel_top.jpg);
 background-repeat: no-repeat;
}
#nav {
 width: 700px;
 height: 84px;
 
}
#rightcolumn {
 float:left;
 width: 20px;
 height: 699px;
 background-image: url(../images/layout/panel_right.jpg);
}

/* Thumbnails CSS */

a.thumbs {
	display: block;
	float: left;
	width: 137px;
	height: 104px;
	text-align: center;
	vertical-align: middle;
	background-color: #bab4a8;
	border: 2px solid #89857c; /* 313538 / 272d2c */
	padding: 2px;
	margin: 2px;
}

a.thumbs:hover {
	background-color: #bab4a8;
	border: 2px solid #d80003;
}

a.thumbs img {
	display: block;
	border: 1px solid #89857c;
	padding: 0;
}