body {
	margin: 0;
	background: #000000;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #FFFFFF;
}

.title {
	display: block;
	margin: 0 0 8px 0;
	float: none;
}

img {
	border: 0;
	margin: 0;
}
	

#cams {
	width: 486px;
}

#cams p {
	position: relative;
	display: block;
	float: left;
	line-height: 16px;
	margin: 0 16px 16px 0;
	width: 224px;
	height: 168px;
}

#text {
	width: 464px;
}

#text p {
	position: static;
	display: block;
	float: left;
	line-height: 16px;
	margin: 0 0 16px 0;
	width: 464px;
}


a {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

strong {
	font-weight: bold;
}

// Image hover concept by Joshuaink.com

#cams a {
	position: relative;
}

#cams a span {
	display: none;
	position: absolute;
}

#cams a:hover {
	white-space: normal;
}

#cams a:hover span {
	display: inline;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 192px;
	background:#000000;
	padding:8px;
}

#foot {
	clear: left;
	height: 0px;
	margin: -16px 0 0 0;
}