* {
	margin:0;
	padding:0
}
body {
	text-align:center;
	background-color:#fff
}
img {
	display:block
}
.home,
#center {
	width:852px;
	margin:0 auto 0 auto;
	text-align:left;
}
.home {
	padding-bottom:151px;
	background:url("../images/backgrounds/footer.gif") bottom no-repeat
}
* html .home {padding-bottom:80px}
#header {
	height:135px;
	background:url("../images/backgrounds/header.gif") no-repeat
}
.home #header {margin-bottom:2px}
#container {
	background:url("../images/backgrounds/2columns.gif") repeat-y
}
#content {
	width:672px;wid\th:497px;
	padding:0 50px 20px 125px;
	float:left;
	background-color:#FCFDF8
}
#triggers {
	width:180px;
	padding:60px 0;
	float:right;
	background-color:#F5F3E7
}
#footer {
	width:852px;
	height:26px;
	background-color:#BA8444;
	text-align:right;
}
.home #footer {margin-top:3px}
#footer span {
	font-size:10px;
	color:#F5F3E7;
	display:block;
	padding-top:6px;
	margin-right:25px
}

*html .clearfix  {height:1%}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearbefore:before {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
