body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #ffffff;
	background-color: #a89488;
	margin-top: 0px;
}

#supercontainer{
	background-color: #000000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	min-height:1000px;
	height:auto !important;
	height:1000px;
	padding-bottom: 20px;
}

#header{
	width: 800px;
	height: 390px;
	overflow: hidden;
}

/* title */
#site-title, h1#site-title {
  padding-top: 0px;
  padding-left: 0px;
  height: 140px;
  font-weight: bold;
  font-style: normal;
  background-image: url('../img/logo-orfeo.png'); 
  background-repeat: no-repeat;
  text-indent:-1000px;
}
/*
#site-title span{
  display: block;
  cursor: pointer;
  cursor: hand;
  padding-top: 140px;
  width: 800px; 
}
*/

#site-title a, #site-title a:visited {
  color: #FFF;
}

#site-title a:hover, #site-title a:active {
	text-decoration: none;
}

#sub-title, h2#sub-title {
  padding: 20px;
  padding-left: 57px;
}
/* end title */

#menuitems{
	float:left;
	margin-top: 210px;
	margin-left: 10px;
}

#menuitems a.menuitem {
	display:block;
	float:left;
	width:125px;
	height:30px;
	padding-left:15px;
	margin-left:10px;
	margin-bottom:4px;
	background:url('/img/menu_off.png') no-repeat top left;
	
	font-family:;
	font-size:22px;
	font-weight:100;
	text-decoration:none;
	letter-spacing:1px;
}

#menuitems a.menuitem:hover, #menuitems a.active {
	background:url('/img/menu_on.png') no-repeat top left;
}

#menuitems img{
  padding-bottom:2px;
}
#newslettersignup{
	float:right;
	margin-top: 20px;
	margin-right: 20px;
}

#twocols{
	width: 680px;
	margin-left: 60px;
	margin-right: 60px;
	overflow: hidden;
}

#twocols object{
  
}

#col_left{
	width: 310px;
	float: left;
	margin-left: 60px;
}
#col_right{
	width: 310px;
	float: right;
	margin-right: 60px;
}

p{
	margin-top: 0px;
	margin-bottom: 10px;
}
a:focus 
{
	outline: 0;
}
a
{
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
a:hover
{
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
a:hover:visited
{
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}
a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

H1
{
	font-size: 50px;
	font-weight: normal;
	color: #a89488;
	margin-top: 0px;
	margin-bottom: 0px;
}
H2
{
	font-size: 40px;
	font-weight: normal;
	color: #a89488;
	margin-top: 0px;
	margin-bottom: 0px;
}
H3
{
	font-size: 16px;
	font-weight: bold;
	color: #ad6b48;
	margin-top: 0px;
	margin-bottom: 0px;
}
IMG
{
	border-width: 0px;
}
.image_gallery{
	width: 90px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.image_gallery_row{
	overflow: auto;
	width: 200px;
}


#photos td {
	padding-right:5px;
	padding-bottom:5px;
}

#photos td a.download {
	text-decoration:none;
	font-size:10px;
}

#photos div {
  display:none;
}

input[type="submit"] {
	width:100px;
	height:20px;
}

#list{
	margin:0 auto;
	height:500px;
	width:95%;
	overflow:hidden;
	position:relative;
	background-color: #000;
}
#list ul,
#list li{
	list-style:none;
	margin:0;
	padding:0;
}
#list a{
	position:absolute;
	text-decoration: none;
	color:#666;
}
#list a:hover{
	color:#ccc;
}

#agenda .agendaItem {
	width:100%;
	border-top:1px dashed gray;
	margin-top:5px;
	padding-top:5px;
}

#agenda .agendaDate {
	float:left;
	display:inline;
	font-size:26px;
	font-weight:bolder;
	color:#FFF;
	padding-right:10px;
}

#agenda .agendaContent {
	font-weight:bolder;
}



#publications .publication {
	width:100%;
	border-top:1px dashed gray;
	margin-top:5px;
	padding-top:5px;
}

#publications .publication .pubTitle {
	font-size:16px;
}

#contactForm {
	margin:-5px 0 0 -5px;
}

div.clear {
	clear:both;
}