* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #c4e1ff;
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 10px;
	direction: rtl;
	padding: 20px 0px 0px 0px;
}
#main	{
	background-color: #e8f8ff;
	width: 730px;
}
a	{
	COLOR: #51297C;
	TEXT-DECORATION: none;
}
a:hover	{
	COLOR: #cc89ff;
}

li {
	list-style-type: none;

}
H1 {
	COLOR: #51297C;
	font-size: 20px;
	position: absolute;
	right: 170px;
	top: 30px;
}

H1 a{
	COLOR: #51297C;
}

H1 a:hover	{
	COLOR: #ffff00;
}


H2 {
	COLOR: #51297C;
	font-size: 16px;
}
H3 {
	COLOR: #51297C;
	font-size: 15px;
}
H4 {
	COLOR: #51297C;
	font-size: 12px;
}


#header	{
	height: 100px;
	background-image: url('/images/header.jpg');
}

#bar	{
	font-size: 14px;
	font-weight: bold;
	COLOR: #003333;
	background-color: #cc89ff;
}
#bar a	{
	COLOR: #fff;
}
#bar a:hover	{
	COLOR: #51297C;
}
#bar ul{
	text-align:center;
}
#bar ul li{
	display:inline;
	list-style-type: none;
}
#content	{
	background-image: url('/images/main_strip.jpg');
	background-repeat: no-repeat;
}
#text1	{
	font-size: 14px;
	width: 400px;
	height: 230px;
	position:absolute;
	left:170px;
	top:150px;
}
#text2	{
	font-size: 12px;
	padding: 20px;
}
#pic	{
	padding: 20px 0px 0px 450px;
}
#pic img	{
	background-color: #cc89ff;
	border: 1px solid #51297C;
	padding: 10px;
}
#footer	{
	font-size: 10px;
	COLOR: #fff;
	background-color: #cc89ff;
}
#endpage	{
	font-size: 10px;
	height: 20px;
	COLOR: #003333;
	background-image: url('/images/endpage.jpg');
}
#endpage a	{
	COLOR: #003333;
}