/* CSS Document */
body{margin:0; padding:0; font-family:Arial, Helvetica, sans-serif;}
#header{
	background:url(../images/header_bg.png) repeat-x;
	height:400px;
	width:100%;
}
#menu {
		background-color:#272727;
		font-size:24px;
		text-align:center;
		vertical-align:middle;
		height:50px;
}
#menu a{
		background-color:#272727;
		color:#565f5f;
		text-decoration:none;
}

#menu a:hover {
	color:#FA1D1D;/*:#31a1df*/
}
#menu a.active {
	color:#FA1D1D;
}

#menu_line{
	background-image:url(../images/menu_line_2.gif);
	background-repeat:repeat-x;
}
#ads_area_footer{
	background-image:url(../images/ads_area_footer.gif);
	background-repeat:repeat-x;
}
#ads_text_area{
	text-align:right;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	direction:rtl;
	padding-right:15px;
}
