html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}
p {
	margin:0;
	padding:0;
}
body {
	background:#382D27;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:100.01%;
	font-size:75.01%; /* 12px */
	line-height:2em; /* 24px */
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background:#fff;
	border-left:#C73F31 solid 1px;
	border-right:#C73F31 solid 1px;
}
#header {
	height:354px;
}
#header #logo {
	float:right;
	margin:10px 10px 20px 0;
}
#header #logo-type {
	float:left;
	margin:38px 0 0 29px;
}
#head-photo-col1 {
	float:left;
	margin-left:8px;
}
#head-photo-col2 {
	float:left;
	margin-left:8px;
}
#head-photo-col3 {
	float:left;
	margin-left:8px;
}
#head-photo-col4 {
	float:left;
	margin-left:8px;
}
#tagline {
	text-transform:uppercase;
	float:right;
	margin-right:10px;
	font-size:1.2em;
}
#col-menu {
	float:left;
	width:220px;
	margin-left:10px;
	padding:0 0 120px 0; /* bottom padding for footer */
}

div#col-menu #menu {
	padding:0;
	margin:0;
	list-style:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
}
div#col-menu #menu li {
	background:#fff url('/images/menu-top.gif') top left no-repeat;
}
div#col-menu #menu a {
	padding-left:6px;
	padding-top:4px;
	display:block;
	height:32px;
	text-decoration:none;
	color:#fff;
	letter-spacing:1px;
	margin-top:2px;
}
div#col-menu #menu a:hover {
	background:#C73F31;
	color:#fff;
	background:#fff url('/images/menu-over.gif') top left no-repeat;
}
div#col-menu #menu a.selected {
	background:#C73F31;
	color:#fff;
	background:#fff url('/images/menu-over.gif') top left no-repeat;
}

#body-home #menu-home, #body-library #menu-library, #body-archive #menu-archive, #body-office #menu-office, #body-contact #menu-contact {
	background:#C73F31;
	color:#fff;
	background:#fff url('/images/menu-over.gif') top left no-repeat;
}
#col-content {
	float:right;
	width:700px;
	margin:0px 10px;
	padding:0 0 120px 0; /* bottom padding for footer */
}
#col-content p {
	margin-bottom:1em;
	line-height:1.75em;
}
#col-content h1 {
	font-size:1.75em; /* 21px */
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 0.5em 0;
	letter-spacing:-1px;
}
#col-content h2 {
	font-size:1.5em; /* 18px */
}
#col-content h3 {
	font-size:1.25em; /* 15px */
}
#col-content h4, #col-content h5, #col-content h6 {
	font-size:1em; /* 12px */
	font-weight:bold;
}
#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	color:#000;
	background:#DDCDC1;
	width:960px;
	margin:0;
	height:100px;
}
#footer #iso9001 {
	position:absolute;
	top:10px;
	left:10px;
}
#footer #address {
	position:absolute;
	top:10px;
	left:90px;
	margin:0;
	padding:0;
	line-height:1.33em;
}
#footer #contact {
	position:absolute;
	top:10px;
	left:250px;
	margin:0;
	padding:0;
	line-height:1.33em;
}
#footer #copyright {
	float:right;
	margin:10px;
	text-align:right;
	padding:0;
	line-height:1.33em;
	font-size:0.833em;
}
#footer #copyright a {
	color:#000;
}
#frm-contact label {
/*	padding:0;
	margin:0;*/
	float:left;
	width:5.5em;
}
#frm-contact input {
	width:15em;
}
#frm-contact textarea {
	width:30em;
}
#frm-contact #btn-send {
	margin-left:5.5em;
	width:5em;
}
.smaller {
	font-size:.75em;
}
.email, .email a {
	cursor:pointer;
	text-decoration:underline;
	color:#33F;
}
#frm-contact label.error {
	color:red;
	float:none;
	width:auto;
	padding-left:0.5em;
	vertical-align:top;
}