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

body {
background-color:#FFFFFF;
font-family: Helvetica, Arial, Sans-Serif;
font-size: 12px;
color: #888A8C;
}

#content {
  width: 1000px;
  height: 561px;
  overflow-x:auto;
  overflow-y:hidden;
}

a, a:visited {
font-family: Helvetica, Arial, Sans-Serif;
font-size: 12px;
color: #808080;
/*font-weight: bold;*/
text-decoration: none;
}

a:hover, a:active {
font-family: Helvetica, Arial, Sans-Serif;
font-size: 12px;
color: #A50D12;
/*font-weight: bold;*/
text-decoration: none;

}


.ruler {
background-image: url('img/hr.gif');
background-repeat: repeat-x;
}

.gallery {
vertical-align: top;
padding-top: 10px;
}

.desc{
margin-top: 10px;
background-color: #7c7d80;
font: Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-transform: uppercase;
width: auto;
height: 22px;
line-height: 22px;
padding-left: 10px;
}


a.ls{
font-size:16px;
line-height: 32px;
margin-left: 40px;
}

#left { 
float:left;
width:300px;
height:260px;
padding:90px 10px 0px 0px;
margin: 40px 0px 0px 0px;
border-right: 2px solid #e1e1e3; 
}

#center { 
float:left;
width:330px;
height:260px;
padding:90px 10px 0px 0px;
margin: 40px 0px 0px 0px;
overflow:hidden;

}

#right { 
float:right;
clear:none;
width:320px;
height:260px;
padding:90px 10px 0px 0px;
margin: 40px 0px 0px 0px;
border-left: 2px solid #e1e1e3;
}

