/* CSS created by Liron Newman, http://eesh.net */

* {
	padding: 0;
	margin: 0;
}

body {
 direction: rtl;
 font-family:Arial;
 text-align: right;
}

p {
	padding: 10px;
}

h1 {
	text-decoration: underline;
	font-weight: bold;
	font-size: x-large;
	padding: 10px;
}

h2 {
	text-decoration: underline;
	font-weight: bold;
	font-size: medium;
}

#wrapper { 
	margin: 0 auto;
	width: 100%;
}

#content { 
	color: #394c6f;
	background-color: white;
	margin-right: 205px;
}

#header {
	color: #333;
	width: 100%;
	float: left;
	height: 115px;
	background: #475E8A;
	text-align:center;
}
#header img {
	padding:8px;
}

#footer {
	text-align: center;
	color: #394c6f;
	font-size: small
}

#rightcolumn { 
	color: #333;
	background: #FFFFFF;
	height: 100%;
	width: 192px;
	float: right;
	margin:8px 5px;
}

#rightcolumn  a {
	display:block;
	text-decoration:none;
	height:45px;
	width:148px;
	text-align:center;
	font-weight:bold;
	color:white;
	margin:5px 8px;
	border:0;
	line-height:2.9em;
	background-image: url(button.bmp);
}
