html, body {
	dir: "rtl";
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF0F1;
}

div#page-container{
	margin: auto;
	width: 760px;
	background-color: #FFFFF0;
	text-align: right;
	border-right: #003399 solid 1px;
	border-left: 1px solid #003399;
}

div#top-menu{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #F9F7F1;
	text-align: left;
}

div#header {
background: #F8F4E7;
border-top: #003399 solid 2px;
border-bottom: #003399 solid 2px;
}
  
div#right-menu {
float: right;
width: 220px;
background-color: #FFFFF0;
}

div#content {
	margin-right: 220px;
	padding: 10px;
	background-color: #FFFFF0;
	background-image: url(bg_baby_sfw.jpg);
	border-right: 1px solid #E6E6E3;
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

div#footer {
clear: both;
background: #F8F4E7;
text-align: center;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
}

p {
	font-family: Arial;
	font-size: 12pt;
	line-height: 150%;
	margin: 0px 0px;
}

p#smallfont {
	font-family: Verdana;
	font-size: 10pt;
	line-height: 140%;
	margin: 0px 0px;
}

ul, li {
	margin-right: 20;
	margin-bottom: 0;
	font-family: Arial;
	font-size: 12pt;
	line-height: 150%;
}



h1 {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}



a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: green;
}

a:hover {
	color: red;
}

#imageright {
  float:right;
  margin-left:15px;
  padding-bottom:7px;
  }


