@charset "utf-8";
body {
	background-color: #b40202;
	background-image: url(images/BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: none;
	color: #666;
}
#main {
	margin-left: auto;
	width: 950px;
	margin-right: auto;
}
#top_banner{
	background:url(images/top_banner_s.png);
	width:950px;
	height:245px;}

#top_banner_asked{
	background:url(images/top_banner_s_one.png);
	width:950px;
	height:244px;}

#top_banner_end{
	background:url(images/top_banner_s_end.png);
	width:950px;
	height:244px;}
	
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(images/container_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	float: right;
}
#container .Left {
	background-image: url(images/container_left_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 17px;
	margin-right:auto;
	float:left;
	}
#container .Content {
	margin-top: 0px;
	float:left;
	background-image: url(images/Content_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width:660px;
	text-align: left;
	height:480px;
	padding:0 120px 0 120px;

}
#container .right {
	background-image: url(images/container_right_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 20px;
	float:right;
}
#footer{
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	margin-left:auto;
	margin-right:auto;
	background-color: #b50202;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: center;
		clear: both;

}

p{
	font-size:15px;
	color:#333;
	line-height:26px;}

h1{
	text-align:center;
	padding-top:30px;
	color:#360;
	background-image:url(images/qno_txt.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-position: center bottom;
}

h4{
	font-size:15px;
	color:#900;
	text-align:center;}

li{
	list-style:hebrew;
	font-size:13px;
	line-height:22px;
		text-align:center;}
