@import url(/js-css/new/reset.css);
/* other includes at the bottom!! */

/* Core Elements */
html, body{
	height: 100%;
}
body{
	background-image:url(/images/new/main_background.gif);
	background-repeat:repeat-y;
	background-position: left;
	background-color: #e7edf1;
}
#headercontainer{
	height: 120px;
	background-color: #1e699a;
	background-image:url(/images/new/header.jpg);
	background-repeat:repeat-y;
	background-position: left;
	border-bottom: 1px solid white;
}
#mainwrapper{
	
}
.wcolumn{
	float: left;
}
#leftcolumn{
/*	width: 168px; */
	width: 206px; 
	min-height: 580px;
	background-image:url(/images/new/main_left_background.gif);
	background-repeat:no-repeat; 
	background-position: top left;
}
#rightcolumn{
	min-height: 240px;
	margin-left: 1000px;
}
#centercolumn{
/*	width: 831px;*/
	width: 793px; 
/*	min-height: 200px;	*/
	min-height: 580px;	
}
#streamer{
	display: block;
	
}

/* HEADER */

#headercontainer{
}
#headercontainer h1{
}
#headercontainer a#home{
	display: block;
	position: relative;
	top: 10px;
	left: 20px;
	width: 180px;
	height: 100px;	
}
#headercontainer h1 span, #headercontainer h2{
	display: none;
}

#leftcolumn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}