@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Oswald', sans-serif;
}
/* #######################################################
Text
####################################################### */
 #container .intro
{
	margin-top: -420px;
	margin-left: 50px;
	background-image: url(../images/intro_a.png);
	background-repeat: no-repeat;
	width: 538px;
	height: 70px;
	float: left;
}
span
{
	display:none;
}
#container .mainText
{
	margin-top: -335px;
	padding: 0;
	width: 622px;
	float:left;
	font:bold 12px 'Trebuchet MS', sans-serif;
	line-height: 180%;
	text-align: left;
}
 #container .list
{
    margin-top: -150px;
    margin-left: 0;
	width: 250px;
	height: 171px;
    font: bold 12px 'Trebuchet MS', sans-serif;
	line-height: 100%;
	text-align: left;
    background-color: transparent;
	float:left;

}
 #container .list  img

  {
 margin: 0;
 width: 125px;
 height: 15px;
 }
 #container .list li

  {
  margin:0;
  padding: 0;
  display: inline;
 }
 hr
  {
 background-color: #000;
 color: #000;
 border: 0;
 height: 1px;
 }
 #container .membership
{
    margin-top: -150px;
    margin-right: 135px;
	width: 339px;
	height: 270px;
    font: bold 12px 'Trebuchet MS', sans-serif;
	line-height: 100%;
	text-align: left;
    background-color: transparent;
	float:right;

}
 #container .membership  img
  {
 margin: 0;
 width: 304px;
 height: 15px;
 }
 #container .membership .org
  {
 margin-top: 35px;
 margin-left: 10px;
 padding: 0;
 background-image: url(../images/logos.png);
 width: 339px;
 height: 269px;
 }
 /* #######################################################
---/ End Text
####################################################### */

/* #######################################################
Gallery
####################################################### */
 #container .gallery
  {
  margin: 0;
  padding-top: 150px;
  padding-bottom: 25px;
  float: left;
 }
 #container .gallery img

  {
  width: 132px;
  height: 16px;
 }
 /* #######################################################
---/ End Gallery
####################################################### */

 /* #######################################################
Background Decoration
####################################################### */
#block .decor
  {
  clear: both;
  margin-top: -1235px;
  margin-left: 0;
  padding-bottom: 0;
  background-color: transparent;
  background-image: url(../images/decor.png);
  background-repeat: repeat-y;
  background-position: top;
  width: 114px;
  height: 1280px;
  float: right;
 }
 /* #######################################################
---/ End Background Decoration
####################################################### */
/* #######################################################
Live Chat
####################################################### */
#chat
{
 position:absolute;	
 background-image: url(../images/live_chat.png);
 background-repeat:no-repeat;
 background-position:top;
 width:170px;
 height:235px;
 margin-top:-1220px;	
 margin-left:830px;
 z-index:1001;
}
#chat .first
{
   font-family: 'BEBAS', sans-serif;
   font-size: 22px;
   color:#f9d11a;
   margin-top: 10px;
   text-align:center;
}

#chat .second
{
   font-family: 'BEBAS', sans-serif;
   font-size: 22px;
   color:#fff;
   text-align:center;
}
#chat a
{
   border:0;
   outline:none;
   color:#fff;
   text-decoration:none;
   display:block;
   text-align:center;	
}
/* #######################################################
---/ End Live Chat
####################################################### */