body {
	font: 12px/14px Gill Sans MT, sans-serif; /* make the font look a little nicer than default times new roman */
	text-align: center;	
background: #D4E8EF;
}


#main {
width: 575px; /* the width of our centered column */
margin: 0 auto; /* center the layout in mozilla and IE 6+ */
text-align: justify; /* put the text back where it should be */
}

A 
{text-decoration:none;
 color: #52753F;
 font-weight:none;
 cursor:hand;}

A:hover
{text-decoration:none;
 color:#930C08;
 font-weight:none;
 cursor:hand;}

.title{
font-family: footlight mt light;
color: #BD776F;
font-size: 14px;
letter-spacing: 0px; 
font-weight: bold;
font-style: none;
line-height: 11px;
text-align: right;
text-transform: uppercase;
width: 100%;
padding-right: 10px;
padding: 2px;
border-bottom: 1px dashed #888A64;
margin-bottom: 2px;  }

img 
{border: 0px;}