/* CSS Document *//*******************************************************		{ gen html styles }*******************************************************/body {	font-family:Arial, Helvetica, sans-serif;	background-image:url(images/bodyBG.jpg);	background-position:top left;	background-repeat:repeat-x;	background-attachment:fixed;}.allContainer{	margin: 0;	padding: 5px;	width: 500px;	background-color:#FFFFFF;}/*******************************************************		{ html titles }*******************************************************/.mainTitle {	font-size:22px;	font-weight:bolder;	color:#999999;}.blurb1 {	margin:0;	padding:10px;	width: 425;	font-size:12px;	text-align:left;}/********/.question {	margin:5px 0 10px 0;	padding:0;	font-size:16px;	font-weight:bolder;	color:#000000;}/********/.choiceTitle {	font-size:14px;	font-weight:bolder;	color:#666666;	text-align:left;}.choicBlurb {	margin:0 5px 10px 35px;	padding:0;	font-size:12px;	color:#333333;}.choicBlurb2 {	margin:0 3px 0 3px;	padding:0;	font-size:12px;	color:#333333;}/*******************************************************		{ general box parts }*******************************************************/.middleRepeater {	margin:0;	padding:0;	width:450px;	background-image:url(images/infoBoxBG/mid.jpg);	background-position:top center;	background-repeat:repeat-y;}.bottom {	margin:0;	padding:0;	height:25px;	background-image:url(images/infoBoxBG/bottom.jpg);	background-position:top center;	background-repeat:no-repeat;	}.boxContent {	margin:5px 28px 5px 29px;	padding:0;	}/*******************************************************		{ type box top }*******************************************************/.typeTop {	margin:0;	padding:0;	height:50px;	background-image:url(images/infoBoxBG/top_type.jpg);	background-position:bottom center;	background-repeat:no-repeat;}/*******************************************************		{ dimensions box top }*******************************************************/.dimTop {	margin:0;	padding:0;	height:50px;	background-image:url(images/infoBoxBG/top_dimensions.jpg);	background-position:bottom center;	background-repeat:no-repeat;}/*******************************************************		{ material box top }*******************************************************/.matTop {	margin:0;	padding:0;	height:50px;	background-image:url(images/infoBoxBG/top_material.jpg);	background-position:bottom center;	background-repeat:no-repeat;}/*******************************************************		{ extras box top }*******************************************************/.extTop {	margin:0;	padding:0;	height:50px;	background-image:url(images/infoBoxBG/top_extras.jpg);	background-position:bottom center;	background-repeat:no-repeat;}/*******************************************************		{ construction box top }*******************************************************/.consTop {	margin:0;	padding:0;	height:50px;	background-image:url(images/infoBoxBG/top_construction.jpg);	background-position:bottom center;	background-repeat:no-repeat;}/*******************************************************		{ contact box top }*******************************************************/.contTop {	margin:0;	padding:0;	height:50px;	background-image:url(images/infoBoxBG/top_contact.jpg);	background-position:bottom center;	background-repeat:no-repeat;}/*******************************************************		{ comments box top }*******************************************************/.comTop {	margin:0;	padding:0;	height:50px;	background-image:url(images/infoBoxBG/top_comments.jpg);	background-position:bottom center;	background-repeat:no-repeat;}
