body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#mainFrame {
	background-image: url(../images/frame_001.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 740px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;
	padding-right: 0px;
	padding-left: 0px;
}
#body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#header {
	width: 740px;
	text-align: right;
	height: 82px;
	margin: 0 auto;
	vertical-align: middle;
}




#header h1 {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #FD0000;
	margin: 0px;
	padding: 0px;
}
#body #header h1 div {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
}
#path {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FE0002;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainText {
	margin-right: 9px;
	margin-left: 9px;
}

#path a {
	font-family: arial;
	font-size: 13px;
	font-weight:normal;
	color: #FE0002;
	text-decoration: none;
}
.news_box {
	vertical-align: right;
	direction:rtl;
	font-size: 12px;
	}
.the_news {
	text-align: right;
	vertical-align: right;
}
.the_news #content {
	text-align: right;
	vertical-align: right;
	font-size: 12px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#rightMenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
margin-right:12px;
width: 120px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

#rightMenu li a{
background: white url(../images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-right: 10px;
text-decoration: none;

}


* html #rightMenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 134px;
}

#rightMenu li a:visited, #rightMenu li a:active{
color: white;
}

#rightMenu li a:hover{
background-image: url(../images/glossyback2.gif);
}

