@charset "utf-8";
/* CSS Document */

/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%; /* needed for container min-height */
	background: #000;
}

body {
	background-image: url(/images/nls/background.jpg);
	background-repeat: repeat-x;
}

h1 { 
	margin: 0px;
	padding: 0px;
	font-family: "Traditional Arabic", "Times New Roman", Times, serif;
	font-size: 20px;
	color: #B00000;
	margin-bottom: 10px;
}

h2 { 
	margin: 0px;
	padding: 0px;
	font-family: "Traditional Arabic", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #B00000;
	margin-top: 10px;
}

#container_content
{
width: 960px;
margin: 0px auto; /* center, not in IE5 */

height: auto !important; /* real browsers */
height: 100%; /* IE6: treaded as min-height*/
min-height: 100%; /* real browsers */
}

#header #lang_swap {
	clear: both;
}

#header #lang_swap ul {
	float: right;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	list-style: none;
}

#header #lang_swap li {
	display: inline;
	margin-left: 15px;
	color: #fff;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#header #lang_swap li a {
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

#header {
	height: 320px;
	background-image:url(/images/nls/logo.jpg);
	background-repeat: no-repeat;
}

#header #top_menu {
	clear: both;
}

#header #top_menu ul {
	float: right;
	margin: 0px;
	margin-top: 45px;
	padding: 0px;
	list-style: none;
}

#header #top_menu li {
	display: inline;
	margin-left: 15px;
}

#header #top_menu li a {
	color: #B00000;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}

#header #images {
	clear: both;
}

#header #images ul {
	float: right;
	margin: 0px;
	margin-top: 35px;
	padding: 0px;
	list-style: none;
}

#header #images li {
	display: inline;
	margin-left: 15px;
}

#header #images li img {
	border: 4px #000 solid;
}

#header_text {
	color: #ccc;
	font-style: italic;
	font-family: "Arno Pro Caption", "Times New Roman", Times, serif;
	font-size: 20px;
	margin-left: 55px;
	margin-top: 30px;
	width: 360px;
}

#content {
	float: left;
}

#left {
	margin-left: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;;
	float: left;
	width: 530px;
	color: #ccc;
	padding-bottom: 100px;
}

#right {
	margin-top: 30px;
	margin-left: 75px;
	background-image:url(/images/nls/side_menu_background.jpg);
	background-repeat: repeat-x;
	width: 300px;
	height: 200px;
	float: left;
}

#right ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style: none;
}

#right li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#right li a {
	color: #c60000;
	font-style: italic;
	font-family: "Arno Pro Caption", "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 18px;
}

#footer {
	position: absolute;
	bottom: 0px !important; /* stick to bottom */
	height: 80px;
	width: 100%;
	background: #600;
}

table {
border-collapse: collapse;
width:500px;
}

td {
padding: 0px;
padding-bottom: 2px;
}

a:link, a:visited {
color: #c60000;
}

input, textarea {
background-color:#444;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}