p.news {
	font-style : italic;
	border-bottom : 1px solid #EEE;
	padding-bottom : 4px;
}

p.news a {
	margin-left : 4px;
}

#features {
	margin-bottom : 20px;
}

#features ul {
	margin-top : 0px;
}

#features .more {
	text-align : center;
	font-size : 12px;
}

#glance {
}

#glance .top {
	background-image : url('/static/images/black_tm.png');
	background-repeat : repeat-x;
}

#glance .title {
	color : white;
	font-size : 14px;
	font-weight : bold;
}

#glance .switch {
	color : white;
	font-size : 10px;
	font-weight : bold;
	text-align : right;
}

#glance .switch a {
	color : white;
	text-decoration : none;
}

#glance .switch a:hover {
	text-decoration : underline;
}

#glance .bottom {
	background-image : url('/static/images/black_bm.png');
	background-repeat : repeat-x;
}

#glance .left {
	background-image : url('/static/images/black_left.png');
	background-repeat : repeat-y;
}

#glance .right {
	background-image : url('/static/images/black_right.png');
	background-repeat : repeat-y;
}

#glance .content {
	padding : 0px;
	background-color : #EEE;
}

#glance .all {
	text-align : right;
}

#glance .all a {
	font-size : 13px;
	font-weight : bold;
}

#glance .text p {
	margin-top : 0px;
}
