@charset "utf-8";
body  {
	font: 100%  Arial, Helvetica, sans-serif;
	background: #808080;
	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-image: url(images/bkg-top.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 931px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: right; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0 px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/head.jpg);
	height: 258px;
	background-repeat: no-repeat;
	background-color: #808080;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	padding-left: 10px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin-right: 15px;
	margin-bottom: 20px;
}
#mainContent {
	margin: 15px 230px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h1 {
	background-image: url(images/h1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 45px;
	padding-bottom: 10px;
	font-size: 24px;
	padding-top: 6px;
	color: #222;
	font-weight: bold;
} 
#mainContent a:link, a:visited{
	color: #C00;
	text-decoration: none;
}
#mainContent a:hover, a:active{
	color: #000;
	text-decoration: underline;
}

#bottom {
	width:100%;
	background-image: url(images/bkg-bottom.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	position: relative;
	background-color: #808080;
	text-align: center;
	clear: both;
} 
#footer {
	padding: 0 0px 0 0px;
	width:940px;
	margin:0 auto;
	height: 80px;
	background-image: url(images/bott.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	background-position: top center;
	background-color: 808080;
	position: relative;
	clear: both;
} 

#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: 25px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:12px;
	color: #FFF;
}
.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;
}
#search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/search_box.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 82px;
	width: 181px;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-image: url(images/news_box.jpg);
	background-repeat: no-repeat;
	height: 245px;
	width: 172px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	list-style-image: url(images/arrow-news.jpg);
	list-style-type: circle;
	direction:rtl;
}
#categories {
	background-image: url(images/categ_bott.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 177px;
	margin-top: 20px;
	background-color: #808080;
	padding-bottom: 15px;
	text-align:center;
}
#categories h1{
	background-image: url(images/categories.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: top right;
	text-indent: -10000px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#categ {margin-left:6px;}
#categ table{
	margin:0 auto;
	
}
#categ td{
	background-image:url(images/arrow_categ.gif);
	border-bottom:#CCC 1px dotted;
	text-align:right;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	font-size: 13px;
	color: #FFF;
	font-weight: none;
	height: 26px;
}
#categ a:link{
	color: #FFF;
	text-decoration: none;
	}
#categ a:hover{
	color: #C00;
	text-decoration: none;
	}
#categ a:active{
	color: #C00;
	text-decoration: none;
	}
#categ a:visited{
	color: #FFF;
	text-decoration: none;
	}

#menu {
	padding: 0px;
	height: 45px;
	width: 932px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




.categ2{
	background-image:url(images/arrow_categ.gif);
	border-bottom:#CCC 1px dotted;
	text-align:right;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	height: 26px;
}
.categ2 a:link{
	color: #FFF;
	text-decoration: none;
	}
.categ2 a:hover{
	color: #C00;
	text-decoration: none;
	}
.categ2 a:active{
	color: #C00;
	text-decoration: none;
	}
.categ2 a:visited{
	color: #FFF;
	text-decoration: none;
	}

