/* CSS Document */


#ContentArea img{
	margin-bottom:5px;
}

.box1{
	float:left;
	width:165px;
	height:140px;
	border:2px solid #91c5eb;
	background-color:#f7f7f7;
	text-align:justify;
	margin:2px;
	padding:5px;
	background-image:url(../images/glass.jpg);
	background-repeat:no-repeat;
	
}

.box1 h1{
	font-size:14px;
	color:#dd90b3;
	margin:0px;
	padding:0px;
}
.box1 h1 a{
color:#dd90b3;
}
.box1 h1 a:hover{
 color:#91c5eb;
}

.example {
	float:left;
	margin-left:5px;
	margin-bottom:5px;
}