body {
	font: 0.8125em/1.2em Verdana, sans-serif; color: #333; 
}
p a {
	color: #a00;
	border-bottom: #a00;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	text-decoration: none;
}
 
p a:active {
	color: #cb9;
	background-color: #fff;
	text-decoration: none;
}
p a:visited {
	color: #a86;
	text-decoration: none;
	border-bottom: #a86;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
}
p a:hover {
	color: #a86;
	text-decoration: none;
	border: 0;
}
p.copyright {
	text-align: center;	
	font: 0.7em "Lucida Grande", tahoma, verdana, helvetica, sans-serif;
}
h1, h2, h3 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

h1 { font-size: 1.8em; color: #900; padding-top: 1em;}
h2 { font-size: 1.6em; color: #000; padding: 0; }
h3 { font-size: 1.2em; color: #000; padding: 0; }

#cap {
	font: 50px Georgia, times, times new roman, serif;
	color: #a00;
	font-weight: bold;
	float: left;
	height: 34px;
	line-height: 38px;
	margin: 0 2px 2px 0;
}

* html
  {
  padding: 0;
  margin: 0;
  }

html { height: 100% }

body 
  {
  background: #D8CCBD url(back.gif) repeat top left;
  text-align: center;
  height: 100%;
  padding: 0;
  margin: 0;
  }

#main
  {
  background: #fff url(background.png);
  width: 700px;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  border-right: thin solid #cb9;
  border-left: thin solid #cb9;
  height: 100%;
  }
 
#top
  {
  width: 700px;
  margin: 0 auto;
  padding: 0;
  background: #ddb url(header.png) no-repeat top;
  height: 150px;
  }
 
#content
  {
  width: 680px;
  margin: 0 auto;
  padding: 0px 10px;
  background: #fff;
  }

#cap
  {
  font: 50px Georgia, times, times new roman, serif;
  color: #a00;
  font-weight: bold;
  float: left;
  height: 34px;
  line-height: 38px;
  margin: 0 2px 2px 0;
  }
	
	
/* --------------------- menu -------------------- */	
	

	
#nav, #nav ul {
	float: left;
	width: 700px;
	list-style: none;
	line-height: 1;
	background: #a00;
	font: 12px "Lucida Grande", tahoma, verdana, helvetica, sans-serif;
	padding: 0;
	border: solid #cb9;
	border-width: 1px 0 0 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 1.5em;
}



#nav li {
	float: left;
	padding: 0;
	width: auto;
	border-right: thin solid #cb9;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	font-weight: normal;
	margin: 0;
	
}

#nav li li {
	padding-right: 1em;
	width: 13em;
	border-top: thin solid #cb9;
	
}

#nav li ul a {
	width: 13em;
	
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.over ul ul, #nav li.over ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.over ul, #nav li li.over ul, #nav li li li.over ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #400;
}

#nav ul li.current {
	background: #400;
}

#content {
	clear: left;
}

/* ----------------------end of menu---------------------- */

#line
  {
  margin-top: 25px;
  height: 1px;
  width: 100%;
  background-color: #a00;
  }
  
#calendarline
  {
  margin-top: 5px;
  height: 1px;
  width: 100%;
  background-color: #cb9;
  }

.centeredImage
  {
  width: 250px;
  border: thin solid #000;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  }
  
#logo
  {
  width: 200px;
  height: 68px;
  margin: 60px 0 0 25px;
  vertical-align: middle;
  border: 0;
  }
  
.Rphoto
  {
  float: right;
  background: #edb;
  padding: 5px;
  height: auto;
  margin: 10px 0 10px 10px;
  }
  
.Rphoto img
  {
  border: thin solid #cb9;
  margin-bottom: 5px;
  }
  
img a
  {
  border: 0;
  }
  
.poster
  {
  float: right;
  background: #fff;
  padding: 5px;
  border: thin solid #000;
  width: 300px;
  margin: 10px 0 10px 10px;
  }
  
abbr, acronym
  {
  text-decoration: none;
  border-bottom: #a86;
  border-width: 0px 0px 1px 0px;
  border-style: none none dotted none;
  }