@charset "utf-8";
/* CSS Document */
html , body {

padding:0px;
margin:0px;
background-color:#cdfbfb;
background-image:url(images/b.jpg);
background-repeat:repeat-y;
background-position:center;
height:100%;
direction:rtl;
}
a:visited {  color: #000080; text-decoration: none; font-family:Tahoma; font-size:8pt}
a:link {  color: #000080; text-decoration: none; font-family:Tahoma; font-size:8pt}
a:hover {  color: #000000; text-decoration: none; font-family:Tahoma; font-size:8pt}
body {  font-family: Tahoma; font-size: 8pt }
td {  font-family: Tahoma; font-size: 8pt; text-decoration:none; padding:3px; }
body {
	line-height:1
}
#body {
	width:100%;
	min-height:100%;
	margin:0 auto;
	position:relative;
}
* html #body {
height:100%;
}
#header {
width:100%;
height:273px;
background-image:url(images/headerBg.JPG);
background-position:top;
}
#lefhEADER {
float:left;
width:455px;
height:276px;
background-image:url(images/lefHEader.JPG);
}
#righthEADER {
float:right;
width:315px;
height:273px;
background-image:url(images/rightHeader.jpg);
}


#wall {
border:0px solid #999999;
width:722px;
margin:0 auto;
min-height:150px;
margin-bottom:100px;
margin-top:20px;
background-image:url(images/bodyfornbg.JPG);
background-repeat:repeat-y;
}

#footer {
width:100%;
height:80px;
position:absolute;
bottom:0px;
background-image:url(images/footer.JPG);
background-repeat:repeat-x;
background-position:bottom;
}
#footerLeft {
float:left;
height:80px;
width:242px;
background-image:url(images/leftfooter.JPG);
}
#footerRight {
float:right;
height:80px;
width:140px;
background-image:url(images/rightfooter.JPG);
background-position:bottom;
z-index:1;
}
#wall_header {
width:100%;
height:108px;
background-image:url(images/upform.JPG);
}
#wall_footer {
width:100%;
height:37px;
background-image:url(images/footerform.JPG);
}
#wall_body {
background-image:url(images/bodyfornbg.JPG);
padding:20px;
}

#clear {
clear:both;
	height:0px;
	overflow:hidden;
	
	}

