@charset "utf-8";

*{
margin:0px;
padding:0px;
}

body{
font-family:Tahoma,Verdana,Segoe,sans-serif;
font-weight:normal;
font-size:12px;
line-height:1.5em;
}

/********************************************************************************  */

#wrap{
margin:0px auto;
width:600px;
border-left:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}

#p_header{
width:600px;
height:50px;
background-image:url("../images/bg_p.jpg");
}

#p_header h1{
padding:10px;
font-family:Times New Roman;
font-size:130%;
}

#wrap h2{
margin:20px 25px;
padding-left:5px;
width:520px;
font-size:130%;
border-left:5px solid #FFCC00;
}

.year_size{
padding-left:1.5em;
font-size:12px;
font-weight:normal;
}

.itlc{
font-style:italic;
}

#p_picture{
margin:10px 25px;
padding:10px 0px;
width:550px;
text-align:center;
background-image:url("../images/bg_picture.gif");
}

#p_info{
margin:10px 50px;
width:500px;
}

#p_btn_close{
margin:20px 250px 20px 250px;
padding-top:5px;
font-weight:bold;
width:100px;
height:25px;
text-align:center;
background-image:url("../images/btn_close.gif");
}

#p_btn_close a{
color:#666666;
text-decoration:none;
}

#p_btn_close a:hover{
color:#FFCC00;
text-decoration:none;
}

#p_footer{
width:600px;
height:40px;
background-image:url("../images/bg_p_footer.jpg");
background-position:center top;
background-repeat:no-repeat;
}

#copyright{
padding-top:10px;
width:100%;
text-align:center;
font-size:10px;
}
