body{
	margin:0;padding:0;
background: #000;
	color: white; font-family: arial, vardana; font-size:12px;
}

div#container{
	margin:0;padding:0;
	background: #406C0B url(../images/bg.jpg) repeat-x;
}

div#bottom{
	height:203px;
	background: #000 url(../images/pattern.jpg) repeat-x bottom left;
}

div#content{
	margin:0 auto; padding:0;
	width:970px;

}

div#right_column{
	text-align: left;
	float: right;
	margin:0 auto; padding:0;
	min-height:250px;
	width: 150px;
	/*border: solid 1px red;*/
}

div#left_column{
/*	border: solid 1px red;*/
	float: left;
	margin:0 auto;
	padding:0; width: 695px;
}

div#flash_bottom{
	margin:0 auto; padding:0; width: 780px;
}

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;
}

a{
	color: #000;text-decoration:underline;
}
a:hover{
	color: #000;text-decoration:none;
}





