@import url("main.css");
@import url("menu.css");



#title h1 {
	color: #000000;
	font-weight: bold;
}

#title h1 img {
	margin: 0 0 -1px 0;
}



/* ### CONTENT ### */

#content {
	position: absolute;
	top: 130px;
	/* EVERYTHING should have a right margin of 20 px */
	/* That's why content is 960 wide instead of 940 */
	width: 751px;
}

#soon {
	position: absolute;
	top: 58px;
	right: 0px;
	/* EVERYTHING should have a right margin of 20 px */
	/* That's why content is 960 wide instead of 940 */
	width: 169px;
}

.green {
	color: #A9E212;
}

.grey {
	color: #BBBBBB;
}

.more {
	float: right;
	margin-top: -16px;
	text-align: right;
}

a:link.more ,
a:visited.more  {
	width: 237px;
	color: #BBBBBB;
	text-decoration: none;
	font-weight: bold;
}

a:hover.more {
	color: #A9E212;
	text-decoration: none;
	font-weight: bold;
}

.more img {
	float: right;
	padding: 0 0 0 8px;
}

.linkarrow {
	display: block;
}

.linkarrow img {
	float: left;
	padding: 0 0 0 0;
	margin: 5px 4px 0 0;
}

.play_home_project,
.play_home_news {
	position: absolute;
	z-index= 1;
	top: -2px;
	left: 0;
}

.video_home_project {
	position: relative;
	width: 237px;
	height: 94px; /* 88 + 6 */
	overflow: hidden;
	margin: 0 0 6px 0;
}

.video_home_news {
	position: relative;
	width: 169px;
	height: 69px; /* 63 + 6 */
	overflow: hidden;
	margin: 0 0 6px 0;
}



/* ### COLUMNS ### */

.col_751,
.col_237,
.col_169 {
	border-top: 1px solid #000000;
}

.col_751 {
	float: left;
	width: 751px;
	padding: 4px 0 0 0;
	margin: 0 0 20px 0;
}

.col_751 a,
.col_751 h4,
.col_751 h4 a {
	text-decoration: none;
}

.col_237 {
	float: left;
	width: 237px;
	margin: -5px 20px 29px 0;
	padding: 6px 0 0 0;
	min-height: 235px;
}

.col_237 h3,
.col_237 h3 a {
	height: 60px;
	margin-bottom: -3px;
	text-decoration: none;
	color: #A9E212;
}

.col_237 h3 a:hover {
	color: #000000;
}

.col_169 {
	padding: 6px 0 0 0;
	margin: 6px 0 30px 0;
}

.col_169 p {
	font-size: 11px;
	line-height: 13px;
}

.col_169 img {
	margin: 8px 0 4px 0;
}



/* ### EXCEPTIONS ### */

.nomargin {
	margin-right: 0;
}

.alttopmargin {
	margin-top: -24px;
}