﻿	
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input, textarea{
	margin:2px
}
ol, ul {
/*	list-style: none;*/
}
blockquote, q {
	quotes: none;
} 
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* general */
/**/
body {
	line-height: 1; 
	background-color:#9797a1;
	font-family: Helvetica, arial, sans-serif;
}
h1 {
	font-family: Nimbus;
	color:#7c2700;
	font-size:24px;
	font-weight:bold;
	margin-bottom:14px;
}
#container {
	width:960px;
	background-color:white;
	padding:4px 0;
	margin:20px;

	border:1px #aaa solid;
}
#header{
}	
#logo {

}	
#contents {
}
#left {
	float:left;
	min-height:40px;
	padding:5px 20px 10px 30px;
}
#caption{
	margin-top:10px;	
}
.photo
{
	border:1px solid silver;
	padding:5px;	
}
.cont{
	font-size:small;
	
}

#right {
	padding:5px 30px 10px 20px;
	text-align:left;
	float:right;
	line-height:20px;
}
.logos img {
	padding:0px 20px;
}
#footer {
	margin:0px 30px 0px 30px;
	clear:both;
	height:42px;
	line-height: 22px;
	border-top:1px #aaa solid;
	text-align:center;
	padding-top:6px;
}
li {
	line-height:18px;
}	
