/* A Free Design by Bryant Smith (bryantsmith.com) */
/* CSS background from css-tricks.com */


body {
  margin: 0;
  padding: 0;
  text-align: left;
  font: 12px Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #061C37;

  background: url(images/Larger-Discworld.jpg);
}
*
{
  margin: 0 auto 0 auto;
  text-align:left;
}

#container
{
  display: block;
  height:auto;
  position: relative;
  width: 960px;
}

#header
{
  height:85px;
  width:960px;
}

#header h1
{
  position:absolute;
  text-align:left;
  color:#FFFFFF;
  font-size:43px;
  font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
  font-style: italic;
  color:#FFF;
  left:14px;
  top:18px;
}


#header h2
{
  position:absolute;
  text-align:right;
  color:#A9D1FA;
  left:490px;
  top:38px;
  width:400px;
  font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
  font-style: italic;
}

#mainpic
{
  background-image:url(images/main.jpg);
  background-repeat:no-repeat;
  width:900px;
  height:354px;
}

.off
{
  color:#67A0F5;
}

#menu
{
  display:block;
  float:left;
  clear:both;
  width:960px;
  height:54px;
  float:left;
  clear:both;
}

#leftmenu
{
  margin-top:15px;
  width:264px;
  float:left;
}

#leftmenu_top
{
  width:264px;
  height:14px;
  background-image:url(images/leftmenu_top.png);
}
#leftmenu_bottom
{
  width:264px;
  height:14px;
  background-image:url(images/leftmenu_bottom.png);
}
#leftmenu_main
{
  width:264px;
  height:auto;
  background-color:#1C478E;
  font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
  font-style: italic;
}

#leftmenu_main ul
{
  list-style: none;
  padding: 0px;
  width:264px;
}


#leftmenu_main h3
{
  list-style: none;
  padding: 0px;
  width:264px;
  color:#FFFFFF;
  padding-left:10px;
  padding-bottom:14px;
}

#leftmenu_main ul li
{
  list-style: none;
  padding: 0px;
  width:264px;
  text-align:left;
}

#leftmenu_main ul li a, #leftmenu_main ul li a:visited
{
  display:block;
  list-style: none;
  padding: 0px;
  width:252px;
  padding-left:12px;
  padding-top:4px;
  height:30px;
  text-align:left;
  background-image:url(images/leftmenu_link.png);
  background-repeat:repeat-x;
  color:#FFFFFF;
  text-decoration:none;
  font-size:15px;
  font-weight:bold;
}

#leftmenu_main #currentpage
{
  color:#87BCF8;
}

#leftmenu_main ul li a:hover
{
  color:#87BCF8;
}

#content
{
  display:block;
  float:left;
  width:629px;
  height:auto;
  padding-left:10px;
  padding-top:15px;
  padding-right:10px;
  padding-bottom:5px;
}

#content_top
{
  background-image:url(images/main_top.png);
  background-repeat:no-repeat;
  width:629px;
  height:24px;
}

#content_main
{
  background-image:url(images/main_back.png);
  background-repeat:repeat-y;
  width:599px;
  padding-left:15px;
  padding-right:15px;
}

#content_bottom
{
  background-image:url(images/main_bottom.png);
  background-repeat:no-repeat;
  width:629px;
  height:25px;
}

#footer
{
  font-size:10px;
  color:#eeeeee;
  width:inherit;
  height:auto;
}

#footer a, #footer a:visited
{
  color:#eeeeee;
}

#footer h3 a,#footer h3 a:visited
{
  display:inline;
  text-align:center;
  font-size:10px;
  text-decoration:none;
  color:#7198E1;
}


#menu ul {
  list-style: none;
  padding: 0px;
  margin-left:auto;
  width:960px;
}

#menu li {
  list-style: none;
  padding: 0px;
  display: inline;

}

#menu a {
  float: left;
  height: 36px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  padding-top: 18px;
  font-size: 15px;
  padding-left:13px;
  padding-right:13px;

}

#menu a:hover {
  color:#86AEF9;
  background-image:url(images/linkbackground.jpg);
  background-repeat:repeat-x;
}

#content p
{
  padding-top:12px;
  padding-bottom:12px;
}

.footnote
{
  font-size: 10px;
}

html, body {
  text-align: center;
}
p {
	text-align: left;
}
#content_main tr .times {
  text-align: right;
  vertical-align: top;
  padding-right: 20px;
}
