/* General Layout */

#container{
	width: 948px;
	position: static;
	margin-left: auto;
  margin-right: auto;
}

#header{
	width: 100%;
	height: 106px;
}
#second_header{
  padding-top: 5px;
  height: 40px;
}

#footer{
	width: 763px;
	height: 43px;
	background: transparent url(/images/logo_footer.jpg) scroll no-repeat 40px 0px;
	padding-left: 185px;
	padding-top: 18px;
}
#footer p{
	font-weight: bold;
	line-height: 1.2;
}
