@charset "utf-8";
/* CSS Document */
body{
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
/*font-size:11px;*/
width:1012px;
height:auto;
font-size:12px;
}
.body_left{
width:51px;
height:auto;
float:left;
background-image:url(../images/shadow_left.gif);
background-repeat:repeat-y;
position:absolute;
bottom:0px;
}

.body_right{
width:51px;
height:auto;
float:left;
background-image:url(../images/shadow_right.gif);
background-repeat:repeat-y;
position:absolute;

bottom:0px;
}
.body_center{
width:910px;
height:auto;
float:right;
float:left;
position:relative;
}

.header *, a, a:visited
{
text-decoration:none;
border:0;
}

.top_white_area{
height:10px;
width:100%;
position:relative;
}
.gray_menu_area{
height:45px;
width:100%;
position:relative;
background-color:#212f32;
font-size:12px;
color:#FFFFFF;
}

.menu_text{
padding:15px 20px 5px 20px;
}
.main_content_area{
height:auto;
padding:20px;
width:870px;
position:relative;
font-size:11px;
}

.main_content_area_left{
vertical-align:top;
height:auto;
width:570px;
padding-right:20px;
float:left;
}

.main_content_area_right{
vertical-align:top;
height:auto;
width:270px;
float:left;
}


.footer_small_menu{
color:#CCCCCC;
font-size:11px;
font-weight:bold;
padding-right:20px;
text-align:right;
text-decoration:none;
}

.gray_footer_line{
border-bottom:3px solid #CCCCCC;
height:10px;
clear:both;
}
.footer_area{
padding:10px 20px 10px 20px;
height:32px;
width:870px;
bottom:0px;
}
.logo_area{
width:148px;
height:32px;
background-image:url(../images/pv_Logo.jpg);
background-repeat:no-repeat;
float:left;
}

.blue_title{
height:26px;
width:269px;
background-image:url(../images/light_blue_title_bg.jpg);
background-repeat:no-repeat;
font-size:16px;
font-weight:bold;
color:#445565;
padding-bottom:20px;
}

.blue_title div{
padding-top:3px;
padding-left:24px;
}

.photo_album_date{
color:#212f32;
font-weight:bold;
padding-bottom:15px;
}

.readmore_btn{
height:17px;
width:105px;
background-image:url(../images/blue_button.gif);
background-repeat:no-repeat;
font-size:11px;
color:#FFFFFF;
padding-bottom:20px;
}

.readmore_btn div{
padding-top:2px;
text-align:center;
}

.readmore_btn div a, .readmore_btn div a:visited{
color:#FFFFFF;
text-decoration:none;
}
.readmore_btn div a:hover{
color:#FFFFFF;
text-decoration:underline;
}

.copyright_area{
text-align:center;
font-weight:bold;
color:#808080;
float:none;
font-size:11px;
}



