/* CSS Document */

body { }

p {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}

div.rollover a {
display:block;
width: 120px;
padding:5px 0px 0px 7px;
font: normal 12px "Trebuchet MS";;
color:#333;
background: url("../rollover-image.gif") 0 0 no-repeat;
text-decoration: none;	
}
div.rollover a:hover { 
background-position: 0 -22px;
color: #040;
}
div.rollover a:active {
background-position: 0 -20px;
color:#fff;
}

/*Homepage gallery*/
div.img
{
	position:relative;
	margin: 10px;
	border: 0px solid #0000ff;
	height: auto;
	width: auto;
	float: right;
	text-align: center;
	left:-65px
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 0px solid #ffffff;
}
div.img a:hover img {border: 0px solid #0000ff;}
div.desc
{
  font-family:"Trebuchet MS", Helvetica, sans-serif;
  font-size:12px;
  text-align: right;
  font-weight: normal;
  width: 170px;
  margin: 0px;
}
/*Homepage gallery end*/


