


/* 
-----------------------------------------------------------
PURE GIVE Styles
-----------------------------------------------------------
*/

#puregivebox{
    margin-left: 500px;
    padding: 25px;
   	height: 450px;
   	text-align: left;
   	background: #eee;
    }
    
 #content {
 	padding:25px 0 0 0;
 	text-align: left;
 	color: #666;
 	width: 285px;
 	font: 12px arial, helvetica, sans-serif;
 	line-height: 1.2em;
 	}

p a:link, p a:visited, p a:hover, p a:active {
 	text-decoration: none;
 	color:  #CC0000;
 	}
 	
p a:hover {
	text-decoration: underline;}
	
strong {color: #666;}	


 #content p{
 	margin-top:10px;}