/* CSS Document */
.header{
		font-weight:bold; 
		font-size:12px; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		}

body{
		font-size:12px; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height:20px;
		color:#FFFFFF;
	}

a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.splitter{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.menu:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text {	color: red;
	background-color: black;
	}
.hide{
	display:none;
	}
	
div#left {
    float: left;
    width: 150px;
  
}
div#right {
    float: right;
    width: 150px;
 
}
div#middle {
    padding: 0px 160px 5px 160px;
    margin: 0px;
	text-align:justify;
    margin-top: 30px;
}

div#middle1 {
    padding: 0px 10px 5px 10px;
    margin: 0px;
	text-align:center;
    margin-top: 30px;
	margin-left: 00px;
}
/*test 2*/
#links a img {
  height: 0;
  width: 0;
}

#links a {
  display:block;
  padding-top: 110px;
  color: transparent;//hell yeah baby
}

#links a:hover img {
  position: relative;
  top: -160px;
  left: -170px;
  height: 240px;
  width: 320px;
  border: 1px solid #000;
}

.thumbnail {
  float: left;
  width: 150px;
  height: 98px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/*test 2*/
#linksc a img {
  height: 0;
  width: 0;
}

#linksc a {
  display:block;
  padding-top: 110px;
  color: transparent;//hell yeah baby
}

#linksc a:hover img {
  position: relative;
  top: -120px;
  left: -250px;
  height: 1708px;
  width: 649px;
  border: 1px solid gray;
}

.thumbnailc {
  float: center;
  width: 150px;
  height: 98px;
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#download {
	font-size:8px;
}

#linksr a img {
  height: 0;
  width: 0;
}

#linksr a {
  display:block;
  padding-top: 110px;
  color: transparent;//hell yeah baby
}

#linksr a:hover img {
  position: relative;
  top: -160px;
  left: 0px;
  height: 240px;
  width: 320px;
  border: 1px solid #000;
}

.thumbnailr {
  float: left;
  width: 150px;
  height: 98px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}