@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	line-height: 0.9em;
	background-image: url(interface/filet_centre.gif);
	background-repeat: repeat-y;
	background-position: center;
}

b {
	font-size: 110%;
}

#topsection{
	height: 300px; /*Height of top section*/
	background-image: url(interface/flashless.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#topsection h1{
	margin: 0;
	padding-top: 0px;
}

#columnwrapper{
	width: 100%;
	height: 1px;
	z-index: 0;

}


#leftcolumn{
	float: left;
	width: 50%; /*Width of left column in percentage*/

}

#contentcolumn{
	float: left;
	width: 49%; /*Width of right column in percentage*/
}


#footer{
	clear: left;
	width: 50%;
	text-align: right;
	padding: 4px 0;
}


.innertube{
	margin: 0;
}

