html, body { margin:0; padding:0; }
object {
	line-height:0;
}

#wrapper {
	width:750px;
	margin:10px auto 0 auto;
}
.pageborder {
	border:black solid 1px;
	background:white;
}
#header {
	position:relative;
	width:100%;
	height:123px;
	background:url(../images/layout/header.jpg) no-repeat top;
}
#nav {
	position:absolute;
	width:100%;
	top:94px;
	left:0;
}

#nav table {
	border:none;
	border-collapse:collapse;
	width:100%;
	background:#526567;
}
#nav table td {
	text-align:center;
	vertical-align:middle;
}
#nav table a {
	display:block;
	color:#D5D9DA;
	height:30px;
	line-height:28px;
	padding:0 22px;
	text-decoration:none;
	font-family:'Yanone Kaffeesatz', arial, serif;
	font-size:18px;
}
#nav table a:hover {
	background:#617678;
}


#intro {
	border-bottom:solid 2px black;
}

#content {
	width:100%;
	overflow:hidden;
}
#subpage #content .pad {
	margin:40px 20px 20px 20px;
}

/* HOME */
#home #content .col1, #home #content .col2, #home #content .col3 {
	float:left;
}
#home #content .col1 .pad, #home #content .col2 .pad, #home #content .col3 .pad {
	margin:10px;
}
#home #content .contentpad {
	margin:6px;
}
#home #content .col1 {
	width:249px;
}
#home #content .col2 {
	width:250px;
}
#home #content .col3 {
	width:249px;
}

/* OUR MEMBERS */
.section {
	overflow:hidden;
	border-top:black solid 1px;
	padding:20px 0;
}
.section .col1, .section .col2, .section .col3 {
	float:left;
}
.section .col1 {
	width:200px;
	margin-right:18px;
}
.section .col2 {
	width:320px;
	width:490px;
	/*margin-right:18px;*/
}
.section .col3 {
	width:152px;
}
