body{
	background: #82D53D url(../images/bg.jpg) repeat-x;
	font-family: Comic Sans Ms;
	font-size: 13px;
	color: #717171;
	margin:0;
	scrollbar-base-color: #A8DEF4;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #008BC6;
}

img{
	border: none;
}

div#container{
	margin: 0 auto ;
	padding:0;
	width: 984px;
	height: 688px;
	text-align: center;
	background:  url(../images/c_bg.jpg) no-repeat;
}

div#lc{
	width: 270px;
	height:330px;
	float: left;
	margin:0; padding:0;
}

div#mycustomscroll{
	float: left;
	width: 450px;
	height: 360px;
font-family: tahoma;

	margin:0; padding:0;
}

div#rc{
	float: left;
	width: 180px;
	height: 300px;

	margin:0; padding:0;
}

.red{
	color: red;
	text-decoration: none;
}

.red:hover{
	color: red;
	text-decoration: underline;
}

.green{
	color: #4F9415;
	text-decoration: none;
}

.green:hover{
	color: #4F9415;
	text-decoration: underline;
}

.act{
	background: #43A1C7;
	color: #fff;
}

.inact{
	color: #fff;
	text-decoration: none;
	width:15px;
}

.inact:hover{
	color: #43A1C7;
}