body,html
{
	border: 0;
	height: 100%;
	margin: 0;
	overflow: auto;
	padding: 0;
}

#wrap
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}

#header
{
	background: #EFEFEF;
	border-bottom: 1px solid #CDCDCD;
	color: #808080;
	padding: 5px 60px 5px 57px;
}

#header button
{
	margin: 16px 0px 16px 0px;
}

#content
{
	padding: 0 60px; /* 60 + 15 to account fo -15px margin on row */
	text-align: left;.
}

#content .border-radius
{
	/* border: 1px solid #CDCDCD;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; */
}

#content .center-block
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content .dl-horizontal dt
{
	width: 130px;
}

#content .dl-horizontal dd
{
	margin-left: 150px;
}

#content .dl-align-h4
{
	padding-top: 12px;
}

#content .expand
{
	padding-bottom: 12px;
}

#content .narrow
{
	max-width: 978px/* 1190px */;
}

#push
{
	display: block;
	height: 40px;
}

#footer
{
	background-color: #EFEFEF;
	height: 40px;
	padding: 10px 60px;
}
