@charset "utf-8"; 

/**
 * 1.GLOBAL
 */

body,html {
	font:"Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size:12px;
	background-color: #fff;
	color: #fff;
	margin: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}


h1 {
  font-size: 1.5em;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: normal;
 }

h2 {
  font-size: 1.8333em;
  padding-left: 8px;
  padding-right: 8px;}

h3 {
  	font-size: 11px; 
  line-height: 14px;
  font-weight: normal;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 0px;
  color:#fff;
  }
h4 {
  font-size: 11px; 
  line-height: 14px;
  font-weight: normal;
  padding-left: 8px;
  padding-right: 8px;
  margin: 0px;
  color:#DADADA;
}


p {
  font-size: 11px; 
  line-height: 14px;
  padding-left: 8px;
  padding-right: 8px;
  color:#fff;
}

p a:link {
  text-decoration: underline;
}


a:link {
	
  text-decoration: underline;
  color:#fff;
  padding-left: 0px;
  padding-right: 3px;

}
a:visited {
	 
	color:#fff;
}
a:hover {
	color: #fff;
	
}
a:active {
		color:#fff;
}


/**
 * 2.LAYOUT
 */
#container {
	position: relative;
	height: 100%;
}
#frame {
	width:960px;
	height: 100%;
	margin:0 auto;
	
}
#logo {
	width:293px;
	height: 100%;
	float: left;
	
}
#brand {
	width:293px;
	height: 597px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	
}
#content {
	width:588px;
	height: 100%;
	float: right;
}
#company {
	width:188px;
	height: 100%;
	padding-top: 30px;
	float: left;
	background-image: url(images/strip_green.png);
	background-repeat: repeat-y;
}
#team {
	width:188px;
	height: 100%;
	padding-top: 30px;
	float: left;	
	background-image: url(images/strip_blu.png);
	background-repeat: repeat-y;
}
#team h1 {
	padding-top: 60px;
}

#stream {
	width:212px;
	height: 100%;
	padding-top: 30px;
	float: right;
	background-color:#C6ADB6;
}
.feed p {
	 margin-top: 0px;
	 margin-bottom: 0px;
}