body{
	background: #8CC63F url(../images/header_line.gif) repeat-x;
	text-align: left;color: #000000;font-size: 12px;font-family: tahoma, verdana, arial;
	margin:0;padding:0;
}

div#container{
	width: 958px;
	margin:0;padding:0;
}

div#footer{
	margin:0;padding:0;
	width: 777px;height: 54px;
	/*background: url(../images/footer.gif) no-repeat;*/
}

div#content{
	min-height: 330px;margin:0;padding:0;
	/*background: url(../images/ct_bg.jpg) repeat-y;*/
	/*border: solid 1px red;*/
}

* html div#content{
	height:400px;
}

div#left_column{
	float: left;
	width: 180px;
	font-size:11px;
}

div#right_column{
	float: left;
	text-align: left;
	width: 640px;
	margin-left:15px;
}

img{
	border: none;
}

input[type="text"], select, textarea {
	width:250px;
	background: #9DD750;
	border: solid 1px white;
	color: #000000;font-size: 11px;font-family: verdana, arial;
}

.act{
	background: white;
	color: #75AC2C;
}
.inact{
	color: #fff;
	text-decoration: none;
	width:15px;
}

.inact:hover{
	color: #000;
}

