@charset "utf-8";
* {
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-repeat: repeat;
	background-image: url(../nola/images/page_background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.5em;
	background-attachment: fixed;
}
#container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	background-color: #FBFBFB;
	background-image: url(../nola/images/bg.gif);
	padding: 0px;
} 
#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 125px;
	background-image: url(../nola/images/bannerl.gif);
} 
#LeftNav {
	margin: 0px;
	width: 180px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #555;
	float: left;
	background-attachment: fixed;
}
.shekil {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #ddd;
	border-bottom-color: #DDDDDD;
	border-left-color: #F3F3F3;
	margin: 0px;
}
img a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.qvot {
	font-size: 10px;
	margin: 10px;
	font-weight: bold;
	font-style: italic;
	padding: 5px;
}
#minyator {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../nola/images/mini.gif);
	background-repeat: repeat-x;
	height: 40px;
	display: none;
}

#header h1 {
	font-size: 5em;
	font-weight: normal;
	color: #990000;
	margin: 0px;
	padding: 0px;
}
#rightNav {
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: none;
	padding: 0px;
}
#mainContent {
	text-align: justify;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 755px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	position: relative;
} 
#mainContent h1 {
	text-align: left;
	font-size: 160%;
	line-height: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 35px;
	padding: 0px;
}
#mainContent p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 35px;
	padding: 0px;
	width: 500px;
}

#mainContent h2 {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin: 0px;
	text-align: left;
	font-size: 125%;
	line-height: 0px;
}
#mainContent h3 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 35px;
	margin: 0px;
	text-align: left;
	font-size: 110%;
	line-height: 0px;
	font-style: italic;
}



#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.foto_saq {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 20px;
	width: 180px;
}
.foto_sol {
	float: left;
}


a:hover {
	color: #FF6600;
}
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.bolum {
	color: #33FF00;
	background-color: #006AB3;
	margin: 0px;
	text-align: right;
	width: 100%;
	letter-spacing: 0.2em;
	font-size: 115%;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.QedimElifba {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	color: #222;
}
#mainContent hr {
	margin: 0px;
	padding: 0px;
	width: 70%;
	font-size: 1px;
	color: #CCCCCC;
}

