@charset "utf-8";
/* CSS Document */

/************************Content area*************************/

	
#background #wrapper #content #right_content #left_col {
	float:left;
	padding:32px 0 0 57px;
	width:400px;
	color:#5F594E;
	font:11px Arial, Helvetica, sans-serif;
}

#background #wrapper #content #right_content #left_col a:link{
	color:#730302;
	text-decoration:underline;
	}
#background #wrapper #content #right_content #left_col a:visited{
	color:#250101;
	text-decoration:underline;
	}
#background #wrapper #content #right_content #left_col a:hover{
	text-decoration:none;
	}

/****************** Right Column *************************/
#background #wrapper #content #right_content #right_col {
	float:left;
	margin-left:15px;
}
#background #wrapper #content #right_content #right_col #search {
	display:block;
	width:170px;
	height:24px;
	background:url(../images/search_background.gif) no-repeat;
	color:#333;
	position:relative;
	margin-bottom:30px;
	margin-top:15px;
	margin-left:80px;
	text-align:right;
}
