body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background-image: url(images/bg.gif);
	background-repeat:repeat-x;
}

#container {
	height:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:950px;


}
#container2 {
	float:left;
	width:950px;
}
#header {
	width: 950px;
	float: left;
	height: 153px;
}
#logo {
	height: 121px;
	width: 350px;
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0 0 0 87px;
}
#logo h1 {
	height: 121px;
	width: 350px;
	padding: 0;
	margin: 0;
}
#logo span {
	display: none;
}
#breadcrumbs {
	float: left;
	width: 950px;
	height: 34px;
	line-height: 34px;
	font-size: 10px;
}
#content {
	float: left;
	margin: 20px 0;
	width: 950px;
}
#footer {
	float: left;
	height: 29px;
	line-height: 29px;
	width: 950px;
	margin-bottom: 20px;
	color: #ffffff;
	font-weight: bold;
}

