body {
	font-family:Arial;
	font-size:12px;
	background-color:#fffffb;
}

img {
	border:0px;
}
ul {
	margin-right:10px;
}
li {
	text-align:right;
	direction:rtl;
}

#main {
	width:759px;
	text-align:center;
}

#header {
	background-image:url('imgs/logo.gif');
	background-repeat:no-repeat;
	background-position:center left;
	text-align:right;
	margin:0 0 10px 0;
	height:100px;
}

#content {
	text-align:right;
	float:left;
	width:580px;
}

#side_menu {
	float:right;
	text-align:right;
	border-width:1px;
	border-style:dashed;
	margin-left:10px;
}
#side_menu ul {
	list-style:none;
}
#side_menu2 {
	float:right;
	width:145px;
	padding-right:5px;
	padding-left:5px;
	text-align:center;

	margin-left:10px;
	padding-top:10px;
}

#footer {
	text-align:right;
	border-top:6px double #F0F0F0;
	clear:both;
	margin-top:15px;
	direction:rtl;
}

.roundcont {
	background-color:#ffe6a1;
	text-align:right;
	margin-top:12px;
	margin-bottom:12px;
	float:right;
	width:145px;
}

.roundcont p {
	margin:0 10px;
	padding-right:3px;
}

.roundtop {
	background:url('imgs/tr.gif') no-repeat top right;
}

.roundbottom {
	background:url('imgs/br.gif') no-repeat bottom right;
}

img.corner {
	width:15px;
	height:15px;
	display:block;
}

h2 {
	font-size:18px;
	font-style:oblique;
	text-align:right;
	margin:0;
	border-bottom:2px solid #F0F0F0;
	color:#090;
	text-decoration:none;
}

.roundcont h2 {
	border-style:none;
	text-align:center;
}

p {
	text-align:right;
	direction:rtl;
}

a, a:visited {
	text-decoration:underline;
	color:#194ee6;
}

a:hover, a:visited:hover {
	color:#2cbf21;
	text-decoration:none;
}

h1 {
	color:#1eba12;
	font-size:25.5px;
	font-style:oblique;
	padding-top:42px;
}
h1, h2, h3 {
	direction:rtl;
}
.drweb li {
    list-style-image: url('imgs/select.gif');
}