@charset "UTF-8";
/* CSS Document */

/* .dtstart{display:none;}  removed when fixed --- this is the date and time */

body{
	background-color:#c0cbce;
	background-image:url(../images/bg.png);
	background-position: left top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font:normal 0.8em Verdana, sans-serif;
	color:#000;
	margin:0px auto;
	padding:0 0 0 0;
	text-align:center;
}
img a, img, img a:link, img a:visited, img a:hover, img a:active{ border:none;}
a:link, a:visited{
	text-decoration:none;
	color:#87541a;
}
a:hover, a:active{
	text-decoration:none;
	color:#55320c;
}
.force, #force{
	margin:0px auto;
	padding:0 0 0 0;
}
h1#page_title {
  display:none;
}
#wrapper{
	width:710px;
	padding:0 20px 0 20px;
	margin: 0 auto;
	text-align: left;
	height:100%;
}
#header {
	position:absolute;
	padding: 0 0 0 0;
	margin:0 0 0 0;
	height:460px;
	width:710px;
	background-image:url(../images/nav_bg.png);
	background-repeat:repeat-y;
	background-position:top center;
	z-index:10;
	color:#FFF;
} 
#header img{
	position:absolute;
	margin:0px 5px 0px 5px;
}
#nav{
	position:absolute;
	margin:420px 20px 0px 6px;
	width:100%;
	text-align:right;
}
#nav ul{
	list-style:none;
	margin:0px 20px 0px 0px;
	float:right;
}
#nav ul li{
	float:left;
	margin:0px 5px 0px 0px;
  font:small-caps 1.5em/1em Georgia, Times;
  font-weight:normal;
  line-height:35px;
}
#nav ul li.false_nav_item div{
  margin:0 0 0 0;
  padding:0px 14px 10px 14px;
}
#nav ul li a{
  margin:0 0 0 0;
  padding:7px 14px 9px 14px;
}
#nav ul li.false_nav_item{
  background-color:#fff;
  color:#000066;
}
#nav a:link, #nav a:visited{
	color:#FFF;
	text-decoration:none;
}
#nav a:hover, #nav a:active{
	color:#FFF;
	text-decoration:none;
  background-color:#223344;
}
/***************************/
/***************************/

#footer {
	position:relative;
	padding: 0 0 0 0;
	margin-left:25px;
	margin-right:25px;
	text-align:right;
	font-size:0.8em;
	color:#a09586;/*
	height:50px;
	background-image:url(images/footer_bg.gif);
	background-position: top left;
	background-repeat:no-repeat;*/
} 
#footer p {
	margin:0 0 0 0;
	padding: 0;
}
#footer p:hover{
	color:#000;
}
