/* CSS RESET */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}

body {font:13px/1.231 arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font-size:100%;}
pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align:center;
	color:#000;
}
a {
	text-decoration:none;
	color:#9b3535; 
}
a:hover {
	text-decoration: underline;
		color: #CC0000
}
#wrap {
	width:900px;
	text-align:left;
	margin:0 auto;
background:url(images/bg.jpg); 
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}


/* header */
#header { position:relative;height:111px; background:url(images/hd.jpg);  }

#logo {position:absolute; top:50px; left:70px}
#logo h1 {
	font-size:34px;
	color: #9B3535
}
#logo div {
	padding-top:10px;
}
#nav { position:absolute; top:35px; left:420px; background:url(images/nav.jpg);
 width:451px;height:30px; line-height:30px; padding:0 0 0 20px  }
#nav li {float:left;  font-weight:700; width:80px; padding:0 5px }
#nav a {text-decoration:none;font-size:8pt; font-weight:normal;font-family:tahoma; display:block; text-align:center; color:#fff}
#nav a:hover {background: #fff; color:#000000}

/* content */

.main { width:760px; text-align:right; margin:20px 0px 20px 0px; }

#clum { width:300px; font-size: 9pt;font-family: Tahoma;color:#333;
 direction:rtl; text-align:justify; hieght-line:150%;
 line-height:150%; vertical-align:top;}
 
#clum a:link {font-size: 9pt;font-family: Tahoma;color:#333;text-decoration: }
#clum a:visited {font-size: 9pt;font-family: Tahoma;color:#333;text-decoration:}
#clum a:hover {font-size: 9pt;font-family: Tahoma;color:#D96107;text-decoration:}

#space {width:90px;}

#post {direction:rtl; width:370px; vertical-align:top;
font-size: 9pt;font-family: Tahoma;color:#333; text-decoration: none; text-align:justify; hieght-line:150%;}
#post a:link {font-size: 9pt;font-family: Tahoma;color:#333;text-decoration: none; hieght-line:150%;}
#post a:visited {font-size: 9pt;font-family: Tahoma;color:#333;text-decoration: none;}
#post a:hover {font-size: 9pt;font-family: Tahoma;color:#D96107;text-decoration: none;}


/* footer */
#footer { background:url(images/ft.jpg); height:100px; position:relative}
#ftinner{ position:absolute; bottom:20px; width:680px; margin-left:80px; color:#E98383}
#ftinner a {color:#FFFFFF}
.ftlink {width:500px;}