
body 
{ 
  background-color: #d4d2c8;
  font-family: "LHLine1SansThin", Helvetica, Arial, Sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #979696;
  margin: 0;
  padding: 0;
}

#bombuzz-ad
{
	margin: 0;
	padding: 0;
	background-color: white;
	display: block;
	height: 193px;
	border-bottom: solid 1px #17debf;

}

#ad_holder
{
	margin: 0;
	padding: 0;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

#mainHolder
{
	margin: 0;
	padding: 0;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#topBox
{
	margin: 30px 0 0 0;
	height: 35px;
	padding: 0;
	width: 960px;
}

#topHeader
{
	width: 960px;
	height: 220px;
	background-color: white;
	margin: 0;
	padding: 20px 0 0 0;
}

#topImg
{
	width: 374px;
	height: 192px;
	background: url(images/kiro.png) white center no-repeat;
	margin: 0px;
	padding: 0 20px 0 0;
	float: left;
}

#topInfo
{
	width: 547px;
	background-color: white;
	margin: 0px;
	padding: 0px;
	float: left;
}

.topGrey
{
	margin: 0;
	padding: 5px 20px 3px 20px;
	height: 22px;
	border-top: 1px solid #e0e0e0;
	background-color: #f7f7f7;
	font-size: 10px;
	
}
.topGrey a
{
	background: url(images/rss_icon.gif) no-repeat;
	padding: 0 24px;
	width: 120px;
	color: gray;
	display: block;
	
}
.topGrey a:hover
{
	background: url(images/rss_icon.gif) no-repeat;
	padding: 0 24px;
	color: black;
}


#content
{
	width: 960px;
	background-color: white;
	margin: 0;
	padding: 0;
	
}
#bottomBox
{
	margin: 0 0 40px 0;
	padding: 0;
	width: 960px;
}

#footer
{
	margin: 0;
	padding: 20px 0 0 0;
	background-color: white;
	width: 960px;
	height: 30px;
	text-align: center;
	font-size: 11px;
}


#sketchCol
{
	width: 547px;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
}

#projectCol
{
	width: 354px;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
}

p.colText
{
	font-family: "LHLine1SansThin", Helvetica, Arial, Sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #979696;	
	text-align: center;
	margin: 2px 0 30px 0;
	padding: 0;
}

p.type
{
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

p.project
{
	margin: 0 0 30px 0;
	padding: 0;
	letter-spacing: 0.1em;
	text-align: center;
}

p.project a
{
	font-size: 20px;
	color: black;
	text-decoration: none;
}

p.project a:hover
{
	font-size: 20px;
	color: white;
	text-decoration: none;
	background-color: black;
}

a
{
	color: black;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
	color: white;
	background-color: black;
}


/* @ FONT FACE TEST */

@font-face {
	font-family: 'LHLine1SansThin';
	src: url('type/lh_line1_sans-thin-webfont.eot');
	src: local('☺'), url('type/lh_line1_sans-thin-webfont.woff') format('woff'), url('type/lh_line1_sans-thin-webfont.ttf') format('truetype'), url('type/lh_line1_sans-thin-webfont.svg#webfontl0eiq2PK') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 { 
	font-family: "LHLine1SansThin", Arial, sans-serif; 
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	color: black;
	letter-spacing: 0.1em;
}

h2 { 
	font-family: "LHLine1SansThin", Arial, sans-serif; 
	font-size: 32px;
	color: black;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 13px 0;
	padding: 30px 0 13px 0;
	letter-spacing: 0.15em;
	font-weight: normal;
}

h3 { 
	font-family: "LHLine1SansThin", Arial, sans-serif; 
	font-size: 32px;
	line-height: 40px;
	color: black;
	letter-spacing: 0.1em;
	font-weight: normal;
}

