body{
 margin: 0;
 padding: 0;
 background-color: #748281;
}
img{
 border: none;
}
p{
 text-indent: 20px;
}

.comment{
font-size: 10px;
}
.title{
 font-family: Arial;
 font-size: 14px;
 color:#FFFFFF;
 font-weight: bold;
}

.all{
 margin: 0;
 padding: 0;
 width: 780px;
 height: 100%;
}
.header{
 background-image: url(/images/header.jpg);
 background-repeat: no-repeat;
 width: 780px;
 height: 149px;
}
.menu{
 padding:0;
 margin: 0;
 width: 780px;
 height: 33px;
}
.content{
 background-color: #A99687;
}
.content_text{
 width: 580px;
 padding: 10 20 0 20;
 vertical-align: top;
 background-image: url(/images/content_repeat_right.jpg);
 background-position: right;
 background-repeat: repeat-y;
 font-family: Arial;
 font-size: 12px;
 color: #FFFFFF;
 text-align: justify;
}
.content_diaporama{
 width: 200px;
 padding: 10 20 20 20;
 border-right: solid 1px #FFFFFF;
 vertical-align: top;
 background-image: url(/images/content_repeat_left.jpg);
 background-position: left;
 background-repeat: repeat-y;
 font-family: Arial;
 font-size: 13px;
 color: #FFFFFF;
 text-indent: 20px;
 text-align: center;
}
.footer{
 background-image: url(/images/footer.jpg);
 background-repeat: no-repeat;
 width: 780px;
 height: 186px;
}


/*PROJECTION*/
.projection{
 width: 100%;
 border-top: solid 1px #FFFFFF;
 border-left: solid 1px #FFFFFF;
 border-right: solid 1px #FFFFFF;
 font-size: 13px;
 color: #FFFFFF;
}
.projection_td{
  padding: 10;
 border-bottom: solid 1px #FFFFFF;
}

/*LINKS*/
a{
 font-family: Arial;
 color: #FFFFFF;
 font-weight:bold;
}
a:hover{
 color:#F0F0F0;
 text-decoration:none;
}
.previous_next{
 font-family: Arial;
 color: #000000;
 font-weight:bold;
}
.previous_next:hover{
 color:#F0F0F0;
 text-decoration:none;
}


/*POLAROID_popup*/
.polaroid{
 margin: 0;
 padding: 0;
}
.polaroid_corner_01{
 width:34px;
 height:30px;
}
.polaroid_repeat_top{
 background-image: url(/images/polaroid_repeat_top.jpg);
 background-repeat: repeat-x;
}
.polaroid_corner_02{
 width:36px;
 height:30px;
}
.polaroid_repeat_left{
 background-image: url(/images/polaroid_repeat_left.jpg);
 background-repeat: repeat-y;
}
.polaroid_pict{

}
.polaroid_repeat_right{
 background-image: url(/images/polaroid_repeat_right.jpg);
 background-repeat: repeat-y;
}
.polaroid_corner_03{
 width:34px;
 height:117px;
}
.polaroid_repeat_bottom{
 background-image: url(/images/polaroid_repeat_bottom.jpg);
 background-repeat: repeat-x;
}
.polaroid_corner_04{
 width:36px;
 height:117px;
}
