html, body  
	{
	background: #5d5d5d; 
	background-image: url('gfx/background.jpg');
	background-repeat: repeat-x;
	 text-align: center; 
	 font-size: 1em; 
	 margin:0px;
	 padding: 0px;
	 font-family: arial, verdana, tahoma, helvetica, sans-serif;
	}
body *
	{margin: 0px; 
	 padding: 0px; 
	 font-size: 1em; 
	 text-align: left;
	 /*color: #660000;*/
	 color: #3e0000;
	}

	
#container {
  width: 960px;
	height: 768px;
	margin: 0 auto 0 auto;
	border: 1px solid #5d5d5d;
	background: #5d5d5d url('gfx/background-cont.jpg') repeat-x;
}

#logo_flash{
	margin: 5px 0 0 20px;
	float:left;
}

#people {
  position: absolute;
	float:left;
  width: 246px;
	height: 116px;
  background-image: url('gfx/people.jpg');
	margin: 1px 0 0 670px;
	float: left;
}

#menu {
	width: 955px;
	height: 28px;
	margin: 120px 0 5px 0;
	font-size: 10pt;
}


#menu ul, #menu ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul {
	float: right;
	padding: 4px 0 1px 1px;
	

}

#menu ul li {
	float: right;
}

#menu ul a:link, #menu ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;

	color: #660000;
	padding: 2px 10px;

	border-right: 1px solid #5d5d5d;
}

#menu ul a:hover {
	background-color: #800;
	background-image: url('gfx/menu-hover.jpg');
	background-repeat: repeat-x;
	color:white;

}




#content{
	width: 960px;
	margin: 25px 25px 25px 10px;
}


#left {
  float:left;
	width: 380px;
	margin-bottom: 20px;
}

#left h1{
  text-align: center;
	font-family: sans-serif, tahoma, helvetica;
	font-weight: bolder;
	text-decoration: underline;
}

#left h2{
	text-align: center;
	font-family: sans-serif, verdana, tahoma, helvetica;
	font-weight: bolder;
	font-size: 10pt;
	margin:0;

}

#left img {
  border: 1px solid black;
	margin: 10px;

}

#right {
  float:left;
	width: 530px;
	height:auto;
	margin-bottom: 20px;
	padding: 0 10px 0 10px;

}

#footer {
  width: 960px;
	height: 25px;
	margin-top: 10px;
	border-top: 1px solid #9a9a9a;
	color: #c0c0c0;
	text-align:center;
	font-size: 10pt;
	
	/*background-image: url(gfx/background-footer.jpg);
	background-repeat: repeat-x;*/
	clear:both;

}

p {
  text-align: justify;
	text-indent: 20px;
	font-size: 11pt;
	font-family: arial, tahoma;
	line-height: 20pt;
	margin-top: 10px;

}

h1 {
  text-align: center;
	margin: 25px 0 10px 0;
	font-family: sans-serif,Verdana, arial, tahoma;
	font-size: 12pt;

}

h2 {
  margin-bottom: 15px;
		font-family: sans-serif,Verdana, arial, tahoma;

}

h3{
  text-align:center;
	font-weight: normal;
	font-size: 12pt;
	margin: 15px 0 15px 0;
		font-family: sans-serif,Verdana, arial, tahoma;
	

}

img{
  border: 1px solid #5d5d5d;
}

.contact {
  margin-left: 180px;

}

.contact td {
  height: 80px;
	padding: 0 8px 0 8px;


}

.impl {
  
	font-size: 10pt;

}

.impl td {
	padding: 0 0 0 15px;
}

a {
  text-decoration:none;
}

a:link, a:visited  { 
	color: #5b0000; 
}

a:hover, a:active { 
	color:  #000000; 
}


#stat24 {
  width: 90px;
	height: 26px;
  margin-left:auto;
	margin-right:auto;

}


hr {
 color:#e0e0e0
}

#ip_left{
  float:left;
  width: 455px;
}


#ip_right{
	width: 455px;
	
	float:left;
}

#ip_bottom{
	clear: both;
	width:100%;
	padding-top: 25px;

}


.offer h2, .offer h3{
  color: #eeeeee;
}

.offer h3{
  font-weight: bold;
	font-family: sans-serif,Verdana, arial, tahoma;
  text-decoration: underline;
	font-style: italic;
	

}

.offer ul {
  margin-left: 50px;
	color: #e2e2e2;

}

.offer ul li {
  list-style-image: url('gfx/black_arow.jpg');
	  color: #e2e2e2;
	height: 30px;

}
