@charset "UTF-8";
/* CSS Document */

.lyteHolder {
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 12px;
	width: 705px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/line_1.gif);
	background-repeat: repeat-y;
	background-position: 320px top;
}
.lyteHolder .lyteText {
	font-size: 13px;
	line-height: 20px;
	padding: 15px;
	float: left;
	width: 300px;
	color: #595959;
}

.lyteHolder .lyteText p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}


.lyteScreenshot {
	float: left;
	width: 350px;
	border-left-style: dotte;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	text-align: center;
}
.lyteHolder .lyteText .clicktovisit {
	font-family: Tahoma, "Lucida Grande", Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	margin-top: -12px;
	padding: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

