@charset "utf-8";
/* CSS Document */

body {
	line-height: 1;
	background: url(images/bodybg.png) #000 repeat-x;
	color:#FFF;
	margin: 0;
	line-height:16px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:link { color: #00E9EC; text-decoration:none;}
a:visited { color:#00E9EC; text-decoration:none;}
a:hover { color:#FFF;}
a:active { color:#00E9EC; text-decoration:none;}

.navi a:link { color: #FFF; text-decoration:none; font-family:Verdana, Geneva, sans-serif; font-size:11px;}
.navi a:visited { color:#FFF; text-decoration:none; font-family:Verdana, Geneva, sans-serif; font-size:11px;}
.navi a:hover { color:#0099CB; font-family:Verdana, Geneva, sans-serif; font-size:11px;}
.navi a:active { color:#FFF; text-decoration:none; font-family:Verdana, Geneva, sans-serif; font-size:11px;}

h1{font-size:16px;}

.supercontainer {
	margin:0 auto;
	width:900px;
	margin-top:15px;


}
.bodyContainer {
	width:900px;
	float:left;
	color:#ffffff;
	background:url(images/bodybg_grey.jpg) repeat-x #343434;
	}
	
.colLeft {
	width:652px;
	float:left;


}
.colRight {
	width:238px;
	float:left;

	padding-left:10px;

}
.colLeft_left {
	width:134px;
	float:left;
/**background:url(images/menubg.jpg) no-repeat top;**/
	height:350px;
	padding-left:10px;
}
.colLeft_right {
	width:498px;
	float:left;
}

.footer{
		width:900px;
		height:76px;
		background:url(images/foot_bg.jpg) no-repeat;
		float:left;

}

#footer ul {
	border-top:#242424 1px solid;
	padding-left:10px;
	padding-top:30px;
	margin-bottom:50px;
	background:#343434;
	
}
#footer li {
	float:left;
	margin-right:10px;
	list-style-type:none;
		background:#343434;
	
}