#LeftMenus{
    width: 190px;
}
#LeftMenus h2{
	display: block;
	position: relative;
    margin: 0 0 25px 0;
}
#LeftMenus h2 a{
	display: block;
	position: absolute;
	right: 0;
	top: -2px;
	width: 13px;
	height: 13px;
    background:#e5e5e5 url('../img/finance_newsplus.gif') no-repeat center center;
    background-size: 13px;
}
#LeftMenus h2 a:hover{
    color:#fff;
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
	 filter:Alpha(Opacity=50);
}

#LeftMenus #ListingArt{
	padding: 20px 0;
	border-top: 1px solid #383838;
	border-bottom: 1px solid #383838;
	width: 188px;
}

#LeftMenus #ListingArt h3{
    font-size: 12px;
    line-height: 10px;
    font-family: "FuturaLight";
    font-weight: normal;
    margin: 3px 0 10px 0;
}

#LeftMenus #ListingArt h2{
	margin: 0;
}

#LeftMenus #ListingArt p{
	color: #8d8d8d;
	line-height: 12px;
	letter-spacing: 1px;
	margin: 3px 0 25px 0;
}

#LeftMenus #ListingArt p:last-child {
	margin: 3px 0 0 0;
}


/* MAINVIEW */

#ContentMainView {
    width: 425px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #444444;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: normal;
}

#ContentMainView h1, 
#ContentMainView h2 {
	font-family: 'GeorgiaFF', serif;
	text-transform: uppercase;	
}

#ContentMainView h1 {
    font-size: 24px;
    border-bottom: 1px solid #b7b7b7;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

#ContentMainView h2{
    color: #596e7a;
    font-size: 16px;
    border-top: 1px solid #b7b7b7;
    padding: 20px 0 0 0;
}


#ContentMainView p.last{
    border-bottom: 1px solid #b7b7b7;
    padding: 0 0 20px 0;
}

#ListingArt h2{
    margin:0;
}



