/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.widthlessbox {
	margin: 0 10%; /* NO WIDTH! Opens up a world of possibilities! */
	background: url(../images/drop-box2_br.gif) no-repeat bottom right;
	font-size: 100%;
}

.sidebox {
	margin: 0 auto;
	width: 17em;
	background: url(../images/drop-box2_br.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
        background: url(../images/drop-box2_tr.gif) no-repeat top right;
        margin: 0;
        padding: 0;
        text-align: center;
}
.boxhead h2 {
        background: url(../images/drop-box2_tl.gif) no-repeat top left;
        margin: 0;
        padding: 8px 20px 5px;
        color: 333; 
        font-weight: bold; 
        font-size: 1.2em; 
        line-height: 1em;
        text-align: center;
}
.boxbody {
        background: url(../images/drop-box2_bl.gif) no-repeat bottom left;
        margin: 0;
        padding: 5px 20px 31px;
}

/*duplicated for nav*/
.widthlessboxNav {
	margin: 0 10%; /* NO WIDTH! Opens up a world of possibilities! */
	background: url(../images/nav_box_br.gif) no-repeat bottom right;
	font-size: 100%;
}

.sideboxNav {
	margin: 0 auto;
	width: 220px; /* fixed width */
	background: url(../images/nav_box_br.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxheadNav {
        background: url(../images/nav_box_tr.gif) no-repeat top right;
        margin: 0;
        padding: 0;
        text-align: center;
}
.boxheadNav h2
{
	background: url(../images/nav_box_tl.gif) no-repeat top left;
	margin: 0;
	padding: 8;
	color: #33C;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
}
.boxbodyNav {
        background: url(../images/nav_box_bl.gif) no-repeat bottom left;
        margin: 0;
        padding: 18;
}
