@charset "utf-8";

/*********
* LAYOUT *
*********/


/**********
* CONTENT *
**********/

/* fonts */

#content h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #e41f29;
}
#content h1 em {
	color: #5e5e5e;
}

/* sidebar */
#content #sidebar {
	position: static;
	float: right;
	
	width: 185px;
	
	margin-top: 0;
	margin-right: -269px;
	margin-left: -30px;
	padding: 0 25px;
}

#content .csc-frame-frame1 h1 {
	padding: 0px 150px 0px 0px;
}
#content .csc-frame-frame2 {
	position: absolute;
	top: 268px;
	left: 517px;
}
#content .csc-frame-frame2 a {
	background: url(../../images/common/li_bullet_red.gif) left center no-repeat;
	font-size: 12px;
	padding: 2px 0 2px 30px;
	text-decoration: none;
}
