/* CSS Document */
/****************** General stuff *****************/

/****************** Main Page Structure *****************/

/* #about us .float-wrap {
	background: url("../img/awbg0.png") no-repeat bottom right;
  could expand this section to provide custom background depending on section 
}*/

/*************** Header, footer and comment elements *****************/

div#maincomment {
	background: #f7f7ef;
	color: #333333;
	border: 1px #fff dashed;
}

/************** Spacing Controls for various column contents ***************/

div.iteminner {
	background: #f5eee7;
	color: #333333;
	border: 1px #fff dashed;
}

/************** Typography Base Rules *************/


/************** Image stuff *************/


/************** Forms stuff *************/

form input {
	background: #fff;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input, form textarea {
	border-left: 1px #c3c3c3 solid;
	border-top: 1px #7c7c7c solid;
	border-right: 1px #c2cee0 solid;
	border-bottom: 1px #c2cee0 solid;
	background: #fff url("../img/input-bg.gif") repeat-x top left;
  color: #333333;
}
form input.checkbox, form select {
	border-left: 1px #c3c3c3 solid;
	border-top: 1px #7c7c7c solid;
	border-right: 1px #c2cee0 solid;
	border-bottom: 1px #c2cee0 solid;
	background: #fff;
  color: #333333;
}

/************** Table stuff *************/

/****************** Page top navigation *****************/

/************** Left and right nav buttons *************/

/**************** Utility Rules *******************/


