.clients{
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}
.clients:hover{
	filter:alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity:1.0;
}
body{

background-image: url(images/tile.gif);

}
#background{
background: url(images/background.jpg);
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
background-repeat:repeat-y;
background-position:center;
height:100%;
}

.image{
padding:5px;
border:1px solid #000;
margin:5px;
background-color: #FFFFFF;

}

p{
font-family:Trebuchet MS;
font-weight:500;
}

h1{
font-family:Trebuchet MS;
font-weight:500;
font-size:25px;
}

#menu{
font-size:12px;
margin:0px;
padding:-10px;
font-family:Trebuchet MS;

}
#menu a{
text-decoration:none;
font-weight:600;
color:#424242;

}
#menu a:link{
color:#424242;
}
#menu a:hover{
color:#000000;
text-decoration:underline;
}
#contact-info{
text-align:right;
font-size:10px;
margin-top:-60px;
margin-right:0px;
font-weight:100;
line-height:10px;
}


.img { 
padding: 5px; 
background: white; 
border:1px solid #424242;

}

#footer{
margin-top:200px;
height:80px;
text-align:left;
vertical-align:bottom;
width:670px;
border-top:1px dashed #424242;
}



#body{
width:550px;
color:#424242;
padding:5px;

}

#body p{
text-align:left;

}

#body li {
text-align:left;
}

#body b{
text-align:left;

}

#body a{
text-decoration:none;
text-align:left;
font-weight:600;
color:#FF8C39;
}