/* CSS Document */


body.main {
	/*background-color: #CCCCCC; /*white; /*#8FC6E0;*/
	}
	
body.content {
	/*background-image: url(bg-transparent.png);*/
	}
	
span.mainiframe {
	position: absolute;
	margin-top: 140px;
	margin-left: 245px; 
	}

a:link img{
	border: 0;	
	}
	
span.box{
	float: left;
	position: relative;
	background-color: #FFCCFF;
	}

span.location{
	color:#0099cc;
	font-size: 18px;
	}
	
span.name{
	color:#ff00ff;
	font-size: 18px;
	}
	
span.address{
	color:#000000;
	font-size: 16px;
	}
	
span.heading{
	text-align: center;
	color:#0099cc;
	font-size: 18px;
	}
	
span.blue{
	color: #009999;
	font-weight: bold;
	}
	
span.pink{
	color: #ff55ff;
	font-weight: bold;
	}
	
img {  
	border-style: none;
	}

a:link {
	text-decoration: none;
	border: none;
	}
a:visited {
	text-decoration: none;
	border: none;
	}
a:hover {
	text-decoration: none;
	border: none;
	}
a:active {
	text-decoration: none;
	border: none;
	}