#page {
     background-image:url(../images/home-bg.jpg);
     background-position:top;
     background-repeat:no-repeat;
     height:613px;
     position:relative;
}

#body {
     background:none;
}

#header {
    background:none;
}

#logo a{ 
    background:none;
}

#main-nav {
    left:80px;
}

#footer {
   position:absolute;
   bottom:-20px;
   left:-10px;
   width:790px;
}

#credits {
	margin:30px auto;
	text-align:center;
	width:770px;
}

#content {
   padding:0;
   background-image:url(../images/hp-content-bg.jpg);
   background-position:top;
   background-repeat:no-repeat;
   height:272px;
   width:258px;
   position:absolute;
   top:211px;
   right:103px;
   padding-top:35px;
   padding-left:20px;
   padding-right:18px;
   padding-bottom:60px;
   color:#353839;
  
}

#content .latest-news {
   color:#8B1F57;
}

#content img.rssfeed {
   position:absolute;
   right:195px;
   top:370px;
}

#content a.rssfeed {
   position:absolute;
   left:106px;
   top:370px;
   font-size:10px;
   color:#BBACAD;
   font-family:tahoma, arial;
   text-decoration:none;
}

ul.recent-posts h3 a {
	color:#8B1F57;
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
}

ul.recent-posts h3 a:hover {
	color:#8B1F57;
	text-decoration:underline;
	font-weight:normal;
}



   
   