/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background:#fff url(images/bg.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.pds{
	width:753px;
	margin:auto;
}
.left{
	width:206px;
	float:left;
}
.right{
	width:535px;
	float:left;
	padding-left:10px;
}
.menu{
	background:url(images/m-tlo.gif) repeat-y;
	padding:5px;
}
.menu a{
	background:url(images/dot.gif) no-repeat center left;
	display:block;
	padding:8px 0px 8px 35px;
	font-size:12px;
	color:#4685C7;
	text-decoration:none;
}
.menu a:hover{
	background:url(images/dot2.gif) no-repeat center left;
	color:#4685C7;
	text-decoration:none;
}
.tresc{
	font-size:11px;
	line-height:14px;
	color:#303030;
}
a{
	color:#006699;
}


   a:hover
        {
         color: #C3C1C1;
         text-decoration: underline;
        }
   img
        {
         border: 0px;
        }                	
   hr
        {
         background-color: #D3D1D1;
         height: 1px;
         color: #D3D1D1;
         border: 0px;
         width: 80%;
         margin-top: 5px;
         margin-bottom: 5px;
         display: block;
        }
   table
        {
         margin: 0 auto;
         text-align: center;
         border: 0px;
        }
   td
        {
         padding: 15px;
        }
   td:hover
        {
         background-color: #D3D1D1;
         color: black;
        }
        #container
        {
         margin: 0 auto;
         padding: 0 0;
         position: relative;
         text-align: center;
         width: 760px;
         display: block;
         overflow: hidden;
        }
   .top
       {
        display: block;
        background: #C3C1C1 url(img/top.jpg);
        margin: 0px;
        width: 100%;
        height: 70px;
        text-align: center;
       }
   .title
       {
        padding-top: 20px;
        font-weight: bold;
        font-size: 30px;
       }
   .description
       {
        padding-top: 10px;
        font-size: 15px;
        background: #C3C1C1 url(img/main.jpg);
       }
   .foot
       {
        padding-top: 10px;
        font-size: 10px;
       }
   .main
       {
        display: block;
        margin: 0px;
        background: #C3C1C1 url(img/main.jpg);
        background-repeat: repeat-y;
        width: 100%;
        height: auto;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
       }
   .navigation
       {
        font-size: 12px;
       }
   .gallery
       {
        display: block;
        width: 100%;
        text-align:center;
        margin: 0 auto;
        height: auto;

       }
   .table
       {
        display: table;
        width: 80%;
        margin: 0 auto;
        padding-top: 10px;
        height: 100%;
        table-layout:fixed
       }
   .table-row
       {
       display: table-row;
       }
   .pictitle
       {
        font-weight: bold;
        font-size: 12px;
        padding-top: 3px;
       }
   .picdesc
       {
        font-size: 12px;
        padding: 3px;
       }
   .spacer
       {
       width: 100%;
       height: 5px;
       display: block;
       clear: both;
       }
   .bottom
       {
        display: block;
        background: #C3C1C1 url(img/bottom.jpg);
        margin: 0px;
        width: 100%;
        height: 49px;
        font-size: 10px;
        text-align: center;
       }       	

