
body {
	margin: 10px;
	padding: 0;
	text-align: center;
	font-family: verdana, helvetica, arial, sans-serif;
}
form {
	margin: 0;
	padding: 0;
}
img { 
	border: 0; 
}
.hidden-by-image { display: none; }

#page {
	position: relative;
	width: 880px;
	margin: 0 auto;
	text-align: left;
	font-family: verdana, arial, helvetica, san-serif; 	
}
#page #body {
	padding-top: 150px;
	overflow: hidden;
	background: url(../images/background/background-columns.png) repeat-y; 
	zoom: 1;
}
#page.home #body {
	padding-top: 150px;
	overflow: hidden;
	background: url(../images/background/background-column-home.png) repeat-y; 
	zoom: 1;
}
body.equipmentexchange #page #body {
	padding-top: 150px;
	overflow: hidden;
	zoom: 1;
	background-image: none;
}
#photo_and_content,
#content_and_nav {
	width: 660px;
	float: left;
}
#page #photo {
	padding-bottom: 10px;
	background: white; 
}
#page.section #content {
	width: 510px;
	float: right;
}
#nav {
	float: left;
	width: 150px;
	color: white; 
	background: #222222; 
	padding-bottom: 15px;
}
#sidebar {
	width: 220px;
	float: right;
}
#header {
	width: 880px;
	margin: 0 auto;
	background: white;
	padding-bottom: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#header * {
	z-index: 0;
}
#footer {
	clear: both;
	background: white;
	padding-top: 10px; 
}


.two-columns {
	overflow: hidden;
	zoom: 1;
}
.two-columns .column {
	width: 49%;
	float: left;
}
