/**
 * Layout CSS for the BonusThemes.com template Galaxy
 *
 * @package bt_galaxy
 * @version 1.0
 * @copyright BonusThemes.com 2010
 * @link http://www.bonusthemes.com/goto/bt_galaxy
 */

html {
	margin-bottom: 1px;
	height: 100% !important;
	height: auto;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
}

#spacer1, #spacer2, #spacer3, #spacer4, #spacer5, #spacer6, #spacer7, #spacer8, #spacer9, #spacer10, #spacer11, #spacer12, #spacer13, #spacer14, #spacer15, #spacer16, #spacer17 {
	height: 15px;
	overflow: hidden;
	clear: both;
}
#spacer2 {
	height: 0px;
}
#spacer3 {
	height: 20px;
}
#spacer7 {
	height: 5px;
}

#top {
	background: url(../images/layout/top.png) no-repeat left top;
	height: 170px;
	overflow: hidden;
}
#top_area {
	height: 62px;
	overflow: hidden;
}
#footer_area {
	background: url(../images/layout/footer.png) no-repeat left top;
	height: 169px;
}

.pgl {
	background: url(../images/layout/pgl.png) repeat-y left top;
}
.pgr {
	background: url(../images/layout/pgr.png) repeat-y right top;
}
.pgc {
	background-color: #332e2d;
	margin: 0px 33px 0px 33px;
}
.pg_outer {
	margin: 0px 32px 0px 32px;
}
.pg_inner {
	margin: 0px 10px 0px 10px;
}

.pg_splitter {
	background: url(../images/layout/splitter.png) no-repeat left top;
	height: 34px;
	overflow: hidden;
}

.cnt_main {
	background: url(../images/layout/content_main_bcm.png) no-repeat center bottom;
}

.cnt_last_l1 {
	background: url(../images/layout/content_last_bc.png) repeat-x center bottom;
}
.cnt_last_l2 {
	background: url(../images/layout/content_last_bcm.png) no-repeat center bottom;
}
.cnt_last_l3 {
	margin: 0px 25px 0px 25px;
	min-height: 297px;
	height: auto !important;
	height: 297px;
}


