/*fonts*/ 

body{
font-family: 'GillSans','Gill Sans', Arial,sans-serif;
background-image: url(http://www.mayflytrio.com/images/twitter_bg.jpg);
background-repeat: no-repeat;
}

h1{
font-size: 120%;
text-align: center;
margin-top: 60px;
}

h2
{font-size: 100%; margin-bottom: 10px;}

p{font-size: 90%; line-height: 120%; text-align: center;}

.maincont{
background-color: none;
background-image:url(images/maincont_bg.png);
background-repeat: repeat-x;
width: 840px;
height: 450px;
margin:auto;
padding: 10px;
margin-top: 95px;
}

.floatl{
float: left;
margin: 20px;
border: 1px solid #204B7E;
}

img{
border: 1px solid #204B7E;
}

a.img_roll1:link, .img_roll1{
	width:24px;
	height:24px;
	display:block;
	background-image:url(http://www.mayflytrio.com/images/facebook.png);
}
a.img_roll1:hover{
	width:24px;
	height:24px;
	display:block;
	background-image:url(http://www.mayflytrio.com/images/facebook_on.png);
}

a.img_roll2:link, .img_roll2{
	width:24px;
	height:24px;
	display:block;
	background-image:url(http://www.mayflytrio.com/images/lastfm.png);
}
a.img_roll2:hover{
	width:24px;
	height:24px;
	display:block;
	background-image:url(http://www.mayflytrio.com/images/lastfm_on.png);
}

a.img_roll3:link, .img_roll3{
	width:24px;
	height:24px;
	display:block;
	background-image:url(http://www.mayflytrio.com/images/twitter.png);
}
a.img_roll3:hover{
	width:24px;
	height:24px;
	display:block;
	background-image:url(http://www.mayflytrio.com/images/twitter_on.png);
}

a.img_roll4:link, .img_roll4{
	width:24px;
	height:24px;
	display:block;
	background-image:url(http://www.mayflytrio.com/images/myspace.png);
}

a.img_roll4:hover{
	width:24px;
	height:24px;
	display:block;
	background-image:url(http://www.mayflytrio.com/images/myspace_on.png);
}

a.img_roll5:link, .img_roll5{
	width:24px;
	height:24px;
	display:block;
	background-image:url(http://www.mayflytrio.com/images/feed.png);
}

a.img_roll5:hover{
	width:24px;
	height:24px;
	display:block;
	background-image:url(http://www.mayflytrio.com/images/feed_on.png);
}

a:link{
color: #000;
}

a:visited{
color: #000;
}