html
{
	overflow-y: scroll;
}

html, body
{
	background-color: #7f7f7f;
	margin: 0px 0px 0px 0px;
}

a
{
	color: #ffffff;
}
a:hover
{
	color: #ffffff;
}

img
{
	border-style: none;
}

.runner
{
	width: 430px;
	height: auto !important;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 80px;
}

.decor
{
	font-style: italic;
}

/* ------------------------------------------------ */
/* links											*/
/* ------------------------------------------------ */
.linkContainer
{
	position: relative;
}
.link
{
	display: inline-block;
	background-repeat: no-repeat;
	
	position: absolute;
}
.link.followUsOn
{
	background-image: url('../img/follow_us_on.png');
	width: 121px;
	height: 28px;
	
	top: 40px;
	left: 302px;
}
.link.youtube
{
	background-image: url('../img/youtube.png');
	width: 73px;
	height: 36px;
	
	top: 18px;
	left: 413px;
}
.link.facebook
{
	background-image: url('../img/facebook.png');
	width: 79px;
	height: 36px;
	
	top: 0px;
	left: 482px;
}
.link.linkedIn
{
	background-image: url('../img/linkedin.png');
	width: 78px;
	height: 29px;
	
	top: 40px;
	left: 415px;
}
.link.and
{
	background-image: url('../img/and.png');
	width: 38px;
	height: 22px;
	
	top: 41px;
	left: 494px;
}
.link.twitter
{
	background-image: url('../img/twitter.png');
	width: 74px;
	height: 26px;
	
	top: 35px;
	left: 530px;
}

/* ------------------------------------------------ */
/* header											*/
/* ------------------------------------------------ */
.header
{
	width:  430px;
	height: 124px;
	display:block;
	background-image:url('../img/header.png');
}

/* ------------------------------------------------ */
/* menu												*/
/* ------------------------------------------------ */
.menu
{
	width:  86px;
	height:  50px;
	display: inline-block;
}

.menu.news
{ background-image:url('../img/buttonNews.png'); }

.menu.studio
{ background-image:url('../img/buttonStudio.png'); }

.menu.portfolio
{ background-image:url('../img/buttonPortfolio.png'); }

.menu.material
{ background-image:url('../img/buttonMaterial.png'); }

.menu.contact
{ background-image:url('../img/buttonContact.png'); }

/* ------------------------------------------------ */
/* spike											*/
/* ------------------------------------------------ */
.spike
{
	width:  86px;
	height:  50px;
	position: relative;
	display: inline-block;
}
.spike.news
{
	background-image:url('../img/spikeNews.png');
	left: 0px;
}
.spike.studio
{
	background-image:url('../img/spikeStudio.png');
	left: 86px;
}
.spike.portfolio
{
	background-image:url('../img/spikePortfolio.png');
	left: 172px;
}
.spike.material
{
	background-image:url('../img/spikeMaterial.png');
	left: 258px;
}
.spike.contact
{
	background-image:url('../img/spikeContact.png');
	left: 344px;
}

/* ------------------------------------------------ */
/* content											*/
/* ------------------------------------------------ */
.contentHolder
{
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.content
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 2px;
	color: #ffffff;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 30px;
	
	min-height: 170px;
	
	/* border */
	border-left-style: solid;
	border-left-width: 40px;
	border-left-color: #ffffff;
}


/* ------------------------------------------------ */
/* copyright										*/
/* ------------------------------------------------ */
.copyright
{
	background-image:url('../img/copyright.png');
	background-repeat: no-repeat;
	width: 387px;
	height: 10px;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	
	padding-bottom: 30px;
}

/* ------------------------------------------------ */
/* stuff											*/
/* ------------------------------------------------ */
.headline
{
	font-style: italic;
}

.date
{
	font-style: italic;
}

