@charset "utf-8";
/*html { overflow-y:scroll; }*/
body {
	background-image: url(../images/pixels.gif);
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #009;
}
#container {
	width: 59em;
	text-align: left;
	border: .2em solid #F90;  /*was .5em*/
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding: 0;
	margin: 0;
	height:8em;
	text-align:center;
	background-image: url(../images/gb_row.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#header #title {
	padding: 0;
	margin: 0;
	height:8em;
	width:46.25em;
	text-align:center;
	background-image: url(../images/title_articles.jpg);
	background-repeat: no-repeat;
	background-position: center .5em;
	float:right;
}
#header #logo {
	padding: 0 .75em 0 0;
	margin: 0;
	height: 8em; 
	width: 12em;
	float:left;
	background-image: url(../images/gb_column.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#content {
	padding: 3em 0 0 0;
	margin: 0 0 0 15em;
}
#navigation {
	padding: 0.7em .75em 0 0;
	margin: 0;
	width:12em;
	float:left;
	/*height:27em;*/
	text-align:center;
	background-image: url(../images/gb_column.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#navigation #photo {
	margin-top: 2em;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 0;
	padding-right: 2em;
	padding-left: 2em;
	margin: 0;
}
#footerRight {
	float:right;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address {
	padding: 0;
	margin: 0;
}
#header #logo img{
	margin: 0 auto 0;
	padding-top: 1em;
}
#header #title h1{
	text-indent: -1000em;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: lighter;
	text-align: center;
}
#content h2 {
	font-size:1.15em;
	text-align: center;
	padding-bottom: 1em;
	font-weight:normal;
}
#content h3 {
	font-size:1.15em;
	text-align: left;
	padding-bottom: 1em;
	font-weight:normal;
}
#content p {
	margin: 0;
	font-size: 1.15em;
	padding-bottom: .5em;
}
#content a {
	color: #009;
}
#content a:hover {
	color: #C00;
}
#content #listArticles {
	font-size:1.15em;
	list-style-type: square;
	padding-left:1em;
}
#content #listArticles li {
	 padding-bottom: 1em;
}
#content #listArticles li a {
	 color:#009;
}
#content #listArticles li a:hover {
	 color:#060;
}
/*-------link bar styles--------*/

#navigation li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navigation ul {
	padding: 0;
	width: 9em;
	margin: 0 auto 0;
}
#navigation #home, #navigation #who, #navigation #news, #navigation #conferences, #navigation #articles, #navigation #reviews, #navigation #contact, #navigation #photos, #navigation #links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
	color: #fff;
	background-color: #096;
	display: block;
	text-decoration: none;
	text-align:left;
	padding-left: 1.75em;
	margin-top:.3em;
}
#navigation #home:hover, #navigation #who:hover, #navigation #news:hover, #navigation #conferences:hover, #navigation #articles:hover, #navigation #reviews:hover, #navigation #contact:hover, #navigation #photos:hover, #navigation #links:hover {
	color: #fff;
	background-color: #0C3;
	text-decoration: underline;
}

#footer p {
	margin: 0;
	font-size: 0.75em;
	line-height:1.8em;
	color: #666;
	text-align:left;
}

#footer a {
	color: #666; 
	text-decoration:none;
}

#footer a:hover {
	color: #666; text-decoration:underline; 
}
img.photocentre { 
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: .25em;
	margin-bottom: .5em;
	border:none;
}
img.photoright {
	margin-left: 1em;
	margin-bottom: .5em;
	margin-top: .25em;
	float: right;
}
img.photoleft {
	margin-right: 1em;
	margin-bottom: .5em;
	margin-top: .25em;
	float: left;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
address.card {
			padding-left:4em;
			padding-top:0;
			 padding-bottom:2em;
			font-size:1.15em;
}
#content ol {
	list-style-type: none;
	padding: 0 0 1.5em;
	margin: 0;
}
#content ol li {
	font-size: 1.15em;
	margin-left: 2.5em;
	padding-bottom: 0.8em;
}
#content h2.photoalbum {
	font-size:1.15em;
	text-align: center;
	padding-bottom: .5em;
	font-weight: bold;
	text-align:left;
}
	
