/* PW w */


* {
margin:0;
padding:0;
}

body {
font:12px verdana;
}

a {
text-decoration:none;
}

#container {
width:800px;
text-align:center;
margin: 0 auto;
}
#header {
background: url('images/header2.jpg') no-repeat top center;
height:171px;
}

#links {
background:url('images/linkbg.jpg') repeat-y;
}

#links ul {
list-style:none;
}

#links li {
float:left;
}
#links li a {
display:block;
padding:5px 20px 5px 10px;
font:16px papyrus;
color:black;
text-decoration:none;

}
#links li a.reglink {
background:url('images/linkdiv.jpg') right no-repeat;
}
#links li a:hover {
text-decoration:underline;
color:#666;
}
#links li a#current {
font-weight:bold;
}
#links li a#current:hover {
font-weight:bold;
text-decoration:none;
color:black;
}
.heading {
font-size:24px;
font-weight:bold;
text-align:center;
margin-top:30px;
color:#333;
font-family:papyrus
}

#sep {
height:3px;
background:url('images/navbottom.jpg') no-repeat;
}

#main_body {
background:url('images/bamboobg.jpg') repeat-y;
text-align:left;
}

#content_body {
background: url('images/mainbg.jpg') repeat-x bottom center white;
width:620px;
position:relative;
margin-left:90px;

}

#content {
padding:20px;
line-height:20px;
}

#content a {
color:#333;
}
#content a:hover {
color:darkblue;
text-decoration:none;
}


/* STYLES FOR INDIVIDUAL PAGES */

img.pic1 {
position:absolute;
top:10px;
left:10px;
border:3px solid #ff0000;
z-index:2;
}
img.pic2 {
position:absolute;
top:210px;
left:10px;
border:3px solid #ff0000;
z-index:2;
}
img.pic3 {
position:absolute;
top:400px;
left:10px;
border:3px solid #ff0000;
z-index:2;
}
img.pic4 {
position:absolute;
top:-3px;
right:20px;
border:3px solid #ff0000;
z-index:1;
}
div.pic5 {
position:absolute;
font:26px papyrus;
text-align:center;
top:450px;
right:20px;
z-index:1;
}

#spacer {
width:500px;
text-align:center;
margin: 0 auto;
border-top:1px solid #666;
}

span.hide {
display:none;
}
