/*-------------------------- generic styles ------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, p, pre, address, blockqoute, span, ul, ol, li, dl, dd, dt, img, form, fieldset, input {
	paddi@charset "utf-8";ng: 0px;
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, th {
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
}
fieldset, img {
	border-top-style: none; 
	border-right-style:none; 
	border-left-style:none; 
	border-bottom-style:none; 
}
caption, th {
	text-align: left;
}

a{
	text-decoration: none;	
		color: #67a0ae; 
}

table {
	BORDER-COLLAPSE: collapse; border-spacing: 0
}

body {
	background-color: #aaaaaa;
}
	
/*-------------------------- container styles ------------------------*/

#container {
	width: 970px;
	min-height: 600px;
	margin: 10px auto;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.9);
}

/*-------------------------- header styles ------------------------*/

#header {
	width: 100%;
	min-height: 200px;
	margin: 0px;
	background-color: #FFFFFF;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 1px solid #7d7d7d;
}

#logo {
	width: 100%;
	min-height: 150px;
	padding: 5px 0px;
}

#logo img {
	display: block;
	margin: 10px auto;
}

#menu {
	width: 100%;
	height: 50px;
	background-color: black;
}

.button {
	float: left;
	height: 30px;
	padding: 10px;
	color: #ffa500;
	text-align: center;
}

.button:hover {
	background-color: gray;
}

/*-------------------------- main styles ------------------------*/

#main {
	width: 950px;
	min-height: 350px;
	margin: 0px;
	border-bottom: 1px solid #7d7d7d;
	padding: 10px;
}

#main p {
	font-size: 30px;
}

#main a {
	color: blue;
	font-size: 12px;
}

#mainhead {
	margin: 10px auto;
	text-align: center;
}

#mainhead h2 {
	margin: auto;
	text-align: center;
	font-weight: bold;
	font-size: 50px;
}

#maincontainer {
	margin: auto;
	width: 500px;
	min-height: 170px;
	padding: 10px;
	border: 2px solid black;
	background-color: rgb(184, 248, 184);
}

#mainleft {
	float: left;
	width: 145px;
	height: 170px;
	padding-right: 5px;
	//background-color: rgb(246, 226, 226);
	text-align: right;
}

#mainright {
	float: right;;
	width: 345px;
	height: 170px;
	padding-left: 5px;
	//background-color: rgb(220, 247, 223);
	text-align: left;
}

/*-------------------------- footer styles ------------------------*/

#footer {
	width: 100%;
	height: 50px;
	margin: 0px;
	background-color: lightgray;
	border-radius: 0px 0px 10px 10px;
}

#footer p {
	font-size: 12px;
	color: #7d7d7d;
/* 	text-align: center; */
}

#footertext {
	float: left;
	margin: 15px 20px;
}
.backwards {
      unicode-bidi:bidi-override;
      direction: rtl;
} 
