﻿* {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #6C2A1A;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	color: #6C2A1A;
}
ul {
	margin-right: 25px;
}
body {
	background: #A4604D url(/Images/back_all.jpg);
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
}
#underlined {
	text-decoration:underline;
}
#justified {
	text-align:justify;
	text-justify:inter-word;
}
#content {
	width: 1000px;
	margin: 0px auto;
}
#main {
	width: 980px;
	padding: 10px;
	padding-top: 10px;
	background: url(/Images/table_top.gif) no-repeat top;
	text-align: right;
}
#table_back {
	background: url(/Images/table_back.gif) repeat-y;
}
#header {
	height: 148px;
	text-align: right;
}
#logo {
	width: 1000px;
	height: 88px;
	text-align: right;
	text-indent: 50px;
	padding-top: 3px;
	background: url(/Images/header2.png) no-repeat;
}
#logo a {
	text-decoration: none;
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right: 20px;
	color: #600;
}
#logo H2 {
	font-size: 20px;
	padding-right: 20px;
	color: #600;
}
#logo H3 {
	color: #FFF;
	padding-right: 20px;
	font-size: 14px;
}
#flags {
	float:right;
	padding-top: 41px;
}
#like {
	float:left;
	padding-top: 41px;
	height: 39px;
}
#menu {
	width: 855px;
	height: 39px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 41px;
}
#menu ul {
	list-style: none;
	margin-left:12px;
	margin-right:auto;
}
#menu li {
	display: inline;
}
#menu a {
	float: left;
	width: 138px;
	height: 29px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	text-transform: uppercase;
	background: url(/Images/menu.png) no-repeat;
}
#menu a:hover {
	width: 138px;
	height: 35px;
	margin-top: -6px;
	padding-top: 10px;
	color: #DEEBBC;
	text-decoration: underline;
	background: url(/Images/menu_r.png) no-repeat;
}
#right {
	width: 249px;
	float: right;
	text-align: right;
}
#right H3 {
	width: 224px;
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 10px;
	text-transform: uppercase;
	color: #6C2A1A;
	background: #EFE1CE;
	border-top: 5px solid #C28675;
}
#right ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
}
#right .right_back {
	background: #EFE1CE;
	margin-top: 20px;
}
#right .right_bottom {
	background: url(/Images/right_bottom.gif) no-repeat bottom;
	padding-bottom: 30px;
	margin-bottom: 10px;
}
#right li {
	padding: 7px;
	padding-left: 10px;
	font-size: 16px;
}
#right .sub {
	padding-left: 0px;
	padding-right: 0px;
	direction:rtl;
}
#right a {
	color: #6C2A1A;
}
#right a:visited {
	color: #6C2A1A;
}
#right p {
	font-size: 10px;
	padding-left: 10px;
}
.bot {
	padding: 10px;
}
#left {
	width: 700px;
}
#left .left_top {
	background: url(/Images/left_top.gif) repeat-x;
	padding-top: 20px;
}
#left .left_bottom {
	background: url(/Images/left_bottom.gif) repeat-x bottom;
	padding: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 27px;
}
#left .left_bottom p {
	font-size: 16px;
	line-height: 25px;
}
#left .left_right {
	width:80px;
	height:500px;
	float: left;
	margin: 20px;
}
#left .left_bottom H2 {
	font-size: 25px;
}
#left .left_bottom a {
	text-decoration: underline;
}
#left H1 {
	text-align:center;
}
#left H4 {
	margin: 0;
	padding: 0px;
	font-size: 25px;
	color: #6C2A1A;
}
#left a {
	color: #6C2A1A;
	text-decoration: none;
}
#left p {
	margin: 5px;
	padding: 0;
}
#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #6C2A1A;
}
#left ol, #left ul {
	margin-left: 30px;
}
.date {
	text-align: right;
	color: #6C2A1A;
	font-size: 11px;
}
.date a {
	color: #6C2A1A;
}
#share {
	float:right;
}
#footer {
	height: 44px;
	clear: both;
	background: url(/Images/footer.png) repeat-x top;
}
#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #4A2011;
}
#footer a {
	color: #4A2011;
}
#bullets {
	margin-right: 25px;
}
.table {
	margin-left: auto;
	margin-right: 0px;
	direction:rtl;
	padding:0 10px 10px 10px;
	background:#f3f3f3;
	border:2px solid #cfcfcf
}
.form {
	padding:0 10px 10px 10px;
	background:#f3f3f3;
	border:2px solid #cfcfcf
}
.form label {
	width:100px;
	padding:10px 10px 0 0;
	font-weight:bold
}
.form select {
	width:146px;
	margin-top:10px
}
.form input {
	margin-top:10px
}
.form .submit {
	float:right;
	margin-left: auto;
	margin-right:auto;
}
#msg {
	display:none;
	position:absolute;
	z-index:200;
	background:url(/Images/msg_arrow.gif) left center no-repeat;
	padding-left:7px
}
#msgcontent {
	display:block;
	background:#f3e6e6;
	border:2px solid #924949;
	border-left:none;
	padding:5px;
	min-width:150px;
	max-width:250px
}
