body {
	color: black; 
	margin: 0; 
	background: #DECB9B url(/images/back-top.gif) repeat-x top; 
	direction: rtl;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10.5pt;
}

p {
	text-align: justify;
}

h1 {
	color: #8C642C;
	font-size: 20pt;
	margin: 0;
}

h2 {
	color: #8C642C;
	font-size: 18pt
}

.main {
	margin: 0 auto 0 auto; 
	width: 1000px; 
	background: url('/images/back-mid-2.gif') repeat-y;
	overflow: hidden;
}

.main2 {
	margin: 0 auto 0 auto; 
	width: 1000px; 
	background: url('/images/back-mid-2.gif') repeat-y;
	clear: all;
	overflow: hidden;
}

.header {
	height: 148px;
}

.content {
	float: left; 
	width: 660px;	
	margin: 0 0 0 30px;
	overflow: hidden;
}

.logo_bottom {
	float: right; 
	width: 300px; 
	height: 250px; 
	margin: 0;
	overflow: hidden;
}

.nav {
	float: right; 
	width: 225px; 
	clear: right; 
	margin: 0 30px 20px 0; 
	overflow: hidden;
}

.bottom_mid {
	margin: 0 auto 0 auto; 
	width: 1000px; 
	height: 30px;
	clear: all;
	overflow: show;
}

.footer {
	margin: 0 auto 0 auto; 
	width: 1000px;
	background: url(/images/footer-mid.gif) repeat-y;
	overflow: hidden;
	clear: all;
}

.footer-bottom {
	height: 22px;
	overflow: hidden;
	clear: all;
}

A:link, A:visited, A:active { 
	color: #4682B4;
	font-weight: normal; 
	text-decoration: none;
}

A:hover { 
	color: Navy; 
	text-decoration: underline; 
}

.cat {
	color: #8C642C; 
	background: #FBE7B4;
	font-weight: bold;
	padding: 3px 5px 4px 3px;
}

.b3tc div { color: #8C642C; }