@charset "UTF-8";
/* CSS Document */

#feature {
	position: relative;
	width: 640px;
	min-height: 346px;
	/*margin-right: 10px;*/
	/*overflow: hidden;*/
	overflow: auto;
}
#feature .description {
	position: absolute;
	top: 30px;
	left: 400px;
	width: 220px;
	z-index: 100;
}
#feature h1 {
	margin-top: 0;
	padding-top: 0;
}
#sidebar {
	float: right;
	display: inline;
	z-index: 99;
	width: 192px;
	min-height: 266px;
	overflow: auto;
	background: url(../images/box_brush_border.png) no-repeat;
	padding: 40px 35px;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6, #sidebar p {
	margin-top: 2em;
} 
#content {
	clear: both;
	margin-top: 30px;
	overflow: auto;
}