html, body {
	background: url("../images/body-background.png") repeat-y scroll center center #F4F4F4;
    margin-top: 0;
}

/* Header */
#header-wrapper{
    background-image: url("../images/front-img.jpg");
    height: 326px;
}
#header-top{
    background-image: url("../images/header-top.png");
    height: 76px;
}
#header-top #logo{
    margin-top: 5px;
}
#header-spacer{
    height: 139px;
}
#header-bottom{
    background-image: url("../images/header-bottom.png");
    height: 111px;
}
#header-menu{
    margin-top: 79px;
    height: 32px;
}

/* Content */
#pageinfo-wrapper{
    margin-top: 15px;
    height: 35px;
}
/*#breadcrumb{
    margin:0.5em 0;
}*/
.breadcrumb {
    display:inline;
    padding: 0 0.5em 0.5em 0;

}
.content p {
}

/* Sticky Footer */
html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 105px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -105px; /* negative value of footer height */
	height: 105px;
	clear:both;}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* footer-right */
#footer-right {
	float: right;
}
