﻿/*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;
	top: 15px;
	margin-bottom: 50px;
	margin-right: 15px;
	margin-left: 20px;
	background-image: url('../images/hv.gif');
	background-repeat: repeat-y;
	padding-left: 5px;
}

#hotboxbody {/*defines body area attributes*/
		padding-right: 10px;
	padding-left: 10px;
}

.hotboxheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #774006;
}
.hotbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #484848;
}

