body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	direction: rtl;
	margin: 20px;
}
#wrapper {
	width: 885px;
	margin: 0px auto;
}
	#wrapper .divider {
		background: #6a6260;
		height: 2px;
		margin: 2px 0px;
		overflow: hidden;
	}
#header {
	height: 100px;
	position: relative;
}
	#header .logo {
		background: url('../img/logo.gif') no-repeat left top;
		display: inline-block;
		width: 409px;
		height: 58px;
		outline: none;
		position: absolute;
		top: 0px;
		right: 0px;
	}
		#header .logo span {
			display: none;
		}
	#header h1 {
		font-size: 1.4em;
		margin: 0px;
		position: absolute;
		top: 66px;
		right: 0px;
	}
		#header h1 a {
			color: #6a6260;
		}
	#header .image {
		background: url('../img/header-image.gif');
		width: 437px;
		height: 86px;
		position: absolute;
		top: 0px;
		left: 20px;
	}
		#header .image span {
			display: none;
		}
#nav {
	height: 1%;
	background: #f1eff0;
	margin: 20px 0px 0px 0px;
	padding: 15px 15px 10px 15px;
}
	#nav h2 {
		float: left;
		font-size: 1.2em;
		margin: 0px 14px 0px 0px;
	}
		#nav h2 a {
			float: left;
			display: block;
			color: #6a625f;
			text-align: center;
			text-decoration: none;
			padding: 35px 0px 0px 0px;
		}
		#nav h2 a.snap {
			background: url('../img/nav-snap.gif') 0px 0px no-repeat;
			width: 85px;
			margin: 5px 0px 0px 0px;
		}
		#nav h2 a.junior {
			background: url('../img/nav-junior.gif') 0px 0px no-repeat;
			width: 85px;
			margin: 5px 0px 0px 0px;
		}
		#nav h2 a.street {
			background: url('../img/nav-street.gif') 0px 0px no-repeat;
			width: 85px;
			margin: 5px 0px 0px 0px;
		}
		#nav h2 a.zone {
			background: url('../img/nav-zone.gif') 0px 0px no-repeat;
			width: 85px;
			margin: 5px 0px 0px 0px;
		}
		#nav h2 a.kids {
			background: url('../img/nav-kids.gif') 0px 0px no-repeat;
			width: 56px;
			margin: 5px 0px 0px 0px;
		}
		#nav h2 a.lite {
			background: url('../img/nav-lite.gif') 0px 0px no-repeat;
			width: 176px;
			margin: -2px 0px 0px 0px;
			padding: 41px 0px 0px 0px;
		}
		#nav h2 a:hover {
			background-position: 0px 2px;
		}
		#nav .right {
			font-size: 1.4em;
			color: #6a625f;
			line-height: 50px;
			float: right;
		}
		#nav .right a {
			color: #6A625F;
			text-decoration: none;
			margin: 0px 2px;
		}
		#nav .right a:hover {
			text-decoration: underline;
		}
		#nav .clear {
			clear: both;
			height: 0px;
			overflow: hidden;
		}
#main {
	height: 1%;
	background: #f1eff0 url('../img/main.gif') top left repeat-y;
}
#main.sub	{
	background: #D1121A;
}
	#main .left {
		background: #D1121A;
		float: left;
		width: 558px;
	}
		#main .left .image {
			background: url('../img/image-lite.gif');
			float: left;
			width: 258px;
			height: 137px;
		}
		#main .left .text {
			background: url('../img/text-lite.gif');
			float: left;
			width: 300px;
			height: 137px;
		}
			#main .left .text span {
				display: none;
			}
	#main .right {
		float: right;
		width: 298px;
		padding: 10px 0px;
	}
		#main .right h3 {
			font-size: 1.2em;
			color: #000;
			margin: 10px 15px 10px 15px;
		}
		#main .right p {
			font-size: 1.2em;
			line-height: 2em;
			margin: 0px 15px 10px 15px;
		}
			#main .right p a {
				font-weight: bold;
				color: #000;
			}
#main .editor {
		float: none;
		width: auto;
		height: 1340px;
		
		position: relative;
	}
#main .editor .content {
			color: #fff;
			width: 594px;
			top: 18px;
			right: 18px;
		}

#main .article {
		float: none;
		width: auto;
		height: 890px;
		
		position: relative;
	}
#main .article .content {
			color: #fff;
			width: 594px;
			top: 18px;
			right: 18px;
		}
	#main .full {
		float: none;
		width: auto;
		height: 1%;
	}
	#main #leftimage	{
		height: 1%;
		float: left;
		padding: 35px 0 0 13px;
	}
		#main .full .content {
			top: 18px;
			right: 18px;
			float: right;
			color: #fff;
			width: 594px;
			padding: 15px 15px 10px 0;
		}
			#main .content h2 {
				font-size: 1.5em;
				margin: 10px 15px 5px 15px;
			}
			#main .content h3 {
				font-size: 1.4em;
				font-weight: normal;
				margin: 0px 15px 15px 15px;
			}
			#main .content p {
				font-size: 1.3em;
				line-height: 1.4em;
				margin: 0px 15px 15px 15px;
			}
			#main .content ol {
				font-size: 1.1em;
				line-height: 1.4em;
				margin: 0px 15px 15px 15px;
			}
			#main .content ul {
				font-size: 1.1em;
				line-height: 1.4em;
				margin: 0px 15px 15px 15px;
			}
			#main .content li {
				font-size: 1.1em;
				line-height: 1.4em;
				margin: 0px 15px 15px 15px;
			}
				#main .content p a {
					font-weight: bold;
					color: #fff;
				}
	#main .form-container {
		float: right;
		width: 662px;
		background: #D1121A;
	}
	#main .clear {
		clear: both;
		height: 0px;
		overflow: hidden;
	}

#childimage {
                      float:left;
                      position:relative; 
                      top:14.5%;
                      left:1.5%;
                  }
#form {
	height: 1%;
	clear: both;
	margin: 0px;
	background: #D1121A;
	padding: 12px 12px 10px 12px;
	border-top: 2px solid #fff;
	position: relative;
}
	#form .heading {
		background: url('../img/form-heading.gif') center no-repeat;
		height: 37px;
		margin: 0px 0px 5px 0px;
	}
		#form .heading span {
			display: none;
		}
	#form .txtbox	{
		width: 86px;
		height: 21px;
		display: inline-block;
		background: url(../img/input.gif) no-repeat right top;
	}
	#form .large-txtbox	{
		width: 106px;
		background: url(../img/input-large.gif) no-repeat right top;
	}
	#form .input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		width: 79px;
		height: 13px;
		margin: 0px 0px 0px 5px;
		padding: 4px;
		border: 0px;
		background: none;
		vertical-align: middle;
	}
	#form .large {
		background: url('../img/input-large.gif');
		background: none;
		width: 98px;
	}
	#form label {
		display: inline-block;
		vertical-align: middle;
	}
		#form label span {
			display: none;
		}
	#form label.one {
		background: url('../img/label-one.gif');
		width: 26px;
		height: 21px;
	}
	#form label.two {
		background: url('../img/label-two.gif');
		width: 51px;
		height: 21px;
	}
	#form label.three {
		background: url('../img/label-three.gif');
		background-repeat:no-repeat;
		width: 38px;
		height: 25px;
	}
	#form label.four {
		background: url('../img/label-four.gif');
		width: 25px;
		height: 21px;
	}
	#form .submit {
		background: transparent url('../img/form-submit.gif') top;
		width: 90px;
		height: 50px;
		margin: 10px 0px 0px 0px;
		border: 0px;
		cursor: pointer;
		outline: none;
	}
	#form .submit:hover {
		background-position: bottom;
	}
	#form .disclaimer {
		float: right;
		color: #fff700;
		font-size: 0.9em;
		padding-bottom: 10px;
	}
	#form .left-text {
		float: left;
		width: 123px;
		height: 22px;
		margin-top: -10px;
		background: url('../img/form-left-text.gif');
	}
	#form .left-text-num {
		float: left;
		width: 123px;
		height: 22px;
		margin-top: -10px;
	}
	#form #sub	{
		text-align: center;
	}
	#form .clear	{
		height: 0;
		clear: both;
		display: block;
		overflow: hidden;
	}
		#form .left-text span {
			display: none;
		}
#subtext {
	padding: 8px 12px;
	background: #f1eff0;
	margin: 3px 0px 0px 0px;
}
	#subtext h2 {
		margin: 0px;
		color: #000;
		font-size: 1.4em;
		padding-top: 5px;
	}
	#subtext h3 {
		margin: 0px;
		color: #D1121A;
		font-size: 1.6em;
		padding-top: 5px;
	}
	#subtext p {
		color: #000;
		font-size: 1.2em;
	}
	#subtext ul {
		color: #000;
		font-size: 1.2em;
	}
	#subtext li {
	font-size: 1.2em;
	}
	
#newspaper {
	height: 1%;
	padding: 8px 12px;
	background: #f1eff0;
	margin: 3px 0px 0px 0px;
}
	#newspaper .newspaper {
		float: right;
		width: 186px;
		height: 58px;
		margin: 0px 0px 0px 12px;
		background: url('../img/newspaper.gif');
	}
	#newspaper p {
		margin: 0px;
		color: #D1121A;
		font-size: 1.8em;
		padding-top: 19px;
	}
	#newspaper .clear	{
		clear: both;
		height: 0px;
		overflow: hidden;
	}
#footer {
	clear: both;
	font-size: 1.1em;
	text-align: center;
	background: #f1eff0;
	margin: 3px 0px 0px 0px;
	padding: 2px;
	border-top: 2px solid #6a625f;
}

#footer a{
	text-decoration:none;
	color:#000000;
}

#footer a:hover{
	text-decoration:underline;
}