@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

body {
	font-family: 'Oswald',Helvetica,Arial,Sans-Serif ;
	font-size: 12pt;
	color: #fff;
}

A {
	font-size: 12pt;
	color: white;
	text-decoration: none;
}

A:hover {
	color: white;
	text-decoration: underline;
}
A:visited {
	color: white;
	text-decoration: none;
}

div.fullscreen{
    display:block;

    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0;
    left:0;

    /*set the width and height to 100% of the screen*/
    width:100%;
    height:100%;
    background: black;
  }

  .pageHeader {
  	margin-top: 20px;
  	font-weight: normal;
  	font-size: 30px;
  	letter-spacing: 10px;
  }

.pageContent {
	font-family: tahoma;
	font-size: 14px;
	line-height:1.5;
	width: 75%;
	margin-bottom: 40px;
}
.title {
	font-size: 0.35em;
	letter-spacing:5px;
}

.bottom-logo .title {
	color:#fff;
}

  strong .title {
    letter-spacing:2px;
    font-weight: normal;
  }

  .title em {
	font-family: 'Oswald',Helvetica,Arial,Sans-Serif ;
  	font-style: normal;
  	padding-left: 35px;
	letter-spacing:20px;
  	border-left: #666 solid 1px;

  }

  strong .title em {

	letter-spacing:6px;
  }

  strong em {
  	padding-left: 10px !important;
  	font-weight: normal;
  	color: #fff;

  }


.bottom-logo {
	font-size: 30px;
}

#kobe {
	font-family: tahoma;
}
#kobe a {
	color: #ccc;
	font-size: 11px;
}

.contact-info strong {
	font-family: 'Oswald',Helvetica,Arial,Sans-Serif ;
	font-weight: normal;
	font-size: 18px;
	display: block;
}
.contact-info {
  	font-family: tahoma;
  	font-size: 13px;
  	line-height: 1.5;
}

.contact-info table,
.contact-info table a {
	font-size: 13px;
}
.contact-info th {
	width: 80px;
	text-align: left
}

.menu {
	font-size: 14px;
	letter-spacing: 1px;
}