/* CSS styles for I-XL Masonry Home page */

/* Main divisions */

#home {
	background: url("../img/bg_main.gif") top left repeat-y;
	margin-left: 129px;
}

* html #home 	{
	/* Some rules to protect IE from the world */
	margin-left: 126px;
	m\argin-left: 129px;
	background: url("../img/bg_main_ex.gif") top left repeat-y;
	} 

#feature {
	background: url("../img/bg_feature.gif") 0 0 no-repeat;
	margin: 15px 15px 0 0;
	float: right;
	width: 250px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 210px;
}

html>#feature 	{
	width: 210px;
	} 


/* Typography */

#home p, h1, h2, h3, h4, h5, #weblink {
	margin-right: 250px;
	margin-left: 30px;
}

#home h1 {
	font: normal 20px/21px Georgia, "Times New Roman", Times, serif;
	color: #673417;
	padding-bottom: 0;
}

#home h2 {
	font: normal 14px/17px Georgia, "Times New Roman", Times, serif;
	color: #806440;
}

#feature p {
	font: 11px/16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 15px 0 25px;
}

#feature h1 {
	font: bold 14px/15px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #73624B;
	padding: 0 0 0 5px;
	margin: 10px 15px 0 10px;
	text-transform: uppercase;
	border-left: #BF2113 5px solid;
}

.frame {
	display: block;
	border: 1px solid #73624B;
	padding: 0;
	margin: 10px 0 10px 10px;
}

.noframe {
	display: block;
	border: none;
	padding: 0;
	margin: 10px 0 10px 10px;
}

