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

/*
	[begin] flash intro
*/
#flash-intro {
	width: auto;
	height: 174px;
	clear: both;
	margin: 0px;
	margin-top: 6px;
	border: 1px solid #cccccc;
	padding: 0px;
}
/*
	[end] flash intro
*/

/*
	[begin] content
*/
#container {
	position: relative;
	overflow: hidden;
	clear: both;
}

#content {
	float: left;
	clear: none;
	width: 520px;
	height: auto;
}

#content-right {
	position: absolute;
	display: block;
	float: left;
	width: 180px;
	overflow: auto;
	margin: 0px;
	margin-top: 6px;
	margin-left: 6px;
	border: 1px solid #cccccc;
	padding: 15px;
	background: #e5e5e5;
	color: #cc0033;
	top: 0px;
	bottom: 0px;
	right: 0px;
}
/*
	[end] content
*/