body {
	background-color:#E6E6E6;
	padding:0 30px;
}

#header {
	background-color:white;
	border:4px solid #AFAFAF;
	-moz-border-radius:24px;
	-webkit-border-radius:24px;
	direction:rtl;
	margin-bottom:15px;
	margin-top:15px;
	position:relative;
	width:100%;
}

#header > .h1 {
	color:#5f5f5f;
	margin-top:24px;
	margin-right:35px;
	margin-bottom:10px;
	margin-left:40px;
	font-family: Georgia, serif;
	font-size:34px;
	display:inline-block;
	float:right;
}

#header > .h1 > .firstword {
	color:#5f5f5f;
	margin-bottom:25px;
	font-family: Georgia, serif;
	font-size:38px;
}
#header > #phones > .cellphone {
	color:#5f5f5f;
	font-size: large;
}
#header > #phones > .phonetext {
	color:#5f5f5f;
}


#header > #phones {
	vertical-align:bottom;
	margin-top:11px;
	margin-left:24px;
	display:inline-block;
	text-align:left;
	float:left;
}

#header > #pic {
	float:right;
	text-align:center;
	margin-right:60px;
}

#header > #pic > #picture {
	margin-top:5px;
	vertical-align:bottom;
}


#bar {
	background-color:#497084;
	margin-bottom:24px;
	padding:0 24px;
	vertical-align:center;
	text-align:center;
	clear:both;
	margin-top:15px;
}

#bar > .barItem	{
	position:relative;
	top:-1px;
}
#bar > .barItem > a.barlink	{
	color:White;
	padding-right:3px;
	padding-left:3px;
	text-decoration: none;
}
#bar > .barItem > a.barlink:hover	{
	color:Yellow;
	padding-right:3px;
	padding-left:3px;
	text-decoration: underline;
}

#bar > .barItem > a.current:hover	{
	color:Yellow;
	padding-right:3px;
	padding-left:3px;
	text-decoration: underline;
}

#bar > .barItem > a.current 	{
	color:YellowGreen ;
	padding-right:3px;
	padding-left:3px;
	text-decoration: none;
}

	

#main {
	direction:rtl;
	padding-left:320px;
	position:relative;
	padding-right:20px;
}

#content {
	background-color:White;
	-moz-border-radius:24px;
	-webkit-border-radius:24px;
	-moz-box-shadow:-4px 4px 5px #888;
	-webkit-box-shadow:-4px 4px 5px #888;
	padding:12px;
}

#content h2 {
	background-color:#497084;
	color:WhiteSmoke;
	padding:0 12px;
}

#content p { margin:12px }

#content > .imgbox
  {
  margin:2px;
  height:auto;
  width:auto;
  float:right;
  text-align:center;
  }
#content > .imgbox img
  {
  display:inline;
  margin:3px;
  border:2px solid #ffffff;
}
#content > .imgbox a:hover img {
	border: 2px solid #0000ff;
}
#content > .imgbox > .desc
 {
  text-align:center;
  font-weight:normal;
  width:auto;
  margin:2px;
}
#sidebar {
	left:20px;
	position:absolute;
	top:0;
	width:270px;
}

.block {
	background-color:White;
	-moz-border-radius:24px;
	-webkit-border-radius:24px;
	-moz-box-shadow:-2px 2px 5px #888;
	-webkit-box-shadow:-2px 2px 5px #888;
	margin-bottom:10px;
	padding:12px 28px;
}

.block h3 {
	text-align:center;
	border-bottom:3px solid #497084;
	margin:0;
	padding:0;
}


.block > img
  {
  display:inline;
  margin:3px;
  border:2px solid #ffffff;
}

.block > a img {
  border:2px solid #ffffff;
}
.block > a:hover img {
  border: 2px solid #0000ff;
}


#footer {
clear:both;
text-align:center;
 font-size:10pt; 
margin-top:200px
}