#headline{
	line-height:22px;
}

#headline .secondline a{
		font-size:18px;
		color:#999;
		text-decoration:none;
}

#headline .secondline a:hover{
color:#ff9c00;
}

.thumbnails{
	width:960px;
	height:305px;
	float:left;
	line-height:0;
	overflow:hidden;
	position:relative;
	
}

.thumbnails a{
	float:left;
	margin:0 20px 20px 0;
}

.thumbnails a:nth-child(5n+6){
	float:left;
	margin:0 0 20px 0;
}

#morethumbs{
position:relative;
width:960px;
height:30px;
-moz-border-radius:0 0 10px 10px;
-webkit-border-radius:0 0 10px 10px;
background:#4d4d4d;
cursor:pointer;
float:left;
color:#ffffff;
line-height:30px;
font-size:12px;
text-align:center;
}

#morethumbs.down{
background:#4d4d4d url(../images/slideup.gif) center center no-repeat;
text-indent:-9999px;
}

.thumbnails a.bigimage{
	position:relative;
	float:right;
	top:0;
	right:0;
	margin:0 0 15px 0;
}

.sidebar{
	float:left;
	width:280px;
	text-align:right;
	padding:40px 40px 0 0;
}

.sidebar a, .content a{
	background:url(../images/icons/icon-internal-link.gif) right center no-repeat;
	padding-right:15px;
	color:#777777;
}

.content a{
	border-bottom:1px dashed #777777;
	margin-bottom:1px;
}

a.external{
	background:url(../images/icons/icon-external-link.gif) right center no-repeat;
	padding-right:15px;
	color:#777777;
}

.sidebar a:hover{
	position:relative;
	top:1px;
	color:#4d4d4d;
}

h2{
	font-size:14px;
	color:#777777;
	padding:0 0 15px 0;
	font-weight:normal;
	line-height:20px;
}

h3{
	text-transform:uppercase;
	font-size:18px;
	color:#bfbaba;
	padding:0 0 10px 0;
}

.content{
	padding:40px 0 20px 20px;
	float:left;
	width:620px;
}

.content p{
	color:#777777;
	padding:0 30px 20px 0;
	font-size:14px;
	line-height:20px;
}
