@charset "utf-8";
/* CSS Document */

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

.sidebox {
	margin: 0 auto; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
/*	background: url(../images/VIT_br.gif) no-repeat bottom right;*/
	font-size: 100%;
	width: 17em;
}
.widthlessbox {
	margin: 0 auto; /* NO WIDTH! Opens up a world of possibilities! */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
/*	background: url(../images/VIT_br.gif) no-repeat bottom right;*/
	font-size: 100%;
	width: 30%;
		}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
/*	background: url(../images/VIT_hr.gif) no-repeat top right;*/
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	/*	background: url(../images/VIT_hl.gif) no-repeat top left;*/
	margin: 0;
	color: #0066FF;
	font-weight: bold;
	font-size: 1.7em;
	line-height: 2em;
	text-shadow: rgba(0,0,0,.2) 0px 2px 2px; /* Safari-only, but cool */
	padding: 15px 0px 0px;
	font-family: "Trebuchet MS";
	font-style: italic;
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	/*	background: url(../images/VIT_bl.gif) no-repeat bottom left;*/
	margin: 0;
	padding: 20px 30px 31px;
}
.centred_text{
	text-align:center;
}
