﻿body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	direction: rtl;
	text-align: right;
	color: #7c7c7c;
}
a {
	color: #7c7c7c;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#container {
	margin: 5% auto auto auto;
	width: 1000px;
	height: 550px;
	position: relative;
}
#main {
	border-style: 1;
	width: 600px;
	margin-right: 125px;
	border-width: 1px;
	border-color: #800000;
	background-color: #FFFFFF;
	font-size: 14px;
}
#top_nav {
	height: 20px;
	background-color: #FFFFFF;
	text-align: right;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #7c7c7c;
	margin-right: 125px;
}
#top_nav ul {
	list-style-type: none;
	margin: auto 0px auto 0px;
	padding: 0px;
}
#top_nav li {
	display: inline;
	margin-right: 10px;
}
#top_nav a {
	color: #7c7c7c;
	text-decoration: none;
}
#top_nav a:hover {
	color: #000000;
	text-decoration: none;
}
.style1 {
	margin-left: 100px;
	margin-right: 100px;
}
.style3 {
	margin-left: 5px;
	margin-right: 5px;
}
#footer {
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
	margin-right: 125px;
	padding-left: 125px;
	padding-bottom: 10px;
	font-size: small;
}
#main_picture {
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: ##7c7c7c;
	margin-right: 125px;
	padding-left: 125px;
	padding-bottom: 10px;
}
.style2 {
	margin-left: 125px;
	margin-right: 125px;
}

