body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

input, textarea {
	width: 220px;
	background: #FFFFFF url(images/img04.gif) repeat-x;
	border-top: 1px solid #A3A3A3;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #D6D6D6;
	font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #757575;
}

h1, h2, h3, h4, h6, h7 {
	color: #31363B;
}

h1 a, h2 a, h3 a, h4 a, h6 a, h7 a {
	text-decoration: underline;
	color: #000000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h6 a:hover, h7 a:hover {
	color: #FF0000;
}

h8 a {
	text-decoration: underline;
	color: #FF0000;
}

h8 a:hover {
	color: #FFFFFF;
}


h1 {
	font-size: 38px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

h3 {
	font-size: 14px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h4 {
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h5 {
	font-size: 10px;
	color: #000000;
	display: inline;
}

h6 {
	font-size: 12px;
	color: #000000;
}

h7 {
	font-size: 12px;
	color: #000000;
}

h8 {
	font-size: 12px;
	font-weight: bold;
}


h9 {
	font-size : 25px;
	color: #ff0000;
	margin: 0px;
	font-weight: bold;
}
p, ul, ol {
	margin-top : 0;
	line-height : 120%;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.footerbox {
line-height : 100%;
}

a.red {
	color: #FF0000;
	font-weight: bold;
	margin-left: 10px;
	text-decoration: underline;
}

a.red:hover {
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 10px;
}

a.white {
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:hover {
	color: #000000;
}

a.blackfoot {
	color : #000000;
	font-weight : bold;
	font-size : 8px;
	text-decoration: underline;
}
a.blackfoot:hover {
	color : #FF0000;
}

a.sell {
	color : #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: underline;
}
a.sell:hover {
color : #000000;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 5px;
	clear: left;
}

hr {
	display: none;
}


/* Logo */

#logo {
	width: 240px;
	height: 120px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	text-align: right;
}

#logo2 {
	width: 400px;
	height: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	text-align: left;
	position: absolute;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#logo h1 {
	padding: 40px 5px 0 20px;
	font-size: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #31363B;
}

#logo h2 {
	padding: 0px 0 0 25px;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
}

#logo p {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	color: #31363B;
}

#img {
	float: right;
	height: 140px;
	width: 120px;
}

#splash {
	width: 754px;
	height: 266px;
	padding-bottom: 3px;
	background: no-repeat left top;
	float: left;
}

/* Header */

#header {
	width: 100%;
	margin: 0 auto;
	background-image: url(Images/img05.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/*MENU */
.menu {
	width:745px;
	height:32px;
	position:relative;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:106px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:106px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:10px;
	text-decoration:none;
	color:#fff;
	width:106px;
	height:30px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
	line-height:29px;
	background-image: url(Images/img02.jpg);
	text-align: center;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:106px; w\idth:105px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #CCCCCC;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color: #CCCCCC;
}
.menu ul ul :hover > a.drop {
	background-color: #CCCCCC;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #CCCCCC;
}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:74px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:106px; top:-1px; width:106px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-106px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:191px;
	border-width:0 1px 1px 1px;
	background: #CCCCCC;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:106px;w\idth:191px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#FFFFFF;
	background-color: #666666;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#FFFFFF;
	background: #666666;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu .current, .menu ul ul .current{
	color:#FFFFFF;
	background-color: #666666;
}
.menu .current > a, .menu ul ul .current > a {
	color:#FFFFFF;
	background: #666666;
}


/*SEARCH*/
#search {
float : right;
width : 230px;
height : 30px;
background-image : url(Images/img02.jpg);
border : 1px solid #000000;
}
#search form {
float : right;
margin : 0;
padding : 0 5px 0 0;
}
#search input {
float : left;
border : none;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
}
#searchagain {
width : 100px;
height : 18px;
color : #ff0000;
background-color : #ffffff;
margin-top : 5px;
padding-top : 3px;
padding-right : 0;
padding-bottom : 0;
padding-left : 5px;
}
#search-submit {
height : 30px;
margin-left : 5px;
color : #ffffff;
width : 110px;
background-image : url(Images/img02.jpg);
}

#search2 {
	float : left;
	width : 380px;
	height : 50px;
	background-image : url(Images/img02.jpg);
	border : 1px solid #000000;
	background-repeat: repeat-y;
}
#search2 form {
float : right;
margin : 0;
padding : 0 5px 0 0;
}
#search2 input {
	float : left;
	border : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
#searchagain2 {
	width : 190px;
	height : 18px;
	color : #000000;
	background-color : #ffffff;
	margin-top : 15px;
	padding-top : 3px;
	padding-right : 0;
	padding-bottom : 0;
	padding-left : 15px;
}
#search-submit2 {
	height : 50px;
	margin-left : 5px;
	color : #ffffff;
	width : 150px;
	background-image : url(Images/img02.jpg);
	padding-top: 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#subscription {
	float : left;
	width : 300px;
	height : 30px;
	background-image : url(Images/img02.jpg);
	border : 1px solid #000000;
	padding-top: 20px;
}
/*FORM*/
label {
width : 90px;
float : left;
text-align : left;
margin-right : 0.5em;
display : block;
margin-bottom : 0;
height : 15px;
padding-top : 12px;
}
select {
font-size : 12px;
padding : 0;
margin-right : 0;
margin-bottom : 10px;
float : right;
height : 20px;
font-family : Arial, Helvetica, sans-serif;
margin-top : 5px;
}
input {
color : #000000;
border : 1px solid #000000;
background-color : #cccccc;
margin-bottom : 0.5em;
}
.input2 {
color : #000000;
border : 1px solid #000000;
background-color : #cccccc;
margin-bottom : 0.5em;
display : block;
float : right;
height : 15px;
width : 235px;
padding-left : 5px;
font-family : Arial, Helvetica, sans-serif;
padding-top : 5px;
}
.submit input {
color : #ffffff;
border : 2px outset #cccccc;
width : 100px;
margin-right : 10px;
background-color : #ff0000;
margin-top : 10px;
}
fieldset#f1 {
margin : 0;
padding : 0;
border : none;
}
fieldset#f2 {
width : 700px;
border : 1px solid #ff0000;
float : left;
margin-top : 5px;
}
fieldset#f3 {
width : 700px;
border : 1px solid #ff0000;
float : left;
margin-top : 5px;
}
fieldset#f5 {
margin : 0;
padding : 0;
border : none;
}
legend {
padding : 0.2em 0.5em;
border : 1px solid #ff0000;
color : #ff0000;
font-size : 90%;
text-align : right;
}
#left-column {
width : 340px;
float : left;
}
#right-column {
width : 340px;
float : right;
}
#left-column2 {
width : 340px;
float : left;
}
#right-column2 {
width : 340px;
float : right;
}

/*PAGE*/


#wrapper {
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Page */

#page {
	width: 754px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	border: thin solid #FF0000;
}

/* Content */

#content {
	float: left;
	width: 340px;
	height: 360px;
}


#covers {
	float: left;
	width: 754px;
	height: 350px;
	background-image: url(Images/Image_Home.png);
	background-repeat: no-repeat;
}

#inside {
	float: left;
	width: 754px;
	height: 350px;
	background-image: url(Images/Image_Inside.png);
	background-repeat: no-repeat;
}

#publisher {
	float: left;
	width: 754px;
	height: 350px;
	background-image: url(Images/Image_Publisher.png);
	background-repeat: no-repeat;
}


#archives {
	float: left;
	width: 754px;
	height: 350px;
	background-image: url(Images/Image_Advertising.png);
	background-repeat: no-repeat;
}

#subscribe {
	float: left;
	width: 754px;
	height: 350px;
	background-image: url(Images/Image_Advertising.png);
	background-repeat: no-repeat;
}

#contact {
	float: left;
	width: 754px;
	height: 350px;
	background-image: url(Images/Image_Advertising.png);
	background-repeat: no-repeat;
}

#advert {
	float: left;
	width: 754px;
	height: 350px;
	background-image: url(Images/Image_Advertising.png);
	background-repeat: no-repeat;
}

.post {
	padding: 0px;
	margin-top: 130px;
}

.post .title {
	margin: 0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.post h1.title {
	height: 80px;
	font-size: 28px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.post h2.title {
	height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}

.post h8.title {
	height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}


.post .title a:hover {
	text-decoration: none;
}

.post .entry {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 14px;
	width: 410px;
	float: left;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 270px;
	margin-left: 10px;
	height: 280px;
	padding-top: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#sidebar2 {
	float: right;
	width: 460px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	height: 280px;
}

#sidebar4 {
	float: left;
	width: 740px;
	margin-left: 10px;
	height: 280px;
	padding-top: 10px;
	position: relative;
}

#sidebar3 {
	float: left;
	width: 740px;
	margin-left: 10px;
	height: 360px;
	padding-top: 10px;
}
#sidebar6 {
	float : left;
	width : 400px;
	margin-left : 10px;
	height : 130px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cccccc;
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebar7 {
	float : right;
	width : 330px;
	margin-left : 10px;
	height : 130px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#text {
	float : right;
	width : 270px;
	margin-left : 10px;
	height : 50px;
	font-size: 38px;
	color: #E0E0E0;
	position: absolute;
	text-align: right;
	z-index: -1000;
	right: 0px;
	top: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

#advertising {
	float: left;
	width: 500px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	height: 50px;
}

#advertising2{
	float: left;
	width: 500px;
	margin-left: 0px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	background-color: #FF0000;
}

#advertising3 {
	float: right;
	width: 180px;
	background-color: #CCCCCC;
	margin-top: 10px;
	text-align: left;
	height: 70px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

#advertising4 {
	float: left;
	width: 730px;
	margin-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
	padding: 0px;
	margin-top: 0px;
}

/* Footer */

#footer {
	clear: both;
	width: 754px;
	height: 30px;
	background-color: #FFFFFF;
	background-image: url(Images/img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	margin: 0;
	line-height: normal;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-left: 15px;
}

#footer a {
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}



#left-column {
	width: 350px;
	float: left;
}

#right-column {
	width: 350px;
	float: right;
}

/* Table*/

table {
	border-collapse: collapse;
	border: 1px solid #000000;
	color: #363636;
	background-color: #FFFFFF;
	text-align: center;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-right: 5px;
	float: left;
	width: 240px;
  }
  
  
caption {
	text-align: center;
	background: transparent;
	color: #FF0000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 0px;
  }
td, th {
	border: 1px dotted #03476F;
	padding: 0.2em;
	color: #363636;
  }

thead th, tfoot th {
	border: 1px solid #03476F;
	;
	text-align: center;
	color: #FFFFFF;
	padding-top:3px;
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
  }
  
  
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #363636;
  }
  
  tbody th a:hover {
	background: transparent;
	color: #FF0000;
  }

tbody th a {
	background: transparent;
	text-decoration: none;
	font-weight:bold;
	color: #363636;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
  }
  
    tbody td a:hover {
	color: #FF0000;
	background-color: #FFD800;
  }

tbody th, tbody td {
	vertical-align: top;
	text-align: center;
  }
  
  tbody tr:hover {
	background: #FFD800;
	border: 1px solid #03476F;
	color: ##D7182A;
  }
  
tbody tr:hover th,
tbody tr.odd:hover th {
	background: #FFD800;
	color: #FF0000;
  }

  

tfoot td {
	border: 1px solid #03476F;
	padding-top:3px;
	color: #FF0000;
	background-color: #FFFFFF;
  }
.odd {
	background-color: #CCCCCC;
  }




.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 30;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 300px; /*position where enlarged image should offset horizontally */

}

.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
	background-color: transparent;
	z-index: 30;
}

.thumbnail2 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -20px;
	left: 300px; /*position where enlarged image should offset horizontally */
}

.thumbnail3{
position: relative;
z-index: 0;
}

.thumbnail3:hover{
	background-color: transparent;
	z-index: 30;
}

.thumbnail3 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -40px;
	left: 300px; /*position where enlarged image should offset horizontally */
}

.thumbnail4{
position: relative;
z-index: 0;
}

.thumbnail4:hover{
	background-color: transparent;
	z-index: 30;
}

.thumbnail4 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail4 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail4:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -60px;
	left: 300px; /*position where enlarged image should offset horizontally */
}

.thumbnail5{
position: relative;
z-index: 0;
}

.thumbnail5:hover{
	background-color: transparent;
	z-index: 30;
}

.thumbnail5 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail5 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail5:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -80px;
	left: 300px; /*position where enlarged image should offset horizontally */
}

.thumbnail6{
position: relative;
z-index: 0;
}

.thumbnail6:hover{
	background-color: transparent;
	z-index: 30;
}

.thumbnail6 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail6 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail6:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: 300px; /*position where enlarged image should offset horizontally */
}
.thumbnail7{
position: relative;
z-index: 0;
}

.thumbnail7:hover{
	background-color: transparent;
	z-index: 30;
}

.thumbnail7 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail7 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail7:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -120px;
	left: 300px; /*position where enlarged image should offset horizontally */
}

.thumbnail8{
position: relative;
z-index: 0;
}

.thumbnail8:hover{
	background-color: transparent;
	z-index: 30;
}

.thumbnail8 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail8 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail8:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -140px;
	left: 300px; /*position where enlarged image should offset horizontally */
}

.thumbnail9{
position: relative;
z-index: 0;
}

.thumbnail9:hover{
	background-color: transparent;
	z-index: 30;
}

.thumbnail9 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail9 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail9:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -160px;
	left: 300px; /*position where enlarged image should offset horizontally */
}

.thumbnail10{
position: relative;
z-index: 0;
}

.thumbnail10:hover{
	background-color: transparent;
	z-index: 30;
}

.thumbnail10 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail10 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail10:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -180px;
	left: 300px; /*position where enlarged image should offset horizontally */
}

/*this is to keep page from shifting to left on load in safari and firefox*/

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }

.style1 {font-size: 8px}

