body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	direction: rtl;
	font-family: tahoma;
	font-size: 80%;
	color: #000;
	background-color: #EEEEEE;
	line-height: 180%;
}

a, a:link, a:visited 
{
	color: #4B6400;
	text-decoration:none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

#headercontainer
{
	width: 760px;
	background: #B5B5B5;
	margin: 0 auto;
}

#header
{
	margin: 0 auto;
	width: 760px;
	height: 150px;
	border: 1px solid #B5B5B5;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	direction:rtl;
	background: #242424 url('images/ssam-header-background.jpg');
}

#header h1
{
	margin: 10;
	color: #EEEEEE;
	font-family: tahoma;
	font-size: 250%;
	padding-right: 10px;
	letter-spacing: 3px;
	padding-top: 40px;
	text-direction:rtl;
}

#header h6
{
	color: #EEEFEF;
	font-family: tahoma;
	font-size: 100%;
	letter-spacing: 1px;
	padding-right: 250px;
	text-direction:rtl;
}

#menucontainer
{
	width: 760px;
	height: 28px;
	background: #A0C80E;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
	margin: 0 auto;
}

#menu
{
	margin: 0 auto;
	width: 760px;
	background: #A0C80E;
}

#content
{
	text-align: justify;
	direction:rtl;
	margin: 0 auto;
	width: 740px;
	padding: 20px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
	
}
	
#content h2
{
	color: #666;
	text-align: right;
	direction:rtl;
	padding-bottom: 3px;
	border-bottom: 1px solid #A0C80E;
	font-family: tahoma;
	font-size: 200%;
	letter-spacing: -1px;
}

#content hr
{
	color: #A0C80E;
	size: 1;
}

#footer
{
	margin: 0 auto;
	width: 740px;
	text-align: left;
	color: #FFFFFF;
	letter-spacing: 2px;
	background: #A0C80E url('images/menu-background.jpg') repeat-x;
	border: 1px solid #A0C80E;
	font-family: tahoma; 
	padding: 3px 10px;
}