@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Oswald', sans-serif;
}
#container .intro
{
  margin-top: 20px;
  margin-left: -85px;
  width: 505px;
  height: 65px;
  float: left;
}
#container .photo
{
  margin-top: 30px;
  margin-left: -180px;
  font:bold 12px 'Trebuchet MS', sans-serif;
  line-height: 180%;
  text-align: left;
  float: left;
}
span
{
display: none;	
}
#block .decor
 {
  clear: both;
  margin-top: -1260px;
  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: 1270px;
  float: right;
 }
 /* #######################################################
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:-1256px;	
 margin-left:830px;
 z-index:1001;
}
#chat .first
{
   font-family: 'Oswald', Arial Narrow, sans-serif;
   font-size: 22px;
   color:#f9d11a;
   margin-top: 10px;
   text-align:center;
}

#chat .second
{
   font-family: 'Oswald', Arial Narrow, 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
####################################################### */