/* {{{ Main Feature */

body#home {
	background-image: url(../image/bg_image_1.jpg);
}


body#home {
	background-position: top center;
}

#wrapper {
	margin-top: 0px;
	top: 0px;
	background-image: none;
	background-position: top center;
	background-repeat: no-repeat;
}

#no-js-feature {
	background: url(/img/tignish/home/feature-background-no-js.jpg) top center no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	height: 557px;
	width: 948px;
	margin-left: -474px;
}

#home #main-feature #feature-contents { min-height: 225px; }

* html #home #main-feature #feature-contents { height: 225px; /* Hack for IE6 */ }

#main-feature .download-other,
#main-feature p.download-other {
	margin-left: 30px;
	width: 285px;
	font-size: 70%;
}

/* }}} */
/* {{{ Main Content */

#main-content {
	float: left;
	position: relative;
	display: inline; /* Fix IE double margin float bug */
	width: 480px;
	margin: 10px 0 0 15px;
	font-size: 80%;
}

#index-content {
	float: left;
	position: relative;
	display: inline; /* Fix IE double margin float bug */
	width: 700px;
	margin: 10px 0 0 25px;
	font-size: 80%;
}

#main-content h3 {
	margin: 5px 0 15px 0;
	font-size: 200%;
	font-weight: bold;
}

#main-content dl {
	margin: 0;
	padding: 0;
	color: #69645b;
}

#main-content dt {
	font-size: 120%;
	padding: 5px 5px 3px 5px;
	margin: 0;
}

#main-content dt.first {
	background: none;
}

#main-content dd {
	margin: 0;
	padding: 0 5px 15px 5px;
}

/* }}} */
