/*html for hotbox <div id="hotboxplace" ><div id="hotbx"><div id="hotbxheader">headertext here</div><div id="hotboxbody">bodytext here</div></div></div>*/

#hotboxplace{ /*posititions the overall container*/
	width: 171px;
	z-index: 1;
	float: right;
	position:relative;
	margin-top:35px;
	margin-left:25px;
	
}
#hotbx { /*defines the shell of the hot box*/
	position:relative;
	width:171px;
	z-index:1;
	background-color: #ECE5A8;
	overflow: visible;
	
	
}
#hotbxheader { /*creates a header for the hot box*/
	position:relative;
	background-image: url(../images/hotbox_header_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width:161px;
	z-index:555;
	background-color: #6A6B9F;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	letter-spacing: normal;
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	float: left;
}
#hotboxbody {/*defines body area attributes*/
	position:relative;
	width:149px;
	z-index:2;
	clear: left;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D5D19F;
	border-bottom-color: #D5D19F;
	border-left-color: #D5D19F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #6B1F76;
	
}


