html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #B0AA94;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	direction:rtl;
}
#footer {
	text-align: center;
	font-size: 12px;
	color: #FFF;
	height: 79px;
	background-image: url(images/homeFooter.gif);
	background-repeat: no-repeat;
}
#bottom {
	background-image: url(images/bottomBkg.jpg);
	background-repeat: repeat-y;
	height: 100%;
}

#homeCopy {
	float: left;
	width: 352px;
	padding-right: 15px;
	padding-left: 15px;
}
#footer a:link, #insideFooter a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited, #insideFooter a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover, #insideFooter a:hover {
	color: #F90;
	text-decoration: none;
	font-weight: normal;
}


#topBanner {
	text-align: center;
	height: 98px;
}
.headline {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #333;
}
.clearBoth {
	clear: both;
}
a:link {
	color: #C60;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C60;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #F60;
	font-weight: bold;
}
p {
	margin: 0px;
	padding-bottom: 15px;
	padding-top: 0px;
}
ul {
	margin-left: 15px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
ol {
	margin-left: 15px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 15px;
}

#left_info {
	width: 350px;
	float: left;
	background-color: #FCFCF8;
	border: 1px dashed #A89473;
	margin: 10px;
	padding: 10px;
}

hr {
	border: none 0;
	border-bottom: 1px dashed #999;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #8C6642;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #8C6642;
	margin-top: 0px;
	margin-bottom: 0px;
}
#homeBanner {
	height: 147px;
	text-align: center;
	color: #FFF;
}


a img {
	border:none;
}
#insideMain {
	background-color: #EFECDB;
	background-image: url(images/insideMainBkg.gif);
	background-repeat: repeat-y;
	width: 916px;
	margin-right: auto;
	margin-left: auto;
}
#insideFooter {
	text-align: center;
	font-size: 12px;
	color: #FFF;
	height: 79px;
	background-image: url(images/insideFooter.gif);
	background-repeat: no-repeat;
	width: 916px;
	margin-right: auto;
	margin-left: auto;
}
#insideContainer {
	margin: 0 auto;
	width: 1070px;
	height: 100%;
	background-image: url(images/bottomBkg.gif);
	background-repeat: repeat-y;
	position: relative;
}
#insideContentHolder {
	margin-right: 40px;
	margin-left: 40px;
}
#manikin {
	position:absolute;
	width:304px;
	height:440px;
	z-index:1;
	left: 766px;
	top: 147px;
}
#leftPic {
	float: left;
	width: 330px;
}
#fblike {
	width: 200px;
	float: left;
	background-color: #990;
}
#homeLeftBar {
	width: 306px;
	float: left;
}
#fb {
	width: 230px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#likeBox {
	width: 250px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #FFF;
	border: 2px dashed #c2d0d8;
}

