#header {
	background: #d7d5b8 url(images/sect-b-header.jpg) repeat-x left top;
	height: 176px;
	position: relative;
}

#flash {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(images/sect-logo.jpg) no-repeat 0px 24px;
}

#columns {
	width: 704px;
	margin-left: 32px;
	position: relative;
	margin-top: -16px;
	z-index: 10;
}

#body {
	float: right;
	width: 100%;
	margin-left: -224px;
}

#body-inner {
	margin-left: 232px;
}

#body h2 {
	font: normal 200% Verdana, sans-serif;
	font-variant: small-caps;
	letter-spacing: 0.25em;
	margin: 2ex 0px 1ex;
	padding: 0px 0px 0.5ex;
	border-bottom: 1px solid #6E6A12;
}

.put-in-sidebar {
	position: relative;
}

.put-in-sidebar img {
	position: absolute;
	left: -232px;
}

/*
#body h2 {
	position: relative;
	margin: 0px;
	padding: 0px;
}

#body h2 span {
	position: absolute;
	left: -232px;
	top: -2px;
	border-bottom: 1px solid #6E6A12;
	width: 216px;
	text-align: right;
	font-size: 13px;
	font-variant: small-caps;
}
*/

form {
	display: block;
	border-top: 1px solid #6E6A12;
}

/* \*/
label {
	border-bottom: 1px solid #6E6A12;
	position: relative;
	padding: 2px 0px 2px 142px;
	display: block;
	background: #d7d5b8;
}

label .labeltext {
	position: absolute;
	top: 3px;
	left: 0px;
	font-weight: bold;
	font-size: 13px;
	font-variant: small-caps;
}

* html label .labeltext {
	left: -142px;
}
/*  */

input.text, textarea {
	border: none;
	background: #EBEADC;
	width: 320px;
	font: 11px Verdana, sans-serif;
	display: block;
	padding: 4px;
}

input.button {
	background: #6E6A12;
	border: 1px solid #B7B589;
	border-color: #B7B589 #373509 #373509 #B7B589;
	color: white;
	font: bold 13px Verdana, sans-serif;
	font-variant: small-caps;
	cursor: pointer;
	display: block;
	margin: 2px 0px 2px 142px;
}

/*
dl.contact {
	border-top: 1px solid #6E6A12;
	margin: 4ex 0px;
}

dl.contact dt {
	clear: both;
	float: left;
	width: 128px;
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	font-variant: small-caps;
}

dl.contact dd {
	float: right;
	width: 100%;
	margin: 0px 0px 0px -128px;
	padding: 2px 0px;
	border-bottom: 1px solid #6E6A12;
}

dl.contact dd span {
	display: block;
	margin-left: 128px;
}
*/

dl.contact {
	
}

dl.contact dt {
	clear: left;
	float: left;
	font-weight: bold;
	font-size: 13px;
	font-variant: small-caps;
}

dl.contact dd {
	margin-left: 142px;	
}

/* \*/
* html dl.contact dd {
	height: 1%;
}
/*  */

#footer p {
	width: 736px;
	text-align: right;
	line-height: 18px;
}

