body
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	background:#ffffff;
	line-height:16px;
	border:0px;
	padding:0px;
	margin:0px;
}
hr
{
	border:none;
	border-top:1px dashed black;
	height:1px;
	width:800px;
	margin-left:-20px;
}

a:link,
a:visited
{
	text-decoration:none;
	color:#76070C;
}
a:hover,
a:active
{
	text-decoration:underline;
	color:#76070C;
	background-color:transparent;
}

img { border:none; }

.title
{ font-size:10px; color:#000000; font-weight:bold; }
.link
{ font-size:11px; color:#76070C; }

#page
{
	position:relative;
	width:800px;
	
	margin-left:auto;
	margin-right:auto;
}

#header
{
	width:800px;
	height:183px;
}

#bubag_panel
{
	position:relative;
	width:800px;
	height:326px;
}

#bug_div,
#bub_div
{
	padding:30px 10px 0px 10px;
}
#bug_div
{
	position:absolute;
	top:0px;
	left:0px;
	right:400px;
	bottom:0px;
	
	background:url('images/bg_bug.png');
}
#bub_div
{
	position:absolute;
	top:0px;
	left:400px;
	right:0px;
	bottom:0px;
	
	background:url('images/bg_bub.png');
}

.bubag_cover
{
	float:left;
	width:175px;
}

.bubag_info
{
	float:left;
	width:200px;
}
.bubag_title
{
	font-size:21px;
	color:#14202e;
	
	margin:0px 0px 20px 10px;
}
.bubag_annotation
{
	line-height:16px;
	margin:15px 0 0 10px;
}
.readmore
{
	display:block;
	font-size:13px;
}
.bubag_annotation .readmore
{ margin:8px 0 0 0; }


#sigseries_panel
{
	position:relative;
	
	margin-top:10px;
	width:800px;
	height:515px;
	
	background:url('images/bg_sigseries.jpg');
}

#sigseries_list
{
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
	
	height:144px;
	
	font-size:12px;
	
	padding:10px 10px 0px 10px;
}
.sigseries_col
{
	float:left;
	width:265px;
}
.sigseries_row
{
	margin:15px 0 0 0;
}


#other_listings
{
	margin:0 -10px 0 10px;
	margin-bottom:100px;
}
.listing_header
{
	margin:20px 0 0 0;
	font-size:14px;
}
.listing_item
{
	float:left;
	
	width:197px;
	height:360px;	
}
.listing_title
{
	width:170px;
	font-size:13px;
	color:#000000;
}
.listing_cover
{
	position:relative;
	height:200px;
	margin:0 0 10px 0;
}
.listing_cover img
{
	position:absolute;
	left:0px;
	bottom:0px;
}
.listing_annotation
{
	width:85%;
}
