#main {
     height:500px;
     position:relative;
	width:555px;
	z-index:2;
}

     #main .setImage {
          background:#f5f5f5;
		border:3px solid #DA1834;
		display:inline;
		float:right;
		margin-left:10px;
		overflow:scroll;
		padding:10px 45px;
	}
	
          #main h1 {
               color:#CE1731;
               font-size:3.5em;
               font-weight:bold;
               margin-bottom:20px;               
          }
	
          #scrollableContent {
               height:440px;
               padding-right:5px;
          }
         
          #main h4 {
               color:#CE1731;
               font-size:1.8em;
               font-weight:normal;
               margin-bottom:10px;
          }
          
          #main ul {
               margin-left:25px;
               margin-bottom:15px;
          }
          
               #main ul li {
                    font-size:1.2em;
                    line-height:1.3em;
                    list-style:square;
               }
          
/* Right hand column formatting */

#latestNewsFeed h2,
#charityDetails h2 {
		color:#DA1834;
		font-size:2.6em;
		font-weight:bold;
	}

#charityDetails {
     height:250px;
     margin:0 0 20px 20px;
     width:300px;
}

     #charityDetails h2 {
          margin-bottom:10px;
     }

     #charityDetails p {
          color:#2294B9;
          border:1px solid #ccc;
          font-size:1.7em;
          font-weight:bold;
          padding-left:10px;
     }
     
          #charityDetails p.moneyRaised {
               color: #2294B9;
               font-size:2.6em;
               font-weight:bold;
               padding-left:10px;
          }
     


#latestNewsFeed {
	height:200px;
	margin-left:20px;
	position:relative;
	width:300px;
	z-index:2;
}
	
     #latestNewsFeed h2 span {
          background:transparent url(images/latestIcon.png) no-repeat;
          display:block;
          height:63px;
          position:absolute;
          right:35px;
          top:-2px;
          width:80px;
     }
     
          #latestNewsFeed #latestNewsList {
               margin-top:15px;
          }
          
               #latestNewsFeed #latestNewsList li {
                    border-bottom:1px solid #ccc;
                    padding:10px 0;
               }
               
               #latestNewsList li p {
                    font-size:1em;
               }
               
                    #latestNewsFeed #latestNewsList li a {
                         color:#333;
                         display:block;
                         font-size:1.4em;
                         font-weight:bold;
                         text-decoration:none;
                    }
                    
                         #latestNewsFeed #latestNewsList li a:hover {
                              text-decoration:underline;
                         }




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

