/* rules for standards-savvy browsers, including IE7 */
.box {
min-height: 100px;
}
/*for IE6 and below */
*html .box {
height: 100px;
}
@charset "UTF-8";
#titlegraphic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0033CC;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

