@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
}

#container
{
	width:932px;
	background:#23171d;
	border: 6px solid #ec008c;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

#header
{
	background-image:url(../images/banner_back.gif);
	height:225px;
	border-bottom:1px solid #ec008c;
}

#content
{
  padding:30px;
}

a
{
	text-decoration:none;
	color:#e70288;
	font-style:italic;
}

a:hover
{
	text-decoration:underline;
}

#logo
{
	position:relative;
	left:18px;
	top:40px;
	z-index:1;
	margin:0;
	padding:0;
	border:0;
}

#nav
{
	position:relative;
	float:left;
	z-index:2;
	right:-563px;
	top:-30px;
	margin:0;
	padding:0;
}

#nourKazounGlobal
{
	position:relative;
	right:-430px;
	top:-8px;
}

#bannerImage
{
	position:relative;
	top:-7px;
	z-index:0;
	margin:0;
	padding:0;
}

#copyright
{
	text-align:center;
	color:#ec008c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}

#contactImage
{
	position:relative;
	float:right;
	margin:0;
	padding:0;
	left:30px;

}

#aboutImage
{
	position:relative;
	float:right;
	margin:0;
	padding:0;
	left:30px;

}