/* Home Page Styles */

#main {
	padding:0px 0px 0px 0px; 
	background:#333366; 
	width:800px;
	position: relative;
}

#main #contacts {
	font: 12px Georgia, Times, serif;
	position: absolute;
	top: 472px;
	left: 58px;
}

a {
	color: #313063;
	text-decoration: underline;
}

a:hover {
	color: #FF6633;
}

.copyright {
	font: 10px Arial; 
	color: #cccccc;
}

.copyright a {
	color: #FFFFCC;
}


#homeSpots {
	position: relative;
	top: 12px;
	left: 166px;
}

td.spot {
	width: 155px;
	height: 95px;
	background: transparent;
	/*
	opacity:0.4; 
	filter:alpha(opacity=40);
	background-color: #ffffff;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
    */
	font: 10px Georgia, Times, serif;
	color: Black;
	overflow: hidden;
}

.spotContent { 
	margin: 5px 5px 5px 4px;
	width: 145px;
	height: 82px;
	overflow: hidden;
	text-align: left;
}

.spotContent img 
{
    margin: 0px 7px 0px 0px;
}

.spotContent p {
	font: 10px Georgia, Times, serif;
	margin-top: 6px;
}

.spotContent2 a {
    color: #FFFFFF;
    text-decoration: underline;
}

.spotContent2 a:hover {
	color: #FF6633;
}
