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

#breaker { 
	float:none; clear:both;
	background-color:white;
	}

#articlearea { 
	float:left;
	width:850px;
	
	background-color:white;
	padding:45px;
	vertical-align:top;
}

#articlearea img {float:left;}

.box { width:285px; height:155px; padding:10px; float:left;}
.box h2 { color:#ff9900; font-size:16px; }
.box a { text-decoration:none; }
.box a :hover { text-decoration:underline; }
.box p {  font-size:12px; text-align:justify; }

#quotebox { width:250px; height:230px; margin-top:50px;   }
#quotebox h2 { font-style:italic; font-size:17px; color:#ff9900;  }
#quotebox p { margin-top:0px; font-size:11px; text-align:justify;
  }


