Hi Mr Farmer. Try the following:
For the "Read More..." button:
Open up template_css.css and around 410, look for the following class and add the bit i've highlighted:a.readon, a.readon2 {
display:block;
float:right;
font-size:100%;
font-weight:normal;
height:24px;
line-height:24px;
margin-top:20px;
text-indent:10px;
width:114px;
}
For the Download span highlights, try the following:
Open up template_css.css and around 554, look for the following class and add the bit I've highlighted:span.alert, span.info, span.download, span.note {
display:block;
float:right;
margin:15px 0pt;
padding:10px 10px 10px 45px;
width:400px;
}
Note that the 400px added is just a guide. It works quite well without any width at all, or you can put in your own preferred width.
Have a good day, and good luck with your website