@CHARSET "ISO-8859-1";

/**
 * CSS for general content layout which consists of two main columns.
 * 
 * @author Tom Brown <tombrown86@googlemail.com>
 */

#main_col_left
{
	margin-top: 10px;
	width: 200px;
	float: left;
}

#main_col_right
{
	margin-top: 22px;
	/margin-top: 31px;
	width: 720px;
	float: right;
}

.fancy_link_list li
{
	width: 200px;
}

#main_col_left .general_info_box
{
	width: 200px;
}

#main_col_left .btm_text_right
{
	color: #993366;
	float: right;
	clear: both;
}
