/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background:#888888;
}

h1, h2, h3 {
	text-transform: uppercase;
}

h1 {
}

h2 
{
	direction:rtl;
}

h3 {
}

p, blockquote, ul, ol {
}

a {
	color: #C90404;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	float: 0 0 0 15px;
}

/* Header */

#header {
	width: 970px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/baner0okfinal.jpg);
}

#header h1, #header h2 {
	float: left;
	font-weight: normal;
	
}

#header h1 {
	padding: 58px 0 0 160px;
	letter-spacing: 1px;
	font-size: 30px;
}

#header h2 {
	padding: 31px 0 0 10px;
	letter-spacing: 3px;
	font-size: 12px;
}

#header a {
	text-decoration: none;
	color: #90210A;
}

/* Page */

#page {
	width: 970px;
	margin: 0 auto;
	background: url(images/img12.gif) repeat-y;
}
/* Content */
#content {
	float: right;
	width: 580px;
	padding: 0 20px;
}
#content .post {
}
#content .post h2 {
	margin-bottom: 1em;
	text-transform: none;
	font-weight: normal;
	color: #333333;
}
#content .post h3 {
	margin-bottom: 1em;
	font-size: 100%;
}
#content .post p, #content .post ul, #content .post ol {
	margin-bottom: 1em;
	line-height: 1.5em;
}
#content .post blockquote, #content .post ul, #content .post ol {
	margin-left: 3em;
}
/* Ad Space */
#adspace {
	float: left;
	width: 150px;
	padding: 15px;
	text-align:center;
}
/* Sidebar */
#sidebar {
	float: right;
	width: 120px;
	padding: 15px 25px;
	background: url(images/img5.gif) no-repeat;
}
.boxed 
{
	font-family:Tahoma;
	font-size:12px;
}
.boxed h2 {
	 direction:rtl;
	 text-align:right;
	margin: 10px 0;
	padding-right: 0px;
	font-size: 14px;
	color: #3A2403;
}
.boxed .list {
	background: url(images/img7.gif) repeat-x;
	list-style: none;
}
.boxed .list li 
{
	direction:rtl;
	padding-right:5px;
	background: url(images/img7.gif) repeat-x left bottom;
}
.boxed .list h3 {
	font-size: 77%;
}
/* Menu */
#menu 
{
	font-family:Tahoma;
	font-size:12px;
}
#menu ul 
{
	direction:rtl;
	list-style: none;
	background: url(images/img7.gif) repeat-x;
}
#menu li 
{
	direction:rtl;
	padding-right:5px;
	background: url(images/img7.gif) repeat-x left bottom;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}
/* Footer */
#footer {
	width: 340px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 610px 0 20px;
	background: url(images/img18.gif) no-repeat;
	font-size: 77%;
}
#footer p {
	margin-bottom: 1em;
	line-height: normal;
}