#header{
-moz-border-radius-bottomright: 12px;
-moz-border-radius-bottomleft: 12px;
-webkit-border-bottom-right-radius: 12px;
-webkit-border-bottom-left-radius: 12px;
}
/**** panel pages *****/
#panels {
margin-left: 150px;
}
.panel {
height: 320px;
position: relative;
}
.pl-title {
left: 265px;
font-size: 130%;
font-weight: bold;
position: absolute;
margin: 0;
text-align: right;
top: 55px;
width: 430px;
z-index: 2;
}
.pl-text {
height: 200px;
left: 270px;
overflow: hidden;
position: absolute;
top: 100px;
text-align: right;
width: 430px;
z-index: 2;
}
.pl-text p {
margin: 0;
}
.pl-text ul {
list-style-type: circle;
text-align: left;
}
.pl-bg {
background: url(icons/panel.png);
left:5px;
height: 306px;
position: absolute;
top:10px;
width: 750px;
z-index: 1;
}
.pl-photo {
left: 25px;
height: 250px;
position: absolute;
top: 35px;
width: 220px;
z-index: 0;
}
.pl-link-txt{
left: 110px;
position: absolute;
top: 290px;
z-index: 2;
}
