@charset "utf-8";
/* CSS Document */

#site{
width:1000px;
height:1300px;
background-color:#EAEAEA;
}

#body{
width:950px;
height:1270px;
background-color:#FFF;
}
#topbanner{
	width:950x;
	height:199px;
}
.bannerimage{
	background: no-repeat;
}
.logo{
	width:276px;
	height:199px;
	float:left;
	background-image:url(images/SLNG_logo.jpg);
}
.banner{
	width:670px;
	height:199px;
	float:right;
	background-image:url(images/banner.jpg);
}
.menubar{
	width:950px;
	height:37px;
	background:#666;
}
#part2{
	width:950px;
	height:800px;
}
.sponsorsbar{
	width:250px;
	height:738px;
	float:left;
}
.textpart{
	width:680px;
	height:738px;
	float:right;
	padding-right:15px;
}
.bottompart{
	width:950px;
	height:26px;
}
	




.text{
font-family:'DM Sans';
font-size:12px;
color:#000000;

}

.text2{
font-family:'DM Sans';
font-size:17px;
color:#000000;
font-weight:bold;
}

.text3{
font-family:'DM Sans';
font-size:14px;
color:#000000;

}



.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float:left;
  text-align: center;
}

.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}

.img a:hover img {border: 1px solid #0000ff;}


	