@charset "utf-8";

/* 1- General HTML Structure 
---------------------------------------------------*/
html, body {
	background-repeat: repeat;
	background-image: url(/images/background.jpg);
	font-family:Tahoma, Geneva, sans-serif;	
}
a:link { 
	color:#fff;
	text-decoration: none;
}

a:visited { 
	color:#fff;
	text-decoration: none;	
}

a:hover { 
	color:#fff;
	text-decoration: none;
}

a:active { 
	color:#fff;
	text-decoration: none;	
}

h1 {
	font-size: 24px;
	color:#FFF;
}
h2 {
	font-size:18px;
	color:#FFF;
}
ul#lsn {
	list-style:none;
}
ul#lsninline {
	list-style:none;
	float:left;
}

#wrap {
	position:relative;
	margin-left:auto;
	margin-right:auto;	
	left:0px;
	top:0px;
	width:771px;
	height:499px;
	text-align:center;
}
/* 2- header with logo
---------------------------------------------------*/
.logo
{
	border-color: #8f8f8f;
	border-style: solid;
	border-width: 2px;
	background-position: center center;
	padding: 25px;
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 100px;
	float: none;
	background-color: #fbfbfb;
	height: 270px;
	width: 800px;
}
                      
                                                     
.details
{
	margin: auto;
	background-position: center center;
	padding: 25px;
	float: none;
	height: auto;
	width: 800px;
	background-repeat: no-repeat;
}
.details p
{
	margin-top: 0px;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 800px;
	font-weight: bold;
	line-height: 1.8em;
	font-size: large;
}
