﻿@charset "utf-8";

/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #c8c8c8;
	font: 13px tahoma, arial, sans-serif;
	text-align:right;
}

a {
	text-decoration:none;
}

a:link, a:visited, a:active {
	color:#772936;
}

a:hover {
	color:#9F152B;
}

h2 {
	color:#52053c;
	font-family:Arial, Tahoma;
}

h3 {
	color:#5E214D;
	font-family:Arial, Tahoma;
	margin-bottom: 5px;
}

p {
	padding: 2px;
}

#wrapper {
	width: 790px;
	margin: 3% auto;
	background: #fff url("images/sides_bg.png") repeat-y;
	direction:rtl;
}

#header {
	margin: 0;
	padding: 0;
	height: 51px;
	background: #c8c8c8;
}

#logo {
	width: 515px;
	height: 50px;
	margin: 0 auto;
	border:0px;
}

#logo img {
	border:0;
}

#content_wrapper {
	margin: 0;
	padding: 0;
	min-height: 270px;
	background: transparent url("images/curve_bg.png") no-repeat;
}

.content {
	width: 740px;
	padding: 5px;
	margin: 0 auto;
	text-align:justify;
}
ol {
	padding:20px;
}



#topfooter {
	background: #fff url("images/sides_bg.png") repeat-y;
}

#topfooter #top {
	height: 8px;
	font-size: 0;
	background: #fff url("images/topfooter_top.png") no-repeat;
}

#bottom {
	height: 8px;
	background: #c8c8c8 url("images/footer_bg.png") no-repeat;
}

#footer {
	clear: both;
	text-align: center;
	font: 11px tahoma, arial, sans-serif;
	background: #c8c8c8 url("images/footer_bg.png") no-repeat;
	padding-top:8px;
}

