
/*div {border:1px solid #F00}*/

html,body{
	height:100%;
	/*cursor:url(images/blank.cur), none;*/
}

body {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}

a {
	color:#000;
	font-weight:normal;
	text-decoration: none;
	cursor:pointer;
	/*cursor:url(images/blank.cur), none;*/
}
a:visited {color: #000;}
a:active {color: #000;}
a:hover {color: #333; text-decoration: underline;}


#main_container{
	width:990px;
	margin:20px auto;
	/*border:1px solid #F00;*/
}

.left_col{
	float:left;
	width:260px;
	margin:20px 0 0 0;
}

.right_col {
	float:left;
	width:720px;
	height:100%;
}

body>.right_col{
	height: auto;
	min-height: 100%;
}
