P		{
		font-family: 	tahoma;
	font-size: 		11px;
	line-height: 	130%;
	color: 			#333333;
	text-align:	justify;
		}
.side		{
		font-family: 	tahoma;
	font-size: 		9px;
	line-height: 	115%;
	color: 			#000000;
	text-align:	justify;
		}
		
.quit		{
		font-family: 	tahoma;
	font-size: 		10px;
	line-height: 	120%;
	color: 			#797979;
	text-align:	justify;
		}
		
.bottom		{
		font-family: 	tahoma;
	font-size: 		10px;
	line-height: 	160%;
	color: 			#797979;
	text-align:	center;
		}
		
.number		{
		font-family: 	tahoma;
	font-size: 		11px;
	line-height: 	160%;
	color: 			#797979;
	text-align:	left;
		}
		
.price		{
		font-family: 	tahoma;
	font-size: 		12px;
	line-height: 	120%;
	color: 			#000000;
	text-align:	left;
		}
		
body {

            margin-left: 0px;

            margin-top: 0px;

            margin-right: 0px;

            margin-bottom: 0px;

            background-image:     url(images/bg2.gif);

            background-repeat: repeat-x;

            background-color:  #FFFFFF

}


a:link{font-family: Verdana, Arial, Helvetica, sans-serif;color:#000000; text-decoration: none; font-size:11px; font-weight: bold;}

a:visited{font-family: Verdana, Arial, Helvetica, sans-serif;color:#000000; text-decoration : none; font-size:11px; font-weight: bold;}

a:active{font-family: Verdana, Arial, Helvetica, sans-serif;color:#000000; text-decoration : none; font-size:11px; font-weight: bold;}

a:hover{font-family: Verdana, Arial, Helvetica, sans-serif;color:#990000; text-decoration: underline; font-size:11px; font-weight: bold;}

a.side:link{font-family: Verdana, Arial, Helvetica, sans-serif;color:#000033; text-decoration: none; font-size:9px; font-weight: bold;}

a.side:visited{font-family: Verdana, Arial, Helvetica, sans-serif;color:#000033; text-decoration : none; font-size:9px; font-weight: bold;}

a.side:active{font-family: Verdana, Arial, Helvetica, sans-serif;color:#000033; text-decoration : none; font-size:9px; font-weight: bold;}

a.side:hover{font-family: Verdana, Arial, Helvetica, sans-serif;color:#990000; text-decoration: underline; font-size:9px; font-weight: bold;}

a.today:link{font-family: Verdana, Arial, Helvetica, sans-serif;color:#0066FF; text-decoration: underline; font-size:9px; font-weight: bold;}

a.today:visited{font-family: Verdana, Arial, Helvetica, sans-serif;color:#0066FF; text-decoration : underline; font-size:9px; font-weight: bold;}

a.today:active{font-family: Verdana, Arial, Helvetica, sans-serif;color:#000000; text-decoration : none; font-size:9px; font-weight: bold;}

a.today:hover{font-family: Verdana, Arial, Helvetica, sans-serif;color:#FF0000; text-decoration: underline; font-size:9px; font-weight: bold;}


a.main:link{font-family: Verdana, Arial, Helvetica, sans-serif;color:#0066FF; text-decoration: underline; font-size:11px; font-weight: bold;}

a.main:visited{font-family: Verdana, Arial, Helvetica, sans-serif;color:#0066FF; text-decoration : underline; font-size:11px; font-weight: bold;}

a.main:active{font-family: Verdana, Arial, Helvetica, sans-serif;color:#000000; text-decoration : none; font-size:11px; font-weight: bold;}

a.main:hover{font-family: Verdana, Arial, Helvetica, sans-serif;color:#FF0000; text-decoration: underline; font-size:11px; font-weight: bold;}

.unnamed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
}		







.gallerycontainer{
position: relative;
padding: 5px;

/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 100;
left: 370px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
