body {
	margin: 0px auto;text-align:center;	
	
	font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; color: #333; 		
	background-color:#fff;
}

h1 { font-size:1.3em;}
h2 { font-size:1.2em;}
p { margin-top: 5px; margin-bottom: 8px; }
img { border: 0 none; }

#wrapper {
	width:850px;
	margin:0px auto;
	/*direction:rtl;*/
	text-align:right;
	/*
	background-image: url(images/background-gray.png);
	background-repeat: repeat-y;
	background-position: right;
	*/

}
#topLinks {float:left; direction:ltr;}
#topLinks img {vertical-align:middle;}
#logo {
	/*border:2px solid red;*/
	margin:0px 193px 10px 10px;
	padding-top:30px;
	padding-bottom: 30px;
}
#content {
	direction:rtl;
	width:610px;
	margin:0px 203px 10px 10px;
	min-height:500px;
	line-height: 1.4em;

  	/*_height:500px;/*IE fix */
}
#columnRight {
	float:right;
	width:340px;
}

#side {
	width:163px;
	float: right;
	margin:0px 0 10px 5px;
	height:500px;

}

#menu div.item {
	padding:10px 0px 10px 0px;
	width:163px;
	border-bottom: 1px solid #cccccc;
	text-align:left;
	font-weight: bold;
	font-size:1.0em;
	background-color: #FFFFFF;

}

#menu div.item a {
	color: black;
	text-decoration:none;
}

#menu div.item a:hover {
	color: #0033CC;
	text-decoration:none;
}



#gallery {
	float:left;
	width: 225px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: solid 1px #cccccc;
}

#gallery div.photo {margin-bottom:20px;}
#gallery div.caption, 
figcaption {
	padding-top:3px;
	font-size:0.86em; color:#666666;
}

div.caption {
	font-size:0.86em; color:#999999;
	margin:-5px 0 20px 0;
}


#footer {
	clear:both;
	margin-top:40px;
	margin-bottom:20px;
	padding-top:10px;
	border-top:dotted 1px #cccccc;
}



table tr td {padding:5px;}

table tr td.photoColumn {
	text-align:left;
}


/* useful */
.textGray { color: #999999;}
.textGray a { color: #666666;}
.textSmall {font-size: 0.9em;}
