body {
	font-family : verdana, arial, helvetica, sans-serif;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right: auto;
	margin-left: auto;
	text-align : center;
	background-color: #FFFFFF;
	background-image: url(../images/gradb.png);
	background-repeat: repeat-x;
}

.central {margin-top : 0px; margin-right: auto; margin-left: auto; position: relative;	text-align: left; width: 1000px;}
.container {width : 1000px; padding : 0px; background : #ffffff; border : 1px solid #000000;}

.container .banner {width : 1000px; height : 200px; border : 0px;}

.container a img {border:none; color:#fff;}

.container .content {margin : 0px 0px 0px 150px; padding : 5px 20px 0px 0px;}
.container .content p, .container .content li {color : #000000;	font-size : small;}
.container .content td {color : #000000; font-size : x-small;}
.container .content th {font-size : x-small;}
.container .content h1 {color : #000066; font-size : 1.2em; letter-spacing : 0.1em; margin-top : 0px;}
.container .content h2 {color : #000066; font-size : 0.9em;}
.container .content a:link {color : #353586; font-weight : bold;}
.container .content a:visited {color : #353586; font-weight : bold;}
.container .content a:active {color : #353586; font-weight : bold;}
.container .content a:hover {color : #cc0000; font-weight : bold;}

.container .content .footer {color : #bbbbbb; text-align : center; font-size : 0.6em; margin : 20px 0px 5px 0px;}
.container .content .footer a:link, .container .content .footer a:visited, .container .content .footer a:active {color : #bbbbbb; font-weight : normal;}
.container .content .footer a:hover {color : #bb0000; font-weight : normal;}

.container .content .advert {text-align : center; margin-bottom : 5px;}
.container .content .advert p {color : #aaaaaa; font-size : 0.6em; margin : 0px 0px 5px -385px;}
.container .content .advert img {border : 1px solid #000000; width : 468px; height : 60px;}

.container .content .tamar {float : right; margin : 0px 0px 15px 15px; padding : 5px; border : 1px solid #cccccc; font-size : x-small; width : 200px;}

.tn {width : 72px; height : 72px; border : 1px solid #000000; margin : 2px; padding : 0px;}
.tnn {width : 100px; height : 67px; border : 1px solid #000000; margin : 2px; padding : 0px;}
.tnp {width : 75px; height : 100px; border : 1px solid #000000; margin : 2px; padding : 0px;}

.textarea {background : #eeedfa; text-align : left; padding : 0px 30px 10px 20px; margin : 0px;}
.textarea_border {text-align : center; padding : 1px; background : #000000; margin : 25px 0px 0px 120px;}
.columnheader{background:#353586;font-size:0.8em;color:#ffffff;;text-align:center}
.fakelink{cursor: pointer;}

#showimage {position :absolute; visibility:hidden; border : 1px solid #353586; z-index : 1;}
#dragbar {cursor : hand; cursor : pointer; background-color : #eeeeee; text-align : right;  z-index : 2;}
#dragbar #closetext { font-weight : bold; margin-right : 2px; font-size: 70%; color : #000066; z-index : 3;}

/* added by NeRo: gives the effect of a photo slide  */

	.slide {
	background-image: url(../images/slide.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	width: 120px;
}

	.photo {
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}


/* added by NeRo: highlights a table row, when mouseover  */

tr:hover{
 background-color: #ccffff;
 color: #FFFFFF;
 
}

tr:first-child:hover{
  background-color: white;
  color: black;
}


/* added by NeRo: make gallery layout using lists instead of tables  */

#gallery img{

	padding-top: 27px;
	padding-right: 10px;
	padding-bottom: 27px;
	padding-left: 10px;
}

#gallery li{
	float: left;
	list-style-image:none;
	background-image: url(../images/slide.png);
	line-height: normal;
	list-style-type: none;
	padding: 0px;
	margin: 5px;
}
#gallery{
	float: left;
	width:750px;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#gallerytext{float:left; width:344px; margin: 35px 0 0}

.clear{clear:both; width:100%;height:0px; line-height: 0px; font-size:0px; border:none;}
