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

body {
background-image:url(../images/bg.jpg);
background-color: #d6d6d6;

margin: 0px;
padding: 0px;

font-family:Verdana, Geneva, sans-serif;

}

h1 {
	font-size:10px;
}

#logo {
    display: block; /* not needed, but i like to explicitly state it */
    background: url(../images/title.png) no-repeat;
    width: 324px;
    height: 37px; /* the size of the image */  
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#header {
	position: absolute;
	top:55px;
	height:37px;
	width:800px;
}
#contact {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 150px;
	text-align:right;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
}
#contact a {
	color:#FFF;
	font-weight:bold;
	font-size:10px;	
	text-decoration:none;
}
#contact a:hover {
	color:#BD0000;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
}
#maincontent {
	background-image:url(../images/bg.content.jpg);
	background-repeat: repeat-x;
/*	background-color: #000; */
	position: absolute;
	top:100px;
	height:500px;
	width:100%;
}
#footercontent {
	color: #fff5fb;
	font-size:10px;
	text-align:center;
	position: relative;
	float: left;
	width:800px;
	bottom: -50px;
}
#line {
	position: relative;
	bottom: 50px;
	width:auto;
	border-top: 2px solid #069;
	color:#333;
	font-size:10px;
	padding-top: 5px;
	}


ul.niceList {
	margin-top:110px;
	margin-bottom:auto;
	list-style:none;
	font-weight:bold;
	padding-left: 0px;
}
ul.niceList li a {
	padding: 10px 10px;
	list-style:none;
	display:block;
    color:#666;
	text-decoration:none;
}
ul.niceList li.selected {
  background:url(../images/bullet.gif) no-repeat; /* change background em accordingly */
  background-position:right;
  padding: 10px 10px;
  list-style:none;
  display:block;
    /*color:#069; */
	color: #BD0000;
}
ul.niceList li a:hover {
  background:url(../images/bullet.gif) no-repeat; /* change background em accordingly */
  background-position:right;
  padding: 10px 10px;
  list-style:none;
  display:block;
    color:#069;
}

ul.niceListhoriz {
	margin-left:auto;
	margin-right:auto;
	list-style:none;
	font-weight:bold;
	padding-left: 90px;
	
}
ul.niceListhoriz li {
	padding: 0px 10px;
	float:left;
}
ul.niceListhoriz li a {
	
	list-style:none;
	display:block;
    color:#FFF;
	text-decoration:none;
}
ul.niceListhoriz li.selected {
	list-style:none;
	display:block;
    /*color:#069; */
	color: #BD0000;
}
ul.niceListhoriz li a:hover {
	list-style:none;
	display:block;
    color:#069;
}