body{
text-align: center;
margin: 0 auto;
padding: 0px;
font-size: 80%;
background: url(/pc/image/bgimg.gif);
line-height: 1.7;
}

#wrapper{
text-align: left;
margin: 0px auto 0px auto;
width: 900px;
background-color: white;
}

#head{
color: white;
text-align: right;
padding-right: 10px;
width: 890px;
height: 20px;
background-color: #F95CD2;
}

#header{
text-align: left;
width: 900px;
height: 70px;
background: url(/pc/image/pc-header.gif) repeat-x;
}

#contents{
width: 670px;
float: left;
}

#sidebar{
width: 210px;
float: right;
padding: 0 10px 0 0;
}

#footer{
color: white;
text-align: center;
clear: both;
background-color: #F95CD2;
}

#footer a{
color: white;
text-decoration: none;
}

.arrowlistmenu{
width: 200px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(/pc/image/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(/pc/image/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

a.squarebutton{
background: transparent url('/pc/image/square-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949;
}

a.squarebutton span{
background: transparent url('/pc/image/square-green-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.headerbar {
background: black url(/pc/image/pinkbg.gif) repeat-x center left;
margin-bottom: 10px;
text-transform: uppercase;
padding: 6px 0 2px 10px;
font: bold 20px;
color: #ffffff;
text-shadow: #6F5A67 0 2px 3px;
    }

.headerbar a{
text-decoration: none;
color: #ffffff;
}
