/* CSS Document */
html{
height:100%;
}

body{
font-family:Tahoma;
font-size:12px;
height:100%;
background-color:#fff;
}

.bs_page_band{
width:100%;
min-height:100%;
min-width:1000px;
}

#head{
/*border:1px solid yellow;*/
position:relative;
width:100%;
height:145px;
background:url('header.png') no-repeat;
}

#logo{
position:absolute;
top:20px;
right:20px;
}

#photoalbum{
position:absolute;
top:35px;;
left:109px;
}


.menu{
position:absolute;
bottom: 20px;
right:20px;
}

.menu a{
color:#FFFFFF;
text-decoration:none;
}
.menu a:hover{
color:#f7d0ce;
text-decoration:none;
}

.menu td{
padding:1px 2px;
}


.all_album{
background:url('all_album.gif') no-repeat;
height:31px;
width:177px;
line-height:12px;
}

.all_album div{
margin:0 0 0 7px;
}

.leftarrow{
background:url('arrow.gif') no-repeat;
height:31px;
width:21px;
}

.leftarrow div{
margin:0 0 0 4px;
height:12px;
}

.rightarrow{
background:url('arrow.gif') no-repeat;
height:31px;
width:21px;
}

.rightarrow div{
margin:0 0 0 4px;
height:12px;
}

._arrow div{
}

.menuleft{
background:url('menu.gif') no-repeat;
height:31px;
width:476px;
}

.menuleft div{
margin:2px 0 0 3px;
}

.menuleft a{
margin-right:3px;
}


#center_conteiner{
position:relative;
width:100%;
height:100%;
background:transparent url('under_header.png') left top no-repeat;
padding:0;
}

#center_conteiner2{
position:relative;
width:100%;
height:100%;
padding:0;
}


.photo_table{
margin:0 auto;
width:100%;
}

.photo_table td{
vertical-align:middle;
text-align:center;
padding:20px;
color: #df4039;
font-size:14px;
}

.photo_table a{
text-decoration:none;
color: #df4039;
font-size:14px;
}

.photo_table a:hover{
text-decoration:none;
color: #df4039;
font-size:14px;
font-weight:bold;
}


.title{
margin:20px 50px;
line-height:12px;
font-size:16px;
}

.title td,tr{
color:#df4039;
line-height:12px;

font-weight:bold;
padding:5px;
}

#footer{
position:relative;
width:100%;
height:138px;
margin-top:-138px;
background:url('footer.png') bottom right no-repeat;
}

.before_footer{
height:150px; 
clear:both; 
}
