﻿html, body
{
	height: 100%;
	width: 100%;
	/*overflow: hidden;*/
	overflow:auto;
} 

body
{
	font-size: 8pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
}


#blackBackground
{
	background-color:Black;
}

a
{
	text-decoration: none;
}
a:link {color:Black}      /* unvisited link */
/*a:link {color:#666666}   */   /* unvisited link */
a:visited {color:Silver}  /* visited link */
a:hover {color:Silver}  /* mouse over link */
a:active {color:Black}  /* selected link */

p.small {line-height: 90%}
p.big {line-height: 200%; font-size:11px;}

.audioTitle {
	
	font-size: 11px;
	color:Silver;
	font-stretch:extra-expanded;
	text-align:left;
}

.videoTitle {
	
	font-size: 11px;
	color:Silver;
	font-stretch:extra-expanded;
	text-align:left;
	height:40px;
}

#photo
{
	height:260px;
	/*width:800px;*/ 
	background-color:Black;
	background-image: url("../img/photo.jpg");
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;
	position:static;

}

#menu
{
	height:35px;
	width:800px;
	background-color:#6b86ff;
	margin:0 auto;

}

#menuCenter
{
	margin:0px auto;
	width:800px;
	
}

.menuItem, .menuItemSelected
{
	width: 88px;
	height: 35px;
	color: White;
	clear: none;
	text-align: center;
	float: left;
	font-family: Arial Black;
	vertical-align: middle;
	font-size: 8pt;
	line-height: 35px;
}

a.menuItemLink
{
	text-decoration: none;
}

a.menuItemLink:link {color:White}      /* unvisited link */
a.menuItemLink:visited {color:White}  /* visited link */
a.menuItemLink:hover {color:Black}  /* mouse over link */
a.menuItemLink:active {color:White}  /* selected link */

.menuItemSelected
{
	background-image: url("../img/selection.png");
	background-position:center;
	background-repeat:no-repeat;
}

#content
{
	background-color:White;
	margin:0px auto;
	width:800px;
	padding:0px;
}

#contentLeft
{
	background-color:White;
	background-color:White;
	margin:0px;
	width:430px;
	float:left;
	padding:2px;
	


}

#contentRight
{
	float:right;
	margin-left:2px;
	width:320px;
	padding-left:10px;
	border-width:thin;
	border-top-color:White;
	border-right-color:White;
	border-bottom-color:White;
	
	border-left-color:#999;
	border-style:solid;


}

#contentRightDown
{
	float:right;
	margin-left:2px;
	width:320px;
	padding-left:10px;
	border-width:thin;
	border-top-color:White;
	border-right-color:White;
	border-bottom-color:#999;
	
	border-left-color:#999;
	border-style:solid;


}


.center
{
	margin:0px auto;
	/*width:902px;*/
	position:relative;
	top:30px;
	text-align:center;
	
}

.left
{
	margin:0px auto;
	width:800px;
	position:relative;
	top:10px;
	text-align:left;
	
}

#languageChoice
{
	position:relative;
	top:10px;
	width: 790px;
	color: White;
	margin: 0px auto;
	text-align: left;
}

#font11
{
	font-size: 11pt;
}

#title
{
	font-size: 11pt;
	text-align:left;
	line-height: 200%;
	font-weight:bold;
	margin-top:5px;
	margin-bottom: 10px;
}

p.titleCenter
{
	font-size: 9pt;
	text-align:center;
	font-weight:bold;
	margin: 0px auto;
}

#news
{
	font-size: 9pt;
	text-align:left;
	margin-bottom:5px;
	margin-top:5px;
	padding: 10px;
}

#eventsTitle
{
	font-size: 9pt;
	text-align:left;
	margin-bottom:0px;
	margin-top:5px;
	padding: 10px;
	color: #6b86ff;
	font-weight:bold;

}

#events
{
	font-size: 9pt;
	text-align:left;
	margin-bottom:1px;
	margin-top:1px;
	padding: 10px;
}

div.img
  {
  margin:5px;
  border:0;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:15px;
  border:0;
  }
div.img a:hover img
  {
  border:0;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:150px;
  margin:2px;
  }
  
#footer 
{
	clear:both;
	background:White;
	text-align:center;

}
/*
#footer {
	text-align: left;
	margin: 10px 0px 15px 10px;
	clear: both;
	
}*/
