@charset "utf-8";
/* CSS Document */

#left {
	float: left;
	left:0;
	width: 250px;
	height: 35px;
	padding: 10px 0 0 0px;	
}

#right {
	float: right;
	left: 300px;
	width: 125px;
	height: 35px;
	padding: 10px 0px 10px 10px;
}

#main {
	width:100%;
	clear:both;
}

p.center {
	text-align:center;	
}

.subh {
	font-size: 18px;
	font-weight: bold;
	color: #D25600;
	margin: 0;
	padding-top: 10px;
}
.quotes {font-size: 12px;font-family:Verdana, Arial, Helvetica, Geneva, sans-serif; font-weight: bold; color: #d25600; text-indent: -7px; margin: 50px; padding: 12px 12px 12px 15px; border: solid 1px; }

.quotes_new {
		width: 250px;
		text-align:left;
		font-size: 12px;
		font-family:Verdana, Arial, Helvetica, Geneva, sans-serif; 
		font-weight: bold; 
		color: #d25600;
		margin: 15px;
		padding: 12px 12px 12px 15px; border: solid 1px; 
	
	}
.subhgrey {
	font-size: 11px;
	font-weight: bold;
	color: #444;

}

/* added from monte styles */