html {
	background: #ececed;
}

body {
	padding: 30px;
	text-align: left;
	font: 13px/1.231 'Trebuchet MS', arial, helvetica, clean, sans-serif;
  margin:0px;
}


#wrapper {
	width: 954px;
	margin: 0 auto;
}



.rounded_3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.popup:hover {
	text-decoration: none;
}


#header {
	position: relative;
	width: inherit;
	height: 96px;
	margin: 0 auto;
	background: #fff;
	z-index: 2;
}

#header img.logo {
	position: absolute;
	left: 46px;
	top: 19px;
	height: 64px;
}





#footer {
	text-align: center;
	color: #000;
	margin: 10px 0 0 0;
    margin-top: 0;
	clear: both;
	position:relative;
}

.social{
    text-align: center;
    margin-top: -10px;
    margin-bottom: 0;
}

.menu{
    height: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: 10px;
    top: 52px;
    position:absolute;
    display: block;
    list-style-type: disc;
}


.content{
  padding-top:20px;
  
  
}

.item-page{
  background-color: #ffffff;
  padding:10px;
}


.central_box {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #4b494a;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 400px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 19px;
    position: relative;
    width: inherit;
}

#showcase_box a, ul.toolbar a {
    color: #fff;
}